From: Kinsey Moore Date: Wed, 5 Sep 2012 19:20:46 +0000 (+0000) Subject: Correct documentation for ModuleLoad AMI action X-Git-Tag: 1.8.17.0-rc1~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=298f2fafe460d4c81d844c711acb8642326773c4;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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@372354 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/manager.c b/main/manager.c index e49aa6e858..ce21d74df1 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.