summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2012-11-13 19:42:13 +0000
committerJonathan Rose <jrose@digium.com>2012-11-13 19:42:13 +0000
commite62bab81319500aed584c41a5f36550cced3fd3f (patch)
tree00d8c9b6c9bf28dd17e530a5d0cc08f9c28795d2 /CHANGES
parentc42d9d0d62f15bb7d69fa20b8b201f9484de7738 (diff)
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/trunk@376219 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.