From: Richard Mudgett Date: Wed, 7 Dec 2011 21:39:46 +0000 (+0000) Subject: Update AMI Getvar and Setvar documentation about supplying a channel name. X-Git-Tag: 10.1.0-rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31f37c13b1d6dd62dfe0a89ec9870b8909867193;p=thirdparty%2Fasterisk.git 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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@347439 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/manager.c b/main/manager.c index 78147ce9a9..81441283ce 100644 --- a/main/manager.c +++ b/main/manager.c @@ -220,6 +220,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Set a global or local channel variable. + + If a channel name is not provided then the variable is global. + @@ -237,6 +240,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Get the value of a global or local channel variable. + + If a channel name is not provided then the variable is global. +