summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAutomerge script <automerge@asterisk.org>2012-11-13 20:19:49 +0000
committerAutomerge script <automerge@asterisk.org>2012-11-13 20:19:49 +0000
commit096540c2c0f1c445ce9ff48e67282ad7f41d000d (patch)
treecd680c62d7dfb7c1a022020d4f4e88e65b3359bb /CHANGES
parent69ae9ff20d866ad02cc86e9b08da85ee2b15390b (diff)
Merged revisions 376219 via svnmerge from
file:///srv/subversion/repos/asterisk/trunk ........ r376219 | jrose | 2012-11-13 13:42:13 -0600 (Tue, 13 Nov 2012) | 12 lines chan_sip: Add SubscribeContext field to SIPshowpeer AMI response The new field is will show up within the response if the requested peer has a subscribe context set. (closes issue ASTERISK-20626) Reported by: Jaco Kroon Patches: asterisk-sip-ami-SubscrContext.patch uploaded by jkroon (license 5671) -with modifications by jrose to conform to style guidelines Review: https://reviewboard.asterisk.org/r/2195/ ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/team/mmichelson/threadpool@376224 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 54665e509..4da4fd9b1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,9 @@
AMI (Asterisk Manager Interface)
------------------
+ * The SIPshowpeer action will now include a 'SubscribeContext' field for a peer
+ in its response if the peer has a subscribe context set.
+
* 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.