aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-10 20:28:33 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-10 20:28:33 +0000
commit5f074afc2205cd5859857437dd9ff8944d20d1a4 (patch)
tree1f22d2d3f232c2d9c19a2ffb862f5f620eeaf4a2 /channels/chan_zap.c
parente5a1a4523401a30ddc9d257efbb0ca6adb7908d3 (diff)
Merged revisions 107173 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r107173 | qwell | 2008-03-10 15:27:08 -0500 (Mon, 10 Mar 2008) | 5 lines Make sure to reenable echo can after a "failed" (canceled, etc) three-way call. (closes issue #11335) Reported by: rebuild ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@107177 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_zap.c')
-rw-r--r--channels/chan_zap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 0bb2d0b2e..ae5f34e80 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -5150,6 +5150,7 @@ static struct ast_frame *__zt_exception(struct ast_channel *ast)
update_conf(p);
break;
case ZT_EVENT_RINGOFFHOOK:
+ zt_enable_ec(p);
zt_set_hook(p->subs[SUB_REAL].zfd, ZT_OFFHOOK);
if (p->owner && (p->owner->_state == AST_STATE_RINGING)) {
p->subs[SUB_REAL].needanswer = 1;