[asterisk-bugs] [JIRA] (ASTERISK-23651) Reloading some modules that are loaded already, results in 'No such module' before a succesfull reload

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Apr 22 11:52:18 CDT 2014


Rusty Newton created ASTERISK-23651:
---------------------------------------

             Summary: Reloading some modules that are loaded already, results in 'No such module' before a succesfull reload
                 Key: ASTERISK-23651
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23651
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/Configuration, Core/General
    Affects Versions: 12.1.1, SVN
            Reporter: Rusty Newton
            Severity: Minor


Below are a few random samples, with the first two showing the issue and the last two are fine.

{noformat}
newtonr-laptop*CLI> module reload chan_motif.so
No such module 'chan_motif.so'
    -- Reloading module 'chan_motif.so' (Motif Jingle Channel Driver)
[Apr 22 11:43:05] DEBUG[4775]: config_options.c:649 aco_process_config: motif.conf was unchanged

newtonr-laptop*CLI> module reload chan_pjsip.so 
No such module 'chan_pjsip.so'
    -- Reloading module 'chan_pjsip.so' (PJSIP Channel Driver)

newtonr-laptop*CLI> module reload app_voicemail.so 
Module 'app_voicemail.so' reloaded successfully.
    -- Reloading module 'app_voicemail.so' (Comedian Mail (Voicemail System))

newtonr-laptop*CLI> module reload chan_iax2.so 
Module 'chan_iax2.so' reloaded successfully.
    -- Reloading module 'chan_iax2.so' (Inter Asterisk eXchange (Ver 2))
{noformat}

Marking this as a regression, as I don't see this behavior in previous versions.

The issue doesn't appear to affect the actual reload of module configuration.




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



More information about the asterisk-bugs mailing list