[asterisk-commits] jrose: trunk r372832 - in /trunk: CHANGES UPGRADE.txt
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 11 09:43:47 CDT 2012
Author: jrose
Date: Tue Sep 11 09:43:41 2012
New Revision: 372832
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=372832
Log:
chan_sip: Fix CHANGES and UPGRADE.txt for r372808
(issue AST-969)
Reported by John Bigelow
Modified:
trunk/CHANGES
trunk/UPGRADE.txt
Modified: trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/trunk/CHANGES?view=diff&rev=372832&r1=372831&r2=372832
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Tue Sep 11 09:43:41 2012
@@ -10,6 +10,12 @@
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 11 to Asterisk 12 --------------------
------------------------------------------------------------------------------
+
+AMI (Asterisk Manager Interface)
+------------------
+ * The SIPqualifypeer action now acknowledges the request once it has established
+ that the request is against a known peer. It also issues a new event,
+ 'SIPqualifypeerdone', once the qualify action has been completed.
Logging
-------------------
Modified: trunk/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/trunk/UPGRADE.txt?view=diff&rev=372832&r1=372831&r2=372832
==============================================================================
--- trunk/UPGRADE.txt (original)
+++ trunk/UPGRADE.txt Tue Sep 11 09:43:41 2012
@@ -22,6 +22,11 @@
===========================================================
From 11 to 12:
+
+AMI:
+ - The SIP SIPqualifypeer action now sends a response indicating it will qualify
+ a peer once a peer has been found to qualify. Once the qualify has been
+ completed it will now issue a SIPqualifypeerdone event.
Queue:
- Queue logging for PAUSEALL/UNPAUSEALL now only occurs if the interface this is
@@ -94,8 +99,6 @@
the DBDel action does.
- The IAX2 PeerStatus event now sends a 'Port' header. In Asterisk 10, this was
erroneously being sent as a 'Post' header.
- - The SIP SIPqualifypeer action now receives an appropriate response when it
- is completed successfully. It also no longer sends extra blank lines afterwards.
CCSS:
- Macro is deprecated. Use cc_callback_sub instead of cc_callback_macro
More information about the asterisk-commits
mailing list