summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2012-03-20 18:17:16 +0000
committerSean Bright <sean@malleable.com>2012-03-20 18:17:16 +0000
commit3a231e090f8e6746856358f49e6f21b0a3a1ab38 (patch)
treeeb432aed000a648e7a838abb28493e33664a5dd8 /UPGRADE.txt
parent334f13d8b8ea94f388af20c144f24097089e5e1c (diff)
chan_iax2: Correct spelling of 'Port' header in IAX2 PeerStatus AMI Events
The PeerStatus event for IAX2 channels currently includes a header named Post which should have been Port. Post was removed and the AMI version has been updated to 1.3. ........ Merged revisions 359982 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@359983 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 c935d122d..a654865fa 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -66,6 +66,8 @@ Configuration Files:
AMI:
- DBDelTree now correctly returns an error when 0 rows are deleted just as
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.
CCSS:
- Macro is deprecated. Use cc_callback_sub instead of cc_callback_macro