[asterisk-bugs] [JIRA] (ASTERISK-21923) Add the ability to app_bridgewait to specify various music and sound options

Digium Subversion (JIRA) noreply at issues.asterisk.org
Thu Jul 18 11:54:03 CDT 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-21923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Digium Subversion closed ASTERISK-21923.
----------------------------------------

    Resolution: Fixed
    
> Add the ability to app_bridgewait to specify various music and sound options
> ----------------------------------------------------------------------------
>
>                 Key: ASTERISK-21923
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21923
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Applications/app_bridgewait
>    Affects Versions: 12
>            Reporter: Matt Jordan
>            Assignee: Jonathan Rose
>              Labels: Asterisk12
>
> Asterisk 12 contains a new application, app_bridgewait, that puts channels into an infinite wait bridge.
> When a channel is added to an infinite wait bridge, it should specify how it should be handled within that bridge. If the bridge doesn't already exist, the bridge is created with those options; otherwise the options are ignored.
> The options should be:
>  * s - send silence media frames while in the holding bridge
>  * n - send no media to the channel while in the bridge (Channel should not be answered yet)
>  * h(moh-class) - send a hold frame to the channel and specify the music class to play
>  * m(moh-class) - play MoH
>  * r - Answer() the channel if not already answered
> If nothing is specified, m with {{default}} MoH is assumed.
> Note that if an unanswered channel joins, we should probably reject any attempts by announcer channels to join.
> In addition to addressing the BUGBUG comments in app_bridgewait, this will also handle the BUGBUG comments in bridge_holding.c:
> {noformat}
> /* BUGBUG Add IDLE_MODE_HOLD option to put channel on hold using AST_CONTROL_HOLD/AST_CONTROL_UNHOLD while in bridge */
> /* BUGBUG Add IDLE_MODE_SILENCE to send silence media frames to channel while in bridge (uses a silence generator) */
> /* BUGBUG A channel without the holding_participant role will assume IDLE_MODE_MOH with the default music class. */
> {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