]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_outbound_publishing: After unloading the library won't load again 05/2805/1
authorKevin Harwell <kharwell@digium.com>
Tue, 3 May 2016 20:35:24 +0000 (15:35 -0500)
committerKevin Harwell <kharwell@digium.com>
Wed, 11 May 2016 16:41:21 +0000 (11:41 -0500)
commit10de553c9d6922ebf3959b4fd7b50a2fad629eb1
treec8454079e0097e270e2a80d1f09d6b89c05be2f1
parent81773ceb9cb03e11b9a39fb882dcc72815784566
res_pjsip_outbound_publishing: After unloading the library won't load again

The same thing was happening in res_pjsip_publish_asterisk. When the library
was unloaded it did not unregister the object type from sorcery. Subsequent
loads resulted in a failed load due to the sorcery type already existing.

Change-Id: Ifdc25e94e4cd40bc5a19eb4d0a00b86c2e9fedc9
res/res_pjsip_outbound_publish.c
res/res_pjsip_publish_asterisk.c