]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add a missing session supplement unregistration in chan_pjsip for ACKs.
authorJoshua Colp <jcolp@digium.com>
Fri, 20 Sep 2013 16:17:13 +0000 (16:17 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 20 Sep 2013 16:17:13 +0000 (16:17 +0000)
(closes issue ASTERISK-22453)
Reported by: Corey Farrell
Patches:
chan_pjsip_session_unregister_supplement.patch uploaded by Corey Farrell (license 5909)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@399531 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_pjsip.c

index 96500b4edfd7e801ad95d257ac06d38c66111236..42e329e50a161532f766824efd7a3c5a40eb7eb9 100644 (file)
@@ -2122,6 +2122,7 @@ static int unload_module(void)
 
        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);