[asterisk-bugs] [JIRA] (ASTERISK-25461) Nested dialplan #includes don't work as expected.
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Mon Oct 12 15:21:32 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=227848#comment-227848 ]
Richard Mudgett commented on ASTERISK-25461:
--------------------------------------------
Patch up on gerrit:
https://gerrit.asterisk.org/#/c/1419/ v11
https://gerrit.asterisk.org/#/c/1422/ v13
https://gerrit.asterisk.org/#/c/1425/ master
https://gerrit.asterisk.org/#/c/1428/ certified v13.1
> Nested dialplan #includes don't work as expected.
> -------------------------------------------------
>
> Key: ASTERISK-25461
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25461
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Affects Versions: 11.20.0, 13.6.0
> Reporter: Richard Mudgett
> Assignee: Richard Mudgett
>
> h4. extensions.conf
> {noformat}
> [general]
> [globals]
> testvar1 = testvar1
> [new]
> #include test1.conf
> {noformat}
> h4. test1.conf
> {noformat}
> [globals](+)
> testvar2 = testvar2
> #include test2.conf
> {noformat}
> h4.test2.conf
> {noformat}
> testvar3=testvar3
> {noformat}
> h4.CLI ouput
> {noformat}
> [2015-10-01 15:33:45.858] WARNING[32080]: pbx_config.c:1912 pbx_load_config: ==!!== Unknown directive: testvar3 at line 1 of /etc/asterisk/test2.conf -- IGNORING!!!
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list