[svn-commits] rmudgett: branch 1.8 r347438 - /branches/1.8/main/manager.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 7 15:37:00 CST 2011


Author: rmudgett
Date: Wed Dec  7 15:36:57 2011
New Revision: 347438

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=347438
Log:
Update AMI Getvar and Setvar documentation about supplying a channel name.

(closes issue ASTERISK-18958)
Reported by: Red
Patches:
      jira_asterisk_18958_v1.8.patch (license #5621) patch uploaded by rmudgett

Modified:
    branches/1.8/main/manager.c

Modified: branches/1.8/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/manager.c?view=diff&rev=347438&r1=347437&r2=347438
==============================================================================
--- branches/1.8/main/manager.c (original)
+++ branches/1.8/main/manager.c Wed Dec  7 15:36:57 2011
@@ -220,6 +220,9 @@
 		</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 @@
 		</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">




More information about the svn-commits mailing list