summaryrefslogtreecommitdiffstats
path: root/apppbx.cpp
diff options
context:
space:
mode:
authorAndreas Eversberg2009-05-21 19:11:39 +0200
committerAndreas Eversberg2009-05-21 19:11:39 +0200
commit063d622d53ff5e7818ee75658ba8539016788941 (patch)
treece2f38302d349fa7658808c0889c269c5199fc24 /apppbx.cpp
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 'apppbx.cpp')
-rw-r--r--apppbx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apppbx.cpp b/apppbx.cpp
index a64467e..fc50737 100644
--- a/apppbx.cpp
+++ b/apppbx.cpp
@@ -3268,7 +3268,7 @@ void EndpointAppPBX::ea_message_join(unsigned int join_id, int message_type, uni
join_notify(portlist, message_type, param);
break;
- /* JOIN wants keypad / dtml */
+ /* JOIN wants keypad / dtmf */
case MESSAGE_ENABLEKEYPAD:
PDEBUG(DEBUG_EPOINT, "EPOINT(%d) epoint with terminal '%s' (caller id '%s') received keypad enable request.\n", ea_endpoint->ep_serial, e_ext.number, e_callerinfo.id);
e_enablekeypad = 1;