X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=message.h;h=e34e2f39cdd44f7aa01f286aeebff1a5f83e7064;hp=1c2df57cad510b421996ce59c752f34ea7429c0a;hb=e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e;hpb=7dc10dcae129d2ef7f40a455aba45179eb68d1d8 diff --git a/message.h b/message.h index 1c2df57..e34e2f3 100644 --- a/message.h +++ b/message.h @@ -118,10 +118,11 @@ enum { /* diversion types */ #define INFO_HLC_AUDIOVISUAL 0xe0 enum { /* isdnsignal */ - mISDNSIGNAL_VOLUME, - mISDNSIGNAL_CONF, + mISDNSIGNAL_VOLUME, /* change volume */ + mISDNSIGNAL_CONF, /* joint/split conference */ mISDNSIGNAL_CALLDATA, /* data required by call instance */ - mISDNSIGNAL_ECHO, + mISDNSIGNAL_ECHO, /* enable/disable echoe */ + mISDNSIGNAL_DELAY, /* use delay or adaptive jitter */ }; /* call-info structure CALLER */ @@ -241,8 +242,6 @@ struct park_info { struct param_data { unsigned char data[512]; /* audio/hdlc data */ int len; /* audio/hdlc data */ -// unsigned long port_id; /* to identify the source of this data */ -// int port_type; /* type of the source's port */ }; struct param_play { @@ -268,6 +267,7 @@ struct param_mISDNsignal { int calldata; int tone; int echo; + int delay; }; /* encryption control structure CRYPT */