From: Andreas Eversberg Date: Fri, 15 Jan 2010 20:28:33 +0000 (+0100) Subject: Test fix for lcr and dtmf. X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=baade7996195589adedfb22210ff82bd9aaf20fc Test fix for lcr and dtmf. modified: chan_lcr.c --- diff --git a/chan_lcr.c b/chan_lcr.c index e50847c..61905bf 100644 --- a/chan_lcr.c +++ b/chan_lcr.c @@ -1292,6 +1292,8 @@ int receive_message(int message_type, unsigned int ref, union parameter *param) /* store new ref */ call->ref = ref; call->ref_was_assigned = 1; + /* set dtmf (default, use option 'n' to disable */ + call->dsp_dtmf = 1; /* send pending setup info */ if (call->state == CHAN_LCR_STATE_OUT_PREPARE) send_setup_to_lcr(call);