[asterisk-bugs] [JIRA] (ASTERISK-23683) #includes - wildcard character in a path more than one directory deep - results in no config parsing on module reload
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Wed May 7 15:39:43 CDT 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-23683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Mudgett updated ASTERISK-23683:
---------------------------------------
Description:
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 (ASTERISK-23383) the issue occurs.
was:
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.
> #includes - wildcard character in a path more than one directory deep - results in no config parsing on module reload
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: ASTERISK-23683
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-23683
> 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 (ASTERISK-23383) the issue occurs.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list