]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Correct documentation for ModuleLoad AMI action
authorKinsey Moore <kmoore@digium.com>
Wed, 5 Sep 2012 19:22:08 +0000 (19:22 +0000)
committerKinsey Moore <kmoore@digium.com>
Wed, 5 Sep 2012 19:22:08 +0000 (19:22 +0000)
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

index 9774b43c034252ca0d35d4d329b37113904ae3b2..35a8e20cbd789add30593e3889534450d9ddbc98 100644 (file)
@@ -687,16 +687,23 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                                <para>Asterisk module name (including .so extension) or subsystem identifier:</para>
                                <enumlist>
                                        <enum name="cdr" />
-                                       <enum name="enum" />
                                        <enum name="dnsmgr" />
                                        <enum name="extconfig" />
+                                       <enum name="enum" />
                                        <enum name="manager" />
-                                       <enum name="rtp" />
                                        <enum name="http" />
+                                       <enum name="logger" />
+                                       <enum name="features" />
+                                       <enum name="dsp" />
+                                       <enum name="udptl" />
+                                       <enum name="indications" />
+                                       <enum name="cel" />
+                                       <enum name="plc" />
                                </enumlist>
                        </parameter>
                        <parameter name="LoadType" required="true">
-                               <para>The operation to be done on module.</para>
+                               <para>The operation to be done on module. Subsystem identifiers may only
+                               be reloaded.</para>
                                <enumlist>
                                        <enum name="load" />
                                        <enum name="unload" />