[asterisk-bugs] [JIRA] (ASTERISK-22478) Can't use pound(hash) symbol for custom DTMF menus in ConfBridge

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Sep 10 19:19:03 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-22478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=210141#comment-210141 ] 

Rusty Newton edited comment on ASTERISK-22478 at 9/10/13 7:18 PM:
------------------------------------------------------------------

Yup, when attempting to configure a menu with that character I see the following in debug during Asterisk startup.

{noformat}
........................[Sep 10 18:58:17] WARNING[12830]: config.c:1362 process_text_line: Unknown directive '#=dialplan_exec(teste,s,1)' at line 12 of /etc/asterisk/confbridge.conf
{noformat}

The pound symbol Doesn't appear to be a valid character for use in menus. This could be due to it's use in other ConfBridge features. Or else this may be somewhat of a bug as an oversight. I can't find any discussion of it in the usual places.

If anything the expected behavior should be identified and documented in confbridge.conf and on the wiki. I couldn't find anything that mentioned the # digit as an exception to the allowed DTMF digits, but I could have overlooked it.
                
      was (Author: rnewton):
    Yup, when attempting to configure a menu with that character I see the following in debug during Asterisk startup.

{noformat}
........................[Sep 10 18:58:17] WARNING[12830]: config.c:1362 process_text_line: Unknown directive '#=dialplan_exec(teste,s,1)' at line 12 of /etc/asterisk/confbridge.conf
{noformat}

The pound symbol Doesn't appear to be a valid character for use in menus. This could be due to it's use in other ConfBridge features.

If anything the expected behavior should be identified and documented in confbridge.conf and on the wiki. I couldn't find anything that mentioned the # digit as an exception to the allowed DTMF digits, but I could have overlooked it.
                  
> Can't use pound(hash) symbol for custom DTMF menus in ConfBridge
> ----------------------------------------------------------------
>
>                 Key: ASTERISK-22478
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22478
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_confbridge
>    Affects Versions: 11.5.0
>            Reporter: Nicolas Tanski
>            Severity: Minor
>
> The # is not recognized within the file confbridge.conf the other values
> {noformat}
> [fancymenu]
> type=menu
> #=dialplan_exec(test,1,1) ; ERROR
> *=playback_and_continue(conf-togglemute)
> *1=toggle_mute
> 1=toggle_mute
> *2=leave_conference
> 2=leave_conference
> *3=dialplan_exec(addcallers,1,1)
> 3=dialplan_exec(addcallers,1,1)
> *4=decrease_listening_volume
> 4=decrease_listening_volume
> *5=reset_listening_volume
> 5=reset_listening_volume
> *6=increase_listening_volume
> 6=increase_listening_volume
> *7=decrease_talking_volume
> 7=decrease_talking_volume
> *8=reset_talking_volume
> 8=reset_talking_volume
> *9=increase_talking_volume
> 9=increase_talking_volume
> *0=no_op
> 0=no_op
> {noformat}
> [Edit by Rusty Newton - added below questions]
> Additional questions:
>  * Do we have the available DTMF digits for confbridge menus documented anywhere?
>  * The examples in confbridge.conf show *1234567890, what about #ABCD? Should we be able to use those?

--
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