]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_outbound_publishing: After unloading the library won't load again 53/2753/3
authorKevin Harwell <kharwell@digium.com>
Tue, 3 May 2016 20:35:24 +0000 (15:35 -0500)
committerKevin Harwell <kharwell@digium.com>
Thu, 5 May 2016 21:41:50 +0000 (16:41 -0500)
commitadc82a2260382383bfb6593adfaa8b8b7ef7d7d8
treec6ab7b92d78725ff4ecf00372057077804fc11d1
parent3b0ce5169d123312e4b4ac5a65b23325a59ba2a7
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