]> 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:29:24 +0000 (12:29 -0400)
commitcf474bf57af6811c343700f896bc6def41960266
tree89ebbdd3c10c248a78c3034b9c0fba0d0385d2c1
parent09932a13efa6719b481aeab0402893de230c1947
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