From: Richard Mudgett Date: Thu, 28 Dec 2017 02:22:36 +0000 (-0600) Subject: func_channel.c: Update MASTER_CHANNEL documentation X-Git-Tag: 16.0.0-rc1~480^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d3dc9aea2bca2b6644c58c5084e4a9855f12633;p=thirdparty%2Fasterisk.git 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 --- diff --git a/funcs/func_channel.c b/funcs/func_channel.c index b72cb141ed..e290fa09a4 100644 --- a/funcs/func_channel.c +++ b/funcs/func_channel.c @@ -67,8 +67,11 @@ Gets or sets variables on the master channel - 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. + 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.