[asterisk-bugs] [JIRA] (ASTERISK-22356) Add equivalent AMI actions for the bridge CLI commands.
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Thu Sep 19 20:37:04 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=210457#comment-210457 ]
Matt Jordan commented on ASTERISK-22356:
----------------------------------------
This is a good patch to have for Asterisk 12. The commands should be:
{noformat}
Action: BridgeDestroy
BridgeUniqueid: <value>
-- Destroy the bridge. Channels in the bridge should have their default after bridge action executed. That means they should do one of three things:
# Be hung up
# Go back to some location in the dialplan
# Execute their after-bridge function callback
Action: BridgeKick
BridgeUniqueid: <value>
Channel: <value>
-- This should kick the specified channel out of the bridge they are in. Unlike the CLI command, this should work in two modes:
# If BridgeUniqueid is set, kick all remaining channels
# If Channel is set, kick only the specified channel out of the bridge they are in
{noformat}
For {{bridge technology show}}, we should just update the events sent by the {{BridgeInfo}} action.
> Add equivalent AMI actions for the bridge CLI commands.
> -------------------------------------------------------
>
> Key: ASTERISK-22356
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22356
> Project: Asterisk
> Issue Type: New Feature
> Security Level: None
> Components: Core/Bridging, Core/ManagerInterface
> Reporter: Richard Mudgett
> Labels: Asterisk12
>
> Need to add the following CLI equivalent AMI actions:
> {noformat}
> CLI "bridge destroy <bridge-id>"
> CLI "bridge kick <bridge-id> <channel-name>"
> CLI "bridge technology show"
> CLI "bridge technology {suspend|unsuspend} <technology-name>"
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list