summaryrefslogtreecommitdiff
path: root/funcs/func_channel.c
diff options
context:
space:
mode:
authorGregory Nietsky <gregory@distrotech.co.za>2011-10-03 14:24:45 +0000
committerGregory Nietsky <gregory@distrotech.co.za>2011-10-03 14:24:45 +0000
commitfca9962766400b766e16f4fabbc6ef24ae1e6e1f (patch)
treea615fd3c2f4a20f5478c15b2925aaf95f076132c /funcs/func_channel.c
parentebf3632e085e81fa3fdbda1e7e4685c4868fbb39 (diff)
Merged revisions 338995 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ........ r338995 | irroot | 2011-10-03 16:21:40 +0200 (Mon, 03 Oct 2011) | 6 lines Remove the channel function OOH323() and place its options into CHANNEL() channel drivers should not have there own dialplan functions. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@338996 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs/func_channel.c')
-rw-r--r--funcs/func_channel.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/funcs/func_channel.c b/funcs/func_channel.c
index 7baf2485e..0f27a3be8 100644
--- a/funcs/func_channel.c
+++ b/funcs/func_channel.c
@@ -254,6 +254,22 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
The channel is either on hold or a call waiting call.</para>
</enum>
</enumlist>
+ <para><emphasis>chan_ooh323</emphasis> provides the following additional options:</para>
+ <enumlist>
+ <enum name="faxdetect">
+ <para>Fax Detect [R/W]</para>
+ <para>Returns 0 or 1</para>
+ <para>Write yes or no</para>
+ </enum>
+ <enum name="t38support">
+ <para>t38support [R/W]</para>
+ <para>Returns 0 or 1</para>
+ <para>Write yes or no</para>
+ </enum>
+ <enum name="h323id">
+ <para>Returns h323id [R]</para>
+ </enum>
+ </enumlist>
</parameter>
</syntax>
<description>