From 74f2318051ca04c240d3b111397365837fb618b6 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Thu, 25 Apr 2013 18:25:31 +0000 Subject: Merge the pimp_my_sip branch into trunk. The pimp_my_sip branch is being merged at this point because it offers basic functionality, and from an API standpoint, things are complete. SIP work is *not* feature-complete; however, with the completion of the SUBSCRIBE/NOTIFY API, all APIs (except a PUBLISH API) have been created, and thus it is possible for developers to attempt to create new SIP work. API documentation can be found in the doxygen in the code, but usability documentation is still lacking. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386540 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_sip_pubsub.exports.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 res/res_sip_pubsub.exports.in (limited to 'res/res_sip_pubsub.exports.in') diff --git a/res/res_sip_pubsub.exports.in b/res/res_sip_pubsub.exports.in new file mode 100644 index 000000000..55308746a --- /dev/null +++ b/res/res_sip_pubsub.exports.in @@ -0,0 +1,16 @@ +{ + global: + LINKER_SYMBOL_PREFIXast_sip_create_subscription; + LINKER_SYMBOL_PREFIXast_sip_subsription_get_endpoint; + LINKER_SYMBOL_PREFIXast_sip_subscription_get_serializer; + LINKER_SYMBOL_PREFIXast_sip_subscription_get_evsub; + LINKER_SYMBOL_PREFIXast_sip_subscription_send_request; + LINKER_SYMBOL_PREFIXast_sip_subscription_alloc_datastore; + LINKER_SYMBOL_PREFIXast_sip_subscription_add_datastore; + LINKER_SYMBOL_PREFIXast_sip_subscription_get_datastore; + LINKER_SYMBOL_PREFIXast_sip_subscription_remove_datastore; + LINKER_SYMBOL_PREFIXast_sip_register_subscription_handler; + LINKER_SYMBOL_PREFIXast_sip_unregister_subscription_handler; + local: + *; +}; -- cgit v1.2.3