From: Kinsey Moore Date: Wed, 5 Sep 2012 19:22:08 +0000 (+0000) Subject: Correct documentation for ModuleLoad AMI action X-Git-Tag: 10.9.0-rc1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261cfda492040fabc84ce2123b11716b03976e83;p=thirdparty%2Fasterisk.git Correct documentation for ModuleLoad AMI action The documentation incorrectly listed 'rtp' as a reloadable subsystem and left out many other reloadable subsystems. It is now also documented that subsystems may only be reloaded, not loaded or unloaded. (closes issue AST-977) Reported-by: John Bigelow ........ Merged revisions 372354 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@372358 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/manager.c b/main/manager.c index 9774b43c03..35a8e20cbd 100644 --- a/main/manager.c +++ b/main/manager.c @@ -687,16 +687,23 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Asterisk module name (including .so extension) or subsystem identifier: - + - + + + + + + + - The operation to be done on module. + The operation to be done on module. Subsystem identifiers may only + be reloaded.