[asterisk-bugs] [JIRA] (ASTERISK-25300) ConfBridge() in 13.1-cert2 is not combining configuration from static text config file with dynamic config in dialplan with CONFBRIDGE function.
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Mon Aug 3 17:10:32 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=227133#comment-227133 ]
Richard Mudgett commented on ASTERISK-25300:
--------------------------------------------
This is user error. You need to add a template line if you want other values from the bug_admin user profile and you cannot specify the user profile in the ConfBridge application parameters because that will override the dynamic profile created:
{noformat}
...
same => n,Set(CONFBRIDGE(user,template)=bug_admin)
same => n,Set(CONFBRIDGE(user,marked)=true)
same => n,ConfBridge(bug_conf)
...
{noformat}
Without the template line the user profile is only going to have the marked=true setting and *nothing* else.
This is described by the online documentation for the {{CONFBRIDGE}} function and the {{ConfBridge}} application.
See "core show function CONFBRIDGE" documentation.
See "core show application ConfBridge" documentation.
> ConfBridge() in 13.1-cert2 is not combining configuration from static text config file with dynamic config in dialplan with CONFBRIDGE function.
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ASTERISK-25300
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25300
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_confbridge
> Environment: centOS 6.6 x64, Asterisk 13.1-cert2, D70 and a D40.
> Reporter: Justin Hester
> Assignee: Rusty Newton
> Attachments: CB-confbridge.conf, CB-extensions.conf
>
>
> Configuration in /etc/asterisk/confbridge.conf to define bug_user and bug_admin profiles works. But commenting out marked_user=true from bug_admin section and instead using Set(CONFBRIDGE(user,marked)=true) for the conference leader fails to set the caller as the marked user.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list