From 31f37c13b1d6dd62dfe0a89ec9870b8909867193 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Wed, 7 Dec 2011 21:39:46 +0000 Subject: [PATCH] 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 --- main/manager.c | 6 ++++++ 1 file changed, 6 insertions(+) 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. +