summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-12-29 13:31:04 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-12-29 13:31:04 -0600
commitb47882df72fbeae6ab340b21817d7f3fc4a1ba97 (patch)
tree7e23ba945fc4d9119ff41e7e14bd086468165112
parente4d536b64d00df8fe29e3e7854ee1decbe1b5926 (diff)
parenteead5d0c3021d3005868d63d0f18584bcbc3cef5 (diff)
Merge "func_channel.c: Update MASTER_CHANNEL documentation" into 13
-rw-r--r--funcs/func_channel.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/funcs/func_channel.c b/funcs/func_channel.c
index 3005d31b1..793ea3f89 100644
--- a/funcs/func_channel.c
+++ b/funcs/func_channel.c
@@ -69,8 +69,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Gets or sets variables on the master channel
</synopsis>
<description>
- <para>Allows access to the channel which created the current channel, if any. If the channel is already
- a master channel, then accesses local channel variables.</para>
+ <para>Allows access to the oldest channel associated with the current
+ channel if it still exists. If the channel is the master channel or
+ the master channel no longer exists then access local channel variables
+ instead. In other words, the master channel is the channel identified by
+ the channel's linkedid.</para>
</description>
</function>
<function name="CHANNEL" language="en_US">