mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 04:16:43 +00:00
chan_sip: Fix CHANGES and UPGRADE.txt for r372808
(issue AST-969) Reported by John Bigelow git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@372832 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -11,6 +11,12 @@
|
|||||||
--- Functionality changes from Asterisk 11 to Asterisk 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
|
Logging
|
||||||
-------------------
|
-------------------
|
||||||
* When performing queue pause/unpause on an interface without specifying an
|
* When performing queue pause/unpause on an interface without specifying an
|
||||||
|
|||||||
@@ -23,6 +23,11 @@
|
|||||||
|
|
||||||
From 11 to 12:
|
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:
|
||||||
- Queue logging for PAUSEALL/UNPAUSEALL now only occurs if the interface this is
|
- Queue logging for PAUSEALL/UNPAUSEALL now only occurs if the interface this is
|
||||||
performed on is a member of at least one queue.
|
performed on is a member of at least one queue.
|
||||||
@@ -94,8 +99,6 @@ AMI:
|
|||||||
the DBDel action does.
|
the DBDel action does.
|
||||||
- The IAX2 PeerStatus event now sends a 'Port' header. In Asterisk 10, this was
|
- The IAX2 PeerStatus event now sends a 'Port' header. In Asterisk 10, this was
|
||||||
erroneously being sent as a 'Post' header.
|
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:
|
CCSS:
|
||||||
- Macro is deprecated. Use cc_callback_sub instead of cc_callback_macro
|
- Macro is deprecated. Use cc_callback_sub instead of cc_callback_macro
|
||||||
|
|||||||
Reference in New Issue
Block a user