[Asterisk-cvs] asterisk/channels chan_zap.c,1.494,1.495
mattf
mattf
Thu Sep 1 13:37:25 CDT 2005
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) {
More information about the svn-commits
mailing list