[Home]

Summary:ASTERISK-19847: Allow ConfBridge actions to be executed on channels in a conference via AMI
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2012-05-07 10:40:49Date Closed:2014-03-04 13:08:56.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_confbridge
Versions:11 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ASTERISK-19847.patch
Description:Pretty much what the summary says.  This patch adds the capability to have ConfBridge actions (playback(beep),increase_listening_volume, etc.) - normally associated with the user menus - executed on a channel in a conference via AMI.  This looks something like:

{noformat}
Action: ConfbridgeActionExec
Channel: Local/foo@bar
Conference: 1
Actions: increase_listening_volume,playback(tt-monkeys)
{noformat}

Comments:By: Matt Jordan (mjordan) 2014-03-04 13:08:56.203-0600

While this was kind of cool, it really isn't implemented in a fashion that would work for the bridging framework in 12+.

On top of that, at this juncture, if I were to go build a nifty conferencing application with awesome features, I would just go do it in ARI.