summaryrefslogtreecommitdiff
path: root/res/res_sip.exports.in
diff options
context:
space:
mode:
authorKevin Harwell <kharwell@digium.com>2013-07-01 21:28:32 +0000
committerKevin Harwell <kharwell@digium.com>2013-07-01 21:28:32 +0000
commit5456794b6674312ea9c9215ba02af6e3ab660f95 (patch)
tree4e28396f06a00c20c08ed5eef05c1bc8aeefb77e /res/res_sip.exports.in
parent3841520a6e4f910c4c44130204b6cc7f4eadf76a (diff)
New SIP Channel Driver - Add CLI/AMI initiated NOTIFY requests
Added the ability to send unsolicited NOTIFY requests to a particular endpoint with a configured payload. Added both CLI and AMI support. For a given endpoint, this module will iterate over all its contacts sending the appropriate NOTIFY request to each. (closes issue ASTERISK-21436) Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/2623/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393364 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_sip.exports.in')
-rw-r--r--res/res_sip.exports.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_sip.exports.in b/res/res_sip.exports.in
index 625a02f7e..f557300f9 100644
--- a/res/res_sip.exports.in
+++ b/res/res_sip.exports.in
@@ -29,6 +29,7 @@
LINKER_SYMBOL_PREFIXast_sip_append_body;
LINKER_SYMBOL_PREFIXast_sip_get_pjsip_endpoint;
LINKER_SYMBOL_PREFIXast_sip_endpoint_alloc;
+ LINKER_SYMBOL_PREFIXast_sip_get_endpoints;
LINKER_SYMBOL_PREFIXast_copy_pj_str;
LINKER_SYMBOL_PREFIXast_sip_get_sorcery;
LINKER_SYMBOL_PREFIXast_sip_create_dialog;