From: Rusty Newton Date: Thu, 14 Jan 2016 15:26:15 +0000 (-0600) Subject: func_channel: Add help text for undocumented CHANNEL function arguments X-Git-Tag: 13.8.0-rc1~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=018ccf680b231c5d7124faeeac6ce0bfe6d3da61;p=thirdparty%2Fasterisk.git func_channel: Add help text for undocumented CHANNEL function arguments Adding help text documentation for: * hangupsource * appname * appdata * exten * context * channame * uniqueid * linkedid ASTERISK-24097 #close Reported by: Steven T. Wheeler Tested by: Rusty Newton Change-Id: Ib94b00568b0433987df87d5b67ea529b5905754d --- diff --git a/funcs/func_channel.c b/funcs/func_channel.c index 0f59bb5f0c..deecda61e0 100644 --- a/funcs/func_channel.c +++ b/funcs/func_channel.c @@ -205,6 +205,30 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") R/W whether or not context tracing is enabled, only available if CHANNEL_TRACE is defined. + + R/W returns the channel responsible for hangup. + + + R/O returns the internal application name. + + + R/O returns the application data if available. + + + R/O returns the extension for an outbound channel. + + + R/O returns the context for an outbound channel. + + + R/O returns the channel name for an outbound channel. + + + R/O returns the channel uniqueid. + + + R/O returns the linkedid if available, otherwise returns the uniqueid. + chan_sip provides the following additional options: