summaryrefslogtreecommitdiff
path: root/res/res_pjsip_outbound_publish.exports.in
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2014-08-07 14:35:09 +0000
committerJoshua Colp <jcolp@digium.com>2014-08-07 14:35:09 +0000
commitece78c699193b5d9665452c8bd6f594370cccba8 (patch)
tree11192604a1d8ea6093d6bcbd55a3460d8ae45f90 /res/res_pjsip_outbound_publish.exports.in
parent98af8fb7159e37d4a84950af75873da20bfda439 (diff)
res_pjsip_outbound_publish: Add module which provides outbound PUBLISH support.
This module implements the core parts required for doing outbound PUBLISH. It takes care of configuration, lifetime management, and authentication. Additional modules implement the specific events that are published. Review: https://reviewboard.asterisk.org/r/3780/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@420314 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_pjsip_outbound_publish.exports.in')
-rw-r--r--res/res_pjsip_outbound_publish.exports.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/res_pjsip_outbound_publish.exports.in b/res/res_pjsip_outbound_publish.exports.in
new file mode 100644
index 000000000..a75103bb6
--- /dev/null
+++ b/res/res_pjsip_outbound_publish.exports.in
@@ -0,0 +1,6 @@
+{
+ global:
+ LINKER_SYMBOL_PREFIXast_sip_*;
+ local:
+ *;
+};