Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv4555/channels

Modified Files:
        chan_zap.c 
Log Message:
Make sure we enable echo cancellation on incoming overlapdial calls


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.494
retrieving revision 1.495
diff -u -d -r1.494 -r1.495
--- chan_zap.c  31 Aug 2005 22:12:23 -0000      1.494
+++ chan_zap.c  1 Sep 2005 17:38:25 -0000       1.495
@@ -5104,6 +5104,7 @@
                        /* 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) {

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to