X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=main%2Fmanager.c;h=7fa083ca9bf7d4022d1e52904de0aee9ec01f8fc;hp=50f74db6587e5c6c9261d59ec2a2d78c1f357fe4;hb=1dce73d278a8378070e54262963eefd8cebe56ab;hpb=48140b9808776171ef2b01401ea775588a085b2a
diff --git a/main/manager.c b/main/manager.c
index 50f74db..7fa083c 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -281,7 +281,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
- Set a channel variable.
+ Sets a channel variable or function value.
@@ -289,22 +289,23 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Channel to set variable for.
- Variable name.
+ Variable name, function or expression.
- Variable value.
+ Variable or function value.
- Set a global or local channel variable.
+ This command can be used to set the value of channel variables or dialplan
+ functions.
- If a channel name is not provided then the variable is global.
+ If a channel name is not provided then the variable is considered global.
- Gets a channel variable.
+ Gets a channel variable or function value.
@@ -312,13 +313,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Channel to read variable from.
- Variable name.
+ Variable name, function or expression.
- Get the value of a global or local channel variable.
+ Get the value of a channel variable or function return.
- If a channel name is not provided then the variable is global.
+ If a channel name is not provided then the variable is considered global.