mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
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
This commit is contained in:
@@ -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 */
|
/* Stop music on hold and other generators */
|
||||||
ast_quiet_chan(replacecall);
|
ast_quiet_chan(replacecall);
|
||||||
|
ast_quiet_chan(targetcal);
|
||||||
if (option_debug > 3)
|
if (option_debug > 3)
|
||||||
ast_log(LOG_DEBUG, "Invite/Replaces: preparing to masquerade %s into %s\n", c->name, replacecall->name);
|
ast_log(LOG_DEBUG, "Invite/Replaces: preparing to masquerade %s into %s\n", c->name, replacecall->name);
|
||||||
/* Unlock clone, but not original (replacecall) */
|
/* Unlock clone, but not original (replacecall) */
|
||||||
|
Reference in New Issue
Block a user