]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Fix issues that prevented shutdown of modules.
authorCorey Farrell <git@cfware.com>
Wed, 4 Oct 2017 15:46:44 +0000 (11:46 -0400)
committerCorey Farrell <git@cfware.com>
Mon, 9 Oct 2017 16:49:39 +0000 (12:49 -0400)
commit82592c3673ba6b9eaf449407d371cf77549c1e9b
treee8bcf84ccb8c54aa1803f60721fc2efbbf1fc073
parent39b68a41f7238049f8df0b930f8e03a4df0f79c2
res_pjsip: Fix issues that prevented shutdown of modules.

res_pjsip and res_pjsip_session had circular references, preventing both
modules from shutting down.
* Move session supplement registration to res_pjsip.
* Use create internal functions for use by pjsip_message_filter.c.

ASTERISK-27306

Change-Id: Ifbd5c19ec848010111afeab2436f9699da06ba6b
include/asterisk/res_pjsip_session.h
res/res_pjsip.c
res/res_pjsip/include/res_pjsip_private.h
res/res_pjsip/pjsip_message_filter.c
res/res_pjsip/pjsip_session.c [new file with mode: 0644]
res/res_pjsip_session.c