[asterisk-commits] file: branch 12 r399531 - /branches/12/channels/chan_pjsip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Sep 20 11:17:15 CDT 2013


Author: file
Date: Fri Sep 20 11:17:13 2013
New Revision: 399531

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=399531
Log:
Add a missing session supplement unregistration in chan_pjsip for ACKs.

(closes issue ASTERISK-22453)
Reported by: Corey Farrell
Patches:
	chan_pjsip_session_unregister_supplement.patch uploaded by Corey Farrell (license 5909)

Modified:
    branches/12/channels/chan_pjsip.c

Modified: branches/12/channels/chan_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/channels/chan_pjsip.c?view=diff&rev=399531&r1=399530&r2=399531
==============================================================================
--- branches/12/channels/chan_pjsip.c (original)
+++ branches/12/channels/chan_pjsip.c Fri Sep 20 11:17:13 2013
@@ -2122,6 +2122,7 @@
 
 	ast_sip_session_unregister_supplement(&chan_pjsip_supplement);
 	ast_sip_session_unregister_supplement(&pbx_start_supplement);
+	ast_sip_session_unregister_supplement(&chan_pjsip_ack_supplement);
 
 	ast_custom_function_unregister(&chan_pjsip_dial_contacts_function);
 	ast_channel_unregister(&chan_pjsip_tech);




More information about the asterisk-commits mailing list