summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-06-26 20:41:54 +0000
committerOlle Johansson <oej@edvina.net>2006-06-26 20:41:54 +0000
commit66786a7d532e82fe88cabe418930ee7dabcc0bac (patch)
tree8b93e1ccb0212d23b30fbb0b3527843859f88b03 /channels
parent1cbd4effca128961348834e180e7411d38d2b65f (diff)
Issue #7421 - Stop generator on both call legs (patch by tgrman)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36147 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index ac109beab..a76079506 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -12463,6 +12463,7 @@ static int handle_invite_replaces(struct sip_pvt *p, struct sip_request *req, in
/* Stop music on hold and other generators */
ast_quiet_chan(replacecall);
+ ast_quiet_chan(targetcal);
if (option_debug > 3)
ast_log(LOG_DEBUG, "Invite/Replaces: preparing to masquerade %s into %s\n", c->name, replacecall->name);
/* Unlock clone, but not original (replacecall) */