summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
authorSuper User2008-06-07 11:49:28 +0200
committerSuper User2008-06-07 11:49:28 +0200
commit82e0281d1d50ebb4d2ff9e383d2db61df38f72c2 (patch)
tree1159eef933ac0b9c66869543e3f9738be0207297 /chan_lcr.h
parentfree bchannels on broken pipe of remote application (diff)
downloadlcr-82e0281d1d50ebb4d2ff9e383d2db61df38f72c2.tar.gz
lcr-82e0281d1d50ebb4d2ff9e383d2db61df38f72c2.tar.xz
lcr-82e0281d1d50ebb4d2ff9e383d2db61df38f72c2.zip
*** CHAN_LCR is complete! ***
(not every detail tested yet) modified: bchannel.c modified: bchannel.h modified: chan_lcr.c modified: chan_lcr.h modified: mISDN.cpp
Diffstat (limited to 'chan_lcr.h')
-rw-r--r--chan_lcr.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/chan_lcr.h b/chan_lcr.h
index 29d9e7d..0ca58d5 100644
--- a/chan_lcr.h
+++ b/chan_lcr.h
@@ -43,8 +43,21 @@ struct chan_call {
/* LCR interface name for setup */
char dialstring[64];
/* cached dial string for setup */
+ char display[128];
+ /* display for setup */
int dtmf;
/* shall dtmf be enabled */
+ int no_dtmf;
+ /* dtmf disabled by option */
+ char pipeline[256];
+ /* echo cancel pipeline by option */
+ int tx_gain, rx_gain;
+ /* gain by option */
+ unsigned char bf_key[56];
+ int bf_len; /* blowfish crypt key */
+ int transparent, hdlc;
+ /* flags for bchannel mode */
+
};
enum {