mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
Abstract PJSIP-specific elements from the pubsub API.
This helps to pave the way for RLS work that is to come. Since this is a self-contained change and subscription tests still pass, this work is being committed directly to trunk instead of a working branch. ASTERISK-23865 #close Review: https://reviewboard.asterisk.org/r/3628 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@417233 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
global:
|
||||
LINKER_SYMBOL_PREFIXast_sip_create_subscription;
|
||||
LINKER_SYMBOL_PREFIXast_sip_subsription_get_endpoint;
|
||||
LINKER_SYMBOL_PREFIXast_sip_subscription_get_endpoint;
|
||||
LINKER_SYMBOL_PREFIXast_sip_subscription_get_serializer;
|
||||
LINKER_SYMBOL_PREFIXast_sip_subscription_get_evsub;
|
||||
LINKER_SYMBOL_PREFIXast_sip_subscription_get_dlg;
|
||||
@@ -30,6 +30,11 @@
|
||||
LINKER_SYMBOL_PREFIXast_sip_pubsub_generate_body_content;
|
||||
LINKER_SYMBOL_PREFIXast_sip_subscription_get_body_type;
|
||||
LINKER_SYMBOL_PREFIXast_sip_subscription_get_body_subtype;
|
||||
LINKER_SYMBOL_PREFIXast_sip_subscription_get_resource_name;
|
||||
LINKER_SYMBOL_PREFIXast_sip_subscription_notify;
|
||||
LINKER_SYMBOL_PREFIXast_sip_subscription_get_local_uri;
|
||||
LINKER_SYMBOL_PREFIXast_sip_subscription_get_remote_uri;
|
||||
LINKER_SYMBOL_PREFIXast_sip_subscription_get_header;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
Reference in New Issue
Block a user