X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=message.h;h=8fb7021dce14933a7d5c0b3c79103805d821d3bf;hp=a1f5bafed0694d8e96c913100aa0f548a30b16c7;hb=b1ab2b9ac1cfc15d2a8f5850145dd69043cc3ef7;hpb=acc5e55f7f38429822af3a245a13bec8ec2f5827 diff --git a/message.h b/message.h index a1f5baf..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 { @@ -204,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,... */