[Home]

Summary:ASTERISK-23651: Reloading some modules that are loaded already, results in 'No such module' before a successful reload
Reporter:Rusty Newton (rnewton)Labels:
Date Opened:2014-04-22 11:51:06Date Closed:2014-11-15 13:01:31.000-0600
Priority:MinorRegression?Yes
Status:Closed/CompleteComponents:Core/Configuration Core/General
Versions:SVN 12.1.1 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description: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.
Comments: