[asterisk-dev] [Code Review] 4373: Manager Action ModuleLoad gives incorrect response when used to reload modules
Matt Jordan
reviewboard at asterisk.org
Mon Jan 26 13:45:45 CST 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4373/#review14284
-----------------------------------------------------------
Also, this patch should be against Asterisk 13, not Asterisk 12.
- Matt Jordan
On Jan. 26, 2015, 1:14 p.m., Jonathan Rose wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/4373/
> -----------------------------------------------------------
>
> (Updated Jan. 26, 2015, 1:14 p.m.)
>
>
> Review request for Asterisk Developers and jbigelow.
>
>
> Repository: Asterisk
>
>
> Description
> -------
>
> ModuleLoad actions give the wrong response when used to reload a module. On success, it will issue a 'no such module' error instead of a success response even though the module was reloaded successfully.
>
>
> Diffs
> -----
>
> /branches/12/main/manager.c 431112
>
> Diff: https://reviewboard.asterisk.org/r/4373/diff/
>
>
> Testing
> -------
>
> Before Patch:
>
> Action: ModuleLoad
> LoadType: reload
> Module: pbx_config.so
>
> Response: Error
> Message: No such module.
>
> CLI output showed the module was actually reloaded successfully.
>
> After Patch:
>
> Action: ModuleLoad
> LoadType: reload
> Module: pbx_config.so
>
> Response: Success
> Message: Module reloaded.
>
>
> Thanks,
>
> Jonathan Rose
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20150126/5901ba74/attachment.html>
More information about the asterisk-dev
mailing list