[asterisk-bugs] [JIRA] (ASTERISK-17837) extconfig.conf - Maximum Include level (1) exceeded

Digium Subversion (JIRA) noreply at issues.asterisk.org
Mon Jan 27 14:39:03 CST 2014


     [ https://issues.asterisk.org/jira/browse/ASTERISK-17837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Digium Subversion closed ASTERISK-17837.
----------------------------------------

    Resolution: Fixed
    
> extconfig.conf - Maximum Include level (1) exceeded
> ---------------------------------------------------
>
>                 Key: ASTERISK-17837
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-17837
>             Project: Asterisk
>          Issue Type: Bug
>          Components: Core/General
>    Affects Versions: 1.8.3
>            Reporter: pz
>            Assignee: Russell Bryant
>            Severity: Minor
>
> When i include the content of extconfig.conf more then 1 level deep i get an error when starting Asterisk:
> Maximum Include level (1) exceeded
> The file './extconfig_content.conf' was listed as a #include but it does not exist.
> The file does exist. If i include extconfig_content.conf directly it works as it should.
> In /utils/extconf.c the variable MAX_INCLUDE_LEVEL is set to 10 so if i am correct it should be possible to include the content of extconfig.conf 10 levels deep.
> ****** ADDITIONAL INFORMATION ******
> extconfig.conf
> #include ./extconfig_test.conf
> extconfig_test.conf
> #include ./extconfig_content.conf
> extconfig_content.conf
> [settings]
> sippeers => odbc,asterisk
> extensions => odbc,asterisk

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