mirror of
https://github.com/asterisk/asterisk.git
synced 2025-08-16 11:14:52 +00:00
Added two new functions to assist checking media types... * ast_sip_are_media_types_equal compares two pjsip_media_types. * ast_sip_is_media_type_in tests if one media type is in a list of others. Added static definitions for commonly used media types to res_pjsip.h. Changed several modules to use the new functions and static definitions. ASTERISK_29813 (not ready to close) Change-Id: Ief77675235bd3bf00a6b095d4673fd878d0801b9
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
{
|
|
global:
|
|
LINKER_SYMBOL_PREFIXast_sip_*;
|
|
LINKER_SYMBOL_PREFIX__ast_sip_*;
|
|
LINKER_SYMBOL_PREFIXpjsip_media_type_*;
|
|
LINKER_SYMBOL_PREFIXast_copy_pj_str;
|
|
LINKER_SYMBOL_PREFIXast_copy_pj_str2;
|
|
LINKER_SYMBOL_PREFIXast_pjsip_rdata_get_endpoint;
|
|
local:
|
|
*;
|
|
};
|