X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=message.h;h=8fb7021dce14933a7d5c0b3c79103805d821d3bf;hp=7fa9be21d34740a5922bae8cb8fdc8379375290e;hb=b1ab2b9ac1cfc15d2a8f5850145dd69043cc3ef7;hpb=d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4 diff --git a/message.h b/message.h index 7fa9be2..8fb7021 100644 --- a/message.h +++ b/message.h @@ -144,6 +144,10 @@ enum { B_STATE_REMOTE, /* bchannel assigned to remote application */ B_STATE_IMPORTING, /* BCHANNEL_REMOVE sent */ }; +enum { + B_MODE_TRANSPARENT, /* normal transparent audio */ + B_MODE_HDLC, /* hdlc data mode */ +}; /* call-info structure CALLER */ struct caller_info { @@ -166,6 +170,7 @@ struct dialing_info { int itype; /* type of interface */ int ntype; /* type of number */ int sending_complete; /* end of dialing */ + char display[84]; /* display information */ }; /* call-info structure CONNECT */ @@ -203,6 +208,7 @@ struct redir_info { /* call-info structure capability */ struct capa_info { + int source_mode; /* forward mode */ int bearer_capa; /* capability */ int bearer_mode; /* circuit/packet */ int bearer_info1; /* alaw,ulaw,... */