From 42c6bc9117257d3197ca82a1bba88791d1329364 Mon Sep 17 00:00:00 2001 From: Super User Date: Sat, 28 Jun 2008 10:13:20 +0200 Subject: disabled overlap dialing and dtmf digit forwarding, due to bug. modified: chan_lcr.c --- chan_lcr.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chan_lcr.c') diff --git a/chan_lcr.c b/chan_lcr.c index 0230b82..6484d97 100644 --- a/chan_lcr.c +++ b/chan_lcr.c @@ -970,6 +970,8 @@ static void lcr_in_information(struct chan_call *call, int message_type, union p p = param->information.id; if (call->state == CHAN_LCR_STATE_IN_DIALING && *p) { +CERROR(call, call->ast, "DTMF DIALING IS DISABLED DUE TO CURRENT IMPLEMENTATION BUG.\n"); +return; CDEBUG(call, call->ast, "Asterisk is started, sending DTMF frame.\n"); while (*p) { @@ -1039,6 +1041,8 @@ void lcr_in_dtmf(struct chan_call *call, int val) return; CDEBUG(call, call->ast, "Forwarding DTMF digit '%c' to Asterisk.\n", val); +CERROR(call, call->ast, "DTMF DIALING IS DISABLED DUE TO CURRENT IMPLEMENTATION BUG.\n"); +return; /* send digit to asterisk */ memset(&fr, 0, sizeof(fr)); -- cgit v1.2.3-55-g7522