projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a99cc6b
)
Make sure we enable echo cancellation on incoming overlapdial calls
author
Matthew Fredrickson
<creslin@digium.com>
Thu, 1 Sep 2005 17:38:25 +0000
(17:38 +0000)
committer
Matthew 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
patch
|
blob
|
history
diff --git
a/channels/chan_zap.c
b/channels/chan_zap.c
index
45c7597
..
aaae4e8
100755
(executable)
--- a/
channels/chan_zap.c
+++ b/
channels/chan_zap.c
@@
-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) {