From: Richard Mudgett Date: Wed, 7 Dec 2011 21:36:57 +0000 (+0000) Subject: Update AMI Getvar and Setvar documentation about supplying a channel name. X-Git-Tag: 1.8.9.0-rc1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=406f675a9dfff39841c6c5a7274079f6f32feea6;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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@347438 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/manager.c b/main/manager.c index b2c1bfcc4e..16c63da755 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. +