[asterisk-bugs] [JIRA] (ASTERISK-25461) Nested dialplan #includes don't work as expected.

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Mon Oct 12 12:44:33 CDT 2015


Richard Mudgett created ASTERISK-25461:
------------------------------------------

             Summary: 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: 13.6.0, 11.20.0
            Reporter: 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