summaryrefslogtreecommitdiff
path: root/res/res_sip/include/res_sip_private.h
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/include/res_sip_private.h
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/include/res_sip_private.h')
-rw-r--r--res/res_sip/include/res_sip_private.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/res/res_sip/include/res_sip_private.h b/res/res_sip/include/res_sip_private.h
index 3625bab31..e5f10321c 100644
--- a/res/res_sip/include/res_sip_private.h
+++ b/res/res_sip/include/res_sip_private.h
@@ -55,11 +55,4 @@ int ast_res_sip_init_contact_transports(void);
*/
int ast_sip_initialize_outbound_authentication(void);
-/*!
- * \brief Get the current defined endpoints
- *
- * \retval The current endpoints loaded by res_sip
- */
-struct ao2_container *ast_res_sip_get_endpoints(void);
-
#endif /* RES_SIP_PRIVATE_H_ */