Index: channels/chan_sip.c =================================================================== --- channels/chan_sip.c (revision 35765) +++ channels/chan_sip.c (working copy) @@ -12450,6 +12450,7 @@ /* Stop music on hold and other generators */ ast_quiet_chan(replacecall); + ast_quiet_chan(targetcall); 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) */