summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
authorAndreas Eversberg2009-05-21 19:11:39 +0200
committerAndreas Eversberg2009-05-21 19:11:39 +0200
commit063d622d53ff5e7818ee75658ba8539016788941 (patch)
treece2f38302d349fa7658808c0889c269c5199fc24 /chan_lcr.h
parentOpenBSC API change. (diff)
downloadlcr-063d622d53ff5e7818ee75658ba8539016788941.tar.gz
lcr-063d622d53ff5e7818ee75658ba8539016788941.tar.xz
lcr-063d622d53ff5e7818ee75658ba8539016788941.zip
Fixed disabling of DTMF using 'n' option of chan_lcr.
Please enter the commit message for your changes. modified: README modified: apppbx.cpp modified: bchannel.c modified: chan_lcr.c modified: chan_lcr.h
Diffstat (limited to 'chan_lcr.h')
-rw-r--r--chan_lcr.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chan_lcr.h b/chan_lcr.h
index 5ddb4eb..60a64fd 100644
--- a/chan_lcr.h
+++ b/chan_lcr.h
@@ -50,10 +50,8 @@ struct chan_call {
char cid_rdnis[64]; /* cached cid for setup */
char display[128];
/* display for setup */
- int dtmf;
- /* shall dtmf be enabled */
- int no_dtmf;
- /* dtmf disabled by option */
+ int dsp_dtmf;
+ /* decode dtmf by dsp */
int inband_dtmf; /* generate dtmf tones, if
requested by asterisk */
int rebuffer; /* send only 160 bytes frames