aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-26 20:43:49 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-26 20:43:49 +0000
commit70f5ad301eab0bc37eb42d46129eb1bba622878e (patch)
tree07bc3b2cf55183d2ee6382909c90191c7f317674
parent086a0f9cb5a1a48b0f9c0371e208b736a53041fa (diff)
Found a missing "l" on the left side of the sofa, close to the TV.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36148 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index a76079506..f68a63d93 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -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) */