mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
This unit test runs through combinations of... * Local codecs * Remote Codecs * Codec Preference * Incoming/Outgoing A few new APIs were created to make it easier to test the functionality but didn't result in any actual functional change. ASTERISK_28777 Change-Id: Ic8957c43e7ceeab0e9272af60ea53f056164f164
11 lines
263 B
Plaintext
11 lines
263 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;
|
|
LINKER_SYMBOL_PREFIXast_sip_create_joint_call_cap;
|
|
local:
|
|
*;
|
|
};
|