[asterisk-bugs] [JIRA] (ASTERISK-23725) #includes - wildcard character in a path more than one directory deep - results in no config parsing on module reload

Rusty Newton (JIRA) noreply at issues.asterisk.org
Wed May 7 15:16:43 CDT 2014


Rusty Newton created ASTERISK-23725:
---------------------------------------

             Summary: #includes - wildcard character in a path more than one directory deep - results in no config parsing on module reload
                 Key: ASTERISK-23725
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23725
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/Configuration
    Affects Versions: 1.8.27.0, 11.9.0
         Environment: Debian Wheezy amd64 kernel 3.2.0.4
            Reporter: tootai


After upgrade from previous versions, on 2 different asterisk servers, sip reload does nothing

[Edit by Rusty- adding below description and notes]

The below include lines work fine in 11.9.0
{noformat}
;#include local/additional_sip-general.conf  ;this works fine
;#include local/additional_sip-register.conf   ;this works fine
;#include local/sipd/sip_included.conf  ;this works fine
;#include local/*.conf    ;this works fine
{noformat}

The below include lines result in module reloads not parsing the defined configuration.
{noformat}
;#include local/sip.d/*.conf  ;this is the reporters original triggering line, does not work
;#include local/sipd/*.conf  ;this does not work either
{noformat}

I tested with SVN rev r409834, in which all of the above include lines work. After moving to r409917 (ASTERISK23383) the issue occurs.




--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list