summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2009-11-02 14:57:11 +0000
committerMatthew Nicholson <mnicholson@digium.com>2009-11-02 14:57:11 +0000
commit93e43578ec4f54d61446e880f6dce046e76a456f (patch)
treefb493bcba2ed8d2940ee0c92a356fea8a72da192 /CHANGES
parent7fbd314a8833a537fd622e0104793271a7dc8e90 (diff)
This patch adds support for a draft proposal for adding Q.850 reason headers to sip messages.
(closes issue #13385) Reported by: adomjan Patches: sip.conf.sample-trunk20090929-reason_q850.patch uploaded by adomjan (license 487) CHANGES-trunk20090929-reason_q850.patch uploaded by adomjan (license 487) chan_sip.c-trunk20090929-reason_q850_atoi_fix.patch uploaded by adomjan (license 487) sip-q850-hangupcause1.diff uploaded by mnicholson (license 96) Tested by: adomjan git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@226687 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 20694ba05..6f0eedd37 100644
--- a/CHANGES
+++ b/CHANGES
@@ -53,6 +53,9 @@ SIP Changes
* Added 'unsolicited_mailbox' configuration option which specifies the virtual mailbox
that the new/old count should be stored on if an unsolicited MWI NOTIFY message is
received.
+ * Added 'use_q850_reason' configuration option for generating and parsing
+ if available Reason: Q.850;cause=<cause code> header. It is implemented
+ in some gateways for better passing PRI/SS7 cause codes via SIP.
IAX2 Changes
-----------