Skip to content
Snippets Groups Projects
Commit 0dbb924c authored by Olle Johansson's avatar Olle Johansson
Browse files

Found a missing "l" on the left side of the sofa, close to the TV.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36148 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 66786a7d
No related branches found
No related tags found
No related merge requests found
......@@ -12463,7 +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);
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) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment