mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
3
CHANGES
3
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,
|
||||
|
Reference in New Issue
Block a user