From 261cfda492040fabc84ce2123b11716b03976e83 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Wed, 5 Sep 2012 19:22:08 +0000 Subject: [PATCH] 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 --- main/manager.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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. -- 2.47.2