From 063d622d53ff5e7818ee75658ba8539016788941 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 21 May 2009 19:11:39 +0200 Subject: 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 --- chan_lcr.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'chan_lcr.h') 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 -- cgit v1.2.3-55-g7522