]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update AMI Getvar and Setvar documentation about supplying a channel name.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 7 Dec 2011 21:36:57 +0000 (21:36 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 7 Dec 2011 21:36:57 +0000 (21:36 +0000)
(closes issue ASTERISK-18958)
Reported by: Red
Patches:
      jira_asterisk_18958_v1.8.patch (license #5621) patch uploaded by rmudgett

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@347438 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/manager.c

index b2c1bfcc4e9ce331a42afb50c307ac77ea992201..16c63da755125fb0b5b52482bb9e0478febb854f 100644 (file)
@@ -220,6 +220,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                </syntax>
                <description>
                        <para>Set a global or local channel variable.</para>
+                       <note>
+                               <para>If a channel name is not provided then the variable is global.</para>
+                       </note>
                </description>
        </manager>
        <manager name="Getvar" language="en_US">
@@ -237,6 +240,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                </syntax>
                <description>
                        <para>Get the value of a global or local channel variable.</para>
+                       <note>
+                               <para>If a channel name is not provided then the variable is global.</para>
+                       </note>
                </description>
        </manager>
        <manager name="GetConfig" language="en_US">