[asterisk-bugs] [JIRA] (ASTERISK-22764) ConfBridge: CONFBRIDGE function does not allow for dynamic creation of menu items
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Thu Oct 24 22:50:03 CDT 2013
Matt Jordan created ASTERISK-22764:
--------------------------------------
Summary: ConfBridge: CONFBRIDGE function does not allow for dynamic creation of menu items
Key: ASTERISK-22764
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22764
Project: Asterisk
Issue Type: Improvement
Security Level: None
Components: Applications/app_confbridge
Reporter: Matt Jordan
The CONFBRIDGE function doesn't allow a user to dynamically construct a menu for a user about to enter a conference.
Ideally, doing something like the following:
{noformat}
...
same => n,Set(CONFBRIDGE(menu,0)=leave_conference)
same => n,Set(CONFBRIDGE(menu,*0)=leave_conference)
...
{noformat}
would build up a menu on the channel such that, when they enter the ConfBridge, they'd have those options available to them.
Implementation wise, we can assign a default empty menu to the users when they enter, and override that given the function options.
--
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