mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
func_channel.c: Update MASTER_CHANNEL documentation
Be more explicit in what is meant by the master channel to eliminate misunderstanding. ASTERISK-23133 Change-Id: I453bcaf4b99404a5a3e345dbf093ac6c1afcfc72
This commit is contained in:
@@ -67,8 +67,11 @@
|
|||||||
Gets or sets variables on the master channel
|
Gets or sets variables on the master channel
|
||||||
</synopsis>
|
</synopsis>
|
||||||
<description>
|
<description>
|
||||||
<para>Allows access to the channel which created the current channel, if any. If the channel is already
|
<para>Allows access to the oldest channel associated with the current
|
||||||
a master channel, then accesses local channel variables.</para>
|
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>
|
</description>
|
||||||
</function>
|
</function>
|
||||||
<function name="CHANNEL" language="en_US">
|
<function name="CHANNEL" language="en_US">
|
||||||
|
|||||||
Reference in New Issue
Block a user