summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2012-07-26 15:31:05 +0000
committerJonathan Rose <jrose@digium.com>2012-07-26 15:31:05 +0000
commit3da07b3ec00daa9f8d93328e5e7ddf6dcb960c0b (patch)
tree399cd3bd9e10bdd15d3381e4098cb67e07e8dbed /CHANGES
parent79de3f7fe8c0f71a57f65028ddc9fee5ab0b76bc (diff)
chan_sip: Add SIPpeerstatus command to AMI
This patch was submitted by mnicholson a while back. It adds a new AMI action which allows users to request SIP peer status on demand similar to existing PeerStatus events and to the output you would see from CLI with sip show peer Review: https://reviewboard.asterisk.org/r/1098/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370518 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 a64b38e47..7e0dae3cd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -428,6 +428,9 @@ AMI (Asterisk Manager Interface)
detected, and "a" if it is set and nat is not detected. "Y" and "N" are still
returned if auto_force_rport is not enabled.
+ * Added SIPpeerstatus manager command which will generate PeerStatus events
+ similar to the existing PeerStatus events found in chan_sip on demand.
+
* Hangup now can take a regular expression as the Channel option. If you want
to hangup multiple channels, use /regex/ as the Channel option. Existing
behavior to hanging up a single channel is unchanged, but if you pass a regex,