mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
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
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user