mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
This provides better information to REF_DEBUG log for troubleshooting when the system is unable to unload res_pjsip.so during shutdown due to module references. ASTERISK-27306 Change-Id: I63197ad33d1aebe60d12e0a6561718bdc54e4612
10 lines
210 B
Plaintext
10 lines
210 B
Plaintext
{
|
|
global:
|
|
LINKER_SYMBOL_PREFIXast_sip_session_*;
|
|
LINKER_SYMBOL_PREFIX__ast_sip_session_*;
|
|
LINKER_SYMBOL_PREFIXast_sip_dialog_get_session;
|
|
LINKER_SYMBOL_PREFIXast_sip_channel_pvt_alloc;
|
|
local:
|
|
*;
|
|
};
|