summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGregory Nietsky <gregory@distrotech.co.za>2011-05-16 14:56:53 +0000
committerGregory Nietsky <gregory@distrotech.co.za>2011-05-16 14:56:53 +0000
commit32d43ebe193a50608c2c71bff9a8e990ae0c086e (patch)
tree049c5eefc4532bc2e89c74bed647133d019c1e4c /CHANGES
parent938290cf0d7d9779113fe9059fae7f0f547a71d7 (diff)
When a error in T.38 negotiation happens or its rejected on a channel the
state of the channel reverts to unknown this should be rejected. this is important for negotiating T.38 gateway see #13405 This patch adds a option T38_REJECTED that behaves as T38_DISABLED except it reports state rejected. Trivial Change to res_fax to honnor UNAVAILABLE and REJECTED states. (closes issue #18889) Reported by: irroot Tested by: irroot, darkbasic, mnicholson Review: https://reviewboard.asterisk.org/r/1115 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@319087 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c7aebe183..205a64041 100644
--- a/CHANGES
+++ b/CHANGES
@@ -199,6 +199,7 @@ SIP Changes
res_stun_monitor module support in chan_sip.
* Addition of the 'auth_options_requests' option for turning on and off
authentication for OPTIONS requests in chan_sip.
+ * Add T38 support for REJECTED state where T.38 Negotiation is explicitly rejected.
IAX2 Changes