Skip to content
Snippets Groups Projects
Commit 96763f48 authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "func_channel: Add help text for undocumented CHANNEL function arguments"

parents 82938d05 68cad96f
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,30 @@ ASTERISK_REGISTER_FILE()
<para>R/W whether or not context tracing is enabled, only available
<emphasis>if CHANNEL_TRACE is defined</emphasis>.</para>
</enum>
<enum name="hangupsource">
<para>R/W returns the channel responsible for hangup.</para>
</enum>
<enum name="appname">
<para>R/O returns the internal application name.</para>
</enum>
<enum name="appdata">
<para>R/O returns the application data if available.</para>
</enum>
<enum name="exten">
<para>R/O returns the extension for an outbound channel.</para>
</enum>
<enum name="context">
<para>R/O returns the context for an outbound channel.</para>
</enum>
<enum name="channame">
<para>R/O returns the channel name for an outbound channel.</para>
</enum>
<enum name="uniqueid">
<para>R/O returns the channel uniqueid.</para>
</enum>
<enum name="linkedid">
<para>R/O returns the linkedid if available, otherwise returns the uniqueid.</para>
</enum>
</enumlist>
<para><emphasis>chan_sip</emphasis> provides the following additional options:</para>
<enumlist>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment