[asterisk-bugs] [JIRA] (ASTERISK-22478) Problem # Confbridge
Nicolas Tanski (JIRA)
noreply at issues.asterisk.org
Mon Sep 9 09:27:04 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=210065#comment-210065 ]
Nicolas Tanski commented on ASTERISK-22478:
-------------------------------------------
[interno]
exten => 80,1,Answer
exten => 80,n,Goto(sala01,s,1)
[sala01]
exten => s,1,ConfBridge(01,default_bridge,default_user,default_menu)
[teste]
exten => s,1,Playback(tt-monkeys)
-----------------------------------------
confbridge.conf
[default_bridge]
type=bridge
max_members=4
leave_conference
[default_user]
type=user
announce_only_user=yes
dtmf_passthrough=no
[default_menu]
1=leave_conference
#=dialplan_exec(teste,s,1) <<<<<<<<<<<<<<<<<< Undetected
> Problem # 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}
--
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