[asterisk-bugs] [JIRA] Created: (ASTERISK-20153) ConfBridge - Support for playing back arbitrary messages to individuals or the whole bridge

Rusty Newton (JIRA) noreply at issues.asterisk.org
Thu Jul 19 17:34:21 CDT 2012


ConfBridge - Support for playing back arbitrary messages to individuals or the whole bridge
-------------------------------------------------------------------------------------------

                 Key: ASTERISK-20153
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20153
             Project: Asterisk
          Issue Type: New Feature
      Security Level: None
          Components: Applications/app_confbridge
    Affects Versions: SVN
            Reporter: Neil Tallim
            Assignee: Matt Jordan
            Severity: Minor


The attached patch adds support for a CLI command, "confbridge playfile <conference> [channel] <file>", and an equivalent AMI command called "ConfbridgePlayFile".

Playback to the bridge uses play_sound_helper(), while playback to channels uses ast_stream_and_wait(), wrapped with appropriate locks and MoH tests, to be minimally disruptive.

All flows are handled with a thread to avoid blocking and seem to work well in a limited testing environment.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list