[asterisk-bugs] [JIRA] (ASTERISK-23590) confbridge menu doesn't accept # as definable menu option
Jonathan White (JIRA)
noreply at issues.asterisk.org
Sat Apr 5 18:35:18 CDT 2014
Jonathan White created ASTERISK-23590:
-----------------------------------------
Summary: confbridge menu doesn't accept # as definable menu option
Key: ASTERISK-23590
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23590
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Applications/app_confbridge
Affects Versions: 11.8.1
Environment: Centos 6.5
Reporter: Jonathan White
Severity: Minor
In confbridge.conf I would like to define menu options pre pended by #
currently you can pre pend menu option from 1 to 0 and * bur # is not available unless pre pended by another digit
[menu_admin]
type=menu
*=playback_and_continue(conf-adminmenu)
*1=toggle_mute
1=toggle_mute
*2=admin_toggle_conference_lock ; only applied to admin users
2=admin_toggle_conference_lock ; only applied to admin users
*3=admin_kick_last ; only applied to admin users
3=admin_kick_last ; only applied to admin users
*4=decrease_listening_volume
4=decrease_listening_volume
*6=increase_listening_volume
6=increase_listening_volume
*7=decrease_talking_volume
7=decrease_talking_volume
*8=leave_conference
8=leave_conference
*9=increase_talking_volume
9=increase_talking_volume
*0=participant_count
0=participant_count
*#1=admin_toggle_mute_participants
#1=admin_toggle_mute_participants
The last two lines do not work as expected
The next line however does
*#=admin_toggle_mute_participants
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list