]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Make sure we enable echo cancellation on incoming overlapdial calls
authorMatthew Fredrickson <creslin@digium.com>
Thu, 1 Sep 2005 17:38:25 +0000 (17:38 +0000)
committerMatthew Fredrickson <creslin@digium.com>
Thu, 1 Sep 2005 17:38:25 +0000 (17:38 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6481 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_zap.c

index 45c75977e017dc8b4be3c3d18689978d8182e36c..aaae4e806fde0b11c59823bf32a8550a83446921 100755 (executable)
@@ -5104,6 +5104,7 @@ static void *ss_thread(void *data)
                        /* Start the real PBX */
                        ast_copy_string(chan->exten, exten, sizeof(chan->exten));
                        if (p->dsp) ast_dsp_digitreset(p->dsp);
+                       zt_enable_ec(p);
                        ast_setstate(chan, AST_STATE_RING);
                        res = ast_pbx_run(chan);
                        if (res) {