aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-16 18:43:22 +0000
committerpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-16 18:43:22 +0000
commit5c51759e156fdd9bcf254f965c63c4969e393055 (patch)
tree8182a1f2bcc4ace7e32330374b4d3e65d4bf9096 /CHANGES
parent599b0bf29334ae5502ecea2c8dfaf2692d7982c5 (diff)
MSG_OOB flag on HANGUP packet removed.
Per Tilghman's request on IRC (#asterisk-bugs). (closes issue #17506) Reported by: brycebaril Tested by: pabelanger, tilghman git-svn-id: http://svn.digium.com/svn/asterisk/trunk@270936 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5e69680c8..68fc2902a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1468,7 +1468,7 @@ Language Support Changes
AGI Changes
-----------
* Added SPEECH commands for speech recognition. A complete listing can be found
- using agi show.
+ using agi show.
* If app_stack is loaded, GOSUB is a native AGI command that may be used to
invoke subroutines in the dialplan. Note that calling EXEC with Gosub
does not behave as expected; the native command needs to be used, instead.
@@ -1477,6 +1477,7 @@ AGI Changes
of the URI parameter to the AGI function call in your dial plan. Also note
that specifying a port number in the AGI URI will disable SRV lookups,
even if you use the hagi: protocol.
+ * No longer support MSG_OOB flag on HANGUP.
Logger changes
--------------