[asterisk-bugs] [JIRA] (ASTERISK-22356) Add equivalent AMI actions for the bridge CLI commands.

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Thu Oct 31 11:34:03 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-22356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=211393#comment-211393 ] 

Richard Mudgett commented on ASTERISK-22356:
--------------------------------------------

{quote}
{noformat}
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}
{quote}

This command should require the Channel.  If BridgeUniqueid is provided then the channel being kicked must be in the specified bridge to be kicked.  Just specifying the BridgeUniqueid is no different than doing a BridgeDestroy.
                
> 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
>            Assignee: Scott Griepentrog
>              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