New SIP Channel Driver - Add CLI/AMI initiated NOTIFY requests
authorKevin Harwell <kharwell@digium.com>
Mon, 1 Jul 2013 21:28:32 +0000 (21:28 +0000)
committerKevin Harwell <kharwell@digium.com>
Mon, 1 Jul 2013 21:28:32 +0000 (21:28 +0000)
commit5456794b6674312ea9c9215ba02af6e3ab660f95
tree4e28396f06a00c20c08ed5eef05c1bc8aeefb77e
parent3841520a6e4f910c4c44130204b6cc7f4eadf76a
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
include/asterisk/res_sip.h
res/res_sip.exports.in
res/res_sip/include/res_sip_private.h
res/res_sip/sip_configuration.c
res/res_sip/sip_options.c
res/res_sip_notify.c [new file with mode: 0644]