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

Matt Jordan (JIRA) noreply at issues.asterisk.org
Wed Jun 19 19:26:03 CDT 2013


Matt Jordan created ASTERISK-21923:
--------------------------------------

             Summary: 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


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.


--
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