[svn-commits] rmudgett: branch 10 r347439 - in /branches/10: ./ main/manager.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Dec 7 15:39:50 CST 2011
Author: rmudgett
Date: Wed Dec 7 15:39:46 2011
New Revision: 347439
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=347439
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
........
Merged revisions 347438 from http://svn.asterisk.org/svn/asterisk/branches/1.8
Modified:
branches/10/ (props changed)
branches/10/main/manager.c
Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/10/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/main/manager.c?view=diff&rev=347439&r1=347438&r2=347439
==============================================================================
--- branches/10/main/manager.c (original)
+++ branches/10/main/manager.c Wed Dec 7 15:39:46 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