[asterisk-bugs] [JIRA] (ASTERISK-23570) CLI config reload returns 'No such module 'core'' for modules that appear to be independent - documentation needed or bug?
Dorian Logan (JIRA)
noreply at issues.asterisk.org
Thu Apr 10 03:12:18 CDT 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-23570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=217196#comment-217196 ]
Dorian Logan commented on ASTERISK-23570:
-----------------------------------------
Okay so in line with your example
Attempting to reload config confbridge.conf fails - this could be defined as expected behaviour and docs updated - or code could be fixed to remove core dependancy if possible.
ubuntu*CLI> config reload /etc/asterisk/confbridge.conf
No such module 'core'
A work round to allow the config to be refreshed without restarting asterisk is to explicitly reload the module
ubuntu*CLI> module reload app_confbridge
-- Reloading module 'app_confbridge.so' (Conference Bridge Application)
ubuntu*CLI> reload
This should still work as it triggers a reload of modules not a config reload.
> CLI config reload returns 'No such module 'core'' for modules that appear to be independent - documentation needed or bug?
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: ASTERISK-23570
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-23570
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/General
> Affects Versions: SVN, 11.8.1, 12.1.1
> Environment: Ubuntu 12.04 LTS - compiled from source (default settings)
> Reporter: Dorian Logan
> Assignee: Dorian Logan
> Severity: Minor
>
> When issuing the reload command
> config reload /etc/asterisk/confbridge.conf
> The config is not reloaded and the following error is displayed
> No such module 'core'
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list