[asterisk-commits] oej: branch 1.4 r66363 - in /branches/1.4: ./
channels/chan_sip.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue May 29 02:41:42 MST 2007
Author: oej
Date: Tue May 29 04:41:40 2007
New Revision: 66363
URL: http://svn.digium.com/view/asterisk?view=rev&rev=66363
Log:
Merged revisions 66349 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r66349 | oej | 2007-05-29 09:53:14 +0200 (Tue, 29 May 2007) | 2 lines
Issue #9802 - Change inuse counter on CANCEL
........
Modified:
branches/1.4/ (props changed)
branches/1.4/channels/chan_sip.c
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=66363&r1=66362&r2=66363
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Tue May 29 04:41:40 2007
@@ -14196,6 +14196,10 @@
ast_log(LOG_DEBUG, "Got CANCEL on an answered call. Ignoring... \n");
return 0;
}
+
+ if (ast_test_flag(&p->flags[0], SIP_INC_COUNT))
+ update_call_counter(p, DEC_CALL_LIMIT);
+
stop_media_flows(p); /* Immediately stop RTP, VRTP and UDPTL as applicable */
if (p->owner)
More information about the asterisk-commits
mailing list