summaryrefslogtreecommitdiffstats
path: root/message.h
diff options
context:
space:
mode:
authorSuper User2007-06-27 08:23:50 +0200
committerSuper User2007-06-27 08:23:50 +0200
commite9daaa4ef7ee895e6a8610ebb2166cc99c891a4e (patch)
tree147c8b74efd8830dc37be6a656944ce6d075a1e7 /message.h
parentbackup (diff)
downloadlcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.tar.gz
lcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.tar.xz
lcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.zip
backup
Diffstat (limited to 'message.h')
-rw-r--r--message.h10
1 files changed, 5 insertions, 5 deletions
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 */