summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2012-08-29 19:38:52 +0000
committerJonathan Rose <jrose@digium.com>2012-08-29 19:38:52 +0000
commit6c07c904aaae4a7d0ab7c74ade39b52365359178 (patch)
tree54406df416e9a452c36bbf21dfe5f670ac07b799 /UPGRADE.txt
parentadefb772c430828b98e4c7f28d3c68d9f69f4847 (diff)
chan_sip: Change manager event to confirm SIPqualifypeer into an ack
Matt Jordan informed me that it was more appropriate to use an astman_send_ack here instead of making an event response. I've also used this opportunity to update UPGRADE.txt to mention this change in behavior. (issue AST-969) Reported by: John Bigelow git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371889 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 0e6a942ee..68790a8be 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -92,6 +92,8 @@ AMI:
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