[svn-commits] trunk r36148 - /trunk/channels/chan_sip.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Jun 26 13:43:50 MST 2006
Author: oej
Date: Mon Jun 26 15:43:49 2006
New Revision: 36148
URL: http://svn.digium.com/view/asterisk?rev=36148&view=rev
Log:
Found a missing "l" on the left side of the sofa, close to the TV.
Modified:
trunk/channels/chan_sip.c
Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?rev=36148&r1=36147&r2=36148&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Mon Jun 26 15:43:49 2006
@@ -12463,7 +12463,7 @@
/* 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) */
More information about the svn-commits
mailing list