summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-12-29 13:40:31 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-12-29 13:40:31 -0600
commit80e6b2eff54a4ff57e2521164224b1b1c878ae94 (patch)
tree991791bfd87124876c4aed15ac4451c2aeed43b6
parent0d9968e001b1bc1dfb83cfd6365827d1f08f0623 (diff)
parent1d3dc9aea2bca2b6644c58c5084e4a9855f12633 (diff)
Merge "func_channel.c: Update MASTER_CHANNEL documentation"
-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 b72cb141e..e290fa09a 100644
--- a/funcs/func_channel.c
+++ b/funcs/func_channel.c
@@ -67,8 +67,11 @@
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">