aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-14 17:48:57 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-14 17:48:57 +0000
commitd02738f5920dfd4590d3b6ebf1ff75f55c31c057 (patch)
treee0ce47e0c57ba61e576f3d769e4f23a56af67d04 /CHANGES
parent2f25cd5cc8f0ff4e82c5258e4f634e0ffbf0b6cb (diff)
Allow for adding message body to the SIP NOTIFY message
Ability has been added to both manager command SIPnotify as well as console command sip notify. Message body is stored in the "Content" variable. An example is present in sip_notify.conf. (closes issue #13926) Reported by: jthurman Patches: sip-notify-svn189463.diff uploaded by gareth (license 208) Tested by: gareth git-svn-id: http://svn.digium.com/svn/asterisk/trunk@224035 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 95221d68e..83e6e2611 100644
--- a/CHANGES
+++ b/CHANGES
@@ -46,6 +46,8 @@ SIP Changes
in a multi-channel setup resolved in an individual way.
* Added 'externtcpport' and 'externtlsport' options to allow custom port
configuration for the externip and externhost options when tcp or tls is used.
+ * Added support for message body (stored in content variable) to SIP NOTIFY message
+ accessible via AMI and CLI.
IAX2 Changes
-----------