[Home]

Summary:ASTERISK-23590: confbridge menu doesn't accept # as definable menu option
Reporter:Jonathan White (londonnet)Labels:
Date Opened:2014-04-05 18:35:03Date Closed:2014-04-06 02:42:51
Priority:MinorRegression?
Status:Closed/CompleteComponents:Applications/app_confbridge
Versions:11.8.1 Frequency of
Occurrence
Related
Issues:
duplicatesASTERISK-22478 [patch]Can't use pound(hash) symbol for custom DTMF menus in ConfBridge (processed as directive)
Environment:Centos 6.5Attachments:
Description: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

Comments: