]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Manager: Add equivalent AMI actions for the bridge CLI commands.
authorScott Griepentrog <sgriepentrog@digium.com>
Fri, 1 Nov 2013 21:49:35 +0000 (21:49 +0000)
committerScott Griepentrog <sgriepentrog@digium.com>
Fri, 1 Nov 2013 21:49:35 +0000 (21:49 +0000)
commite55d4418cca4c7b689ddc481f639f8b1a5b72186
tree1ea33f1662dd6a29c0cefc3caadea8cd45ba7257
parent11fa5ca2c07d372c4f88439008a19116be004b56
Manager: Add equivalent AMI actions for the bridge CLI commands.

Adds the following AMI events, closely following their CLI counterparts:

BridgeDestroy
BridgeKick
BridgeTechnologyList
BridgeTechnologySuspend
BridgeTechnologyUnsuspend

BridgeDestroy kicks an entire bridge, where BridgeKick kicks just one
channel off the bridge. When kicking a channel, specifying the bridge
also (optional) insures it is not removed from the wrong bridge.  The
BridgeTechnology events allow viewing and changing suspension status,
which affects only subsequent not active bridging.

(closes ASTERISK-22356)
Reported by: Richard Mudgett
Review: https://reviewboard.asterisk.org/r/2973/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@402387 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/bridge.h
main/bridge.c
main/manager_bridges.c