mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
Fix several XML documentation validate errors.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@249892 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -97,7 +97,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<description>
|
||||
<para>Enters the user into a specified conference bridge. The user can exit the conference by hangup only.</para>
|
||||
<para>The join sound can be set using the <literal>CONFBRIDGE_JOIN_SOUND</literal> variable and the leave sound can be set using the <literal>CONFBRIDGE_LEAVE_SOUND</literal> variable. These can be unique to the caller.</para>
|
||||
<note>This application will not automatically answer the channel.</note>
|
||||
<note><para>This application will not automatically answer the channel.</para></note>
|
||||
</description>
|
||||
</application>
|
||||
***/
|
||||
|
@@ -58,6 +58,14 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<synopsis>
|
||||
OSP Authentication.
|
||||
</synopsis>
|
||||
<syntax>
|
||||
<parameter name="provider">
|
||||
<para>The name of the provider that authenticates the call.</para>
|
||||
</parameter>
|
||||
<parameter name="options">
|
||||
<para>Reserverd.</para>
|
||||
</parameter>
|
||||
</syntax>
|
||||
<description>
|
||||
<para>Authenticate a call by OSP.</para>
|
||||
<para>Input variables:</para>
|
||||
@@ -88,14 +96,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</variable>
|
||||
</variablelist>
|
||||
</description>
|
||||
<syntax>
|
||||
<parameter name="provider">
|
||||
<para>The name of the provider that authenticates the call.</para>
|
||||
</parameter>
|
||||
<parameter name="options">
|
||||
<para>Reserverd.</para>
|
||||
</parameter>
|
||||
</syntax>
|
||||
<see-also>
|
||||
<ref type="application">OSPLookup</ref>
|
||||
<ref type="application">OSPNext</ref>
|
||||
@@ -106,6 +106,27 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<synopsis>
|
||||
Lookup destination by OSP.
|
||||
</synopsis>
|
||||
<syntax>
|
||||
<parameter name="exten" required="true">
|
||||
<para>The exten of the call.</para>
|
||||
</parameter>
|
||||
<parameter name="provider">
|
||||
<para>The name of the provider that is used to route the call.</para>
|
||||
</parameter>
|
||||
<parameter name="options">
|
||||
<enumlist>
|
||||
<enum name="h">
|
||||
<para>generate H323 call id for the outbound call</para>
|
||||
</enum>
|
||||
<enum name="s">
|
||||
<para>generate SIP call id for the outbound call. Have not been implemented</para>
|
||||
</enum>
|
||||
<enum name="i">
|
||||
<para>generate IAX call id for the outbound call. Have not been implemented</para>
|
||||
</enum>
|
||||
</enumlist>
|
||||
</parameter>
|
||||
</syntax>
|
||||
<description>
|
||||
<para>Looks up destination via OSP.</para>
|
||||
<para>Input variables:</para>
|
||||
@@ -239,27 +260,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</variable>
|
||||
</variablelist>
|
||||
</description>
|
||||
<syntax>
|
||||
<parameter name="exten" required="true">
|
||||
<para>The exten of the call.</para>
|
||||
</parameter>
|
||||
<parameter name="provider">
|
||||
<para>The name of the provider that is used to route the call.</para>
|
||||
</parameter>
|
||||
<parameter name="options">
|
||||
<enumlist>
|
||||
<enum name="h">
|
||||
<para>generate H323 call id for the outbound call</para>
|
||||
</enum>
|
||||
<enum name="s">
|
||||
<para>generate SIP call id for the outbound call. Have not been implemented</para>
|
||||
</enum>
|
||||
<enum name="i">
|
||||
<para>generate IAX call id for the outbound call. Have not been implemented</para>
|
||||
</enum>
|
||||
</enumlist>
|
||||
</parameter>
|
||||
</syntax>
|
||||
<see-also>
|
||||
<ref type="application">OSPAuth</ref>
|
||||
<ref type="application">OSPNext</ref>
|
||||
@@ -360,17 +360,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</variable>
|
||||
</variablelist>
|
||||
</description>
|
||||
<syntax>
|
||||
<parameter name="cause" required="true">
|
||||
<para>The termaintion cause of the previous call attempt.</para>
|
||||
</parameter>
|
||||
<parameter name="provider">
|
||||
<para>The name of the provider that is used to route the call.</para>
|
||||
</parameter>
|
||||
<parameter name="options">
|
||||
<para>Reserved.</para>
|
||||
</parameter>
|
||||
</syntax>
|
||||
<see-also>
|
||||
<ref type="application">OSPAuth</ref>
|
||||
<ref type="application">OSPLookup</ref>
|
||||
@@ -381,6 +370,14 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<synopsis>
|
||||
Report OSP entry.
|
||||
</synopsis>
|
||||
<syntax>
|
||||
<parameter name="cause">
|
||||
<para>Hangup cause.</para>
|
||||
</parameter>
|
||||
<parameter name="options">
|
||||
<para>Reserved.</para>
|
||||
</parameter>
|
||||
</syntax>
|
||||
<description>
|
||||
<para>Report call state.</para>
|
||||
<para>Input variables:</para>
|
||||
@@ -417,14 +414,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</variable>
|
||||
</variablelist>
|
||||
</description>
|
||||
<syntax>
|
||||
<parameter name="cause">
|
||||
<para>Hangup cause.</para>
|
||||
</parameter>
|
||||
<parameter name="options">
|
||||
<para>Reserved.</para>
|
||||
</parameter>
|
||||
</syntax>
|
||||
<see-also>
|
||||
<ref type="application">OSPAuth</ref>
|
||||
<ref type="application">OSPLookup</ref>
|
||||
|
@@ -174,7 +174,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</application>
|
||||
<application name="JabberJoin" language="en_US">
|
||||
<synopsis>
|
||||
<para>Join a chat room</para>
|
||||
Join a chat room
|
||||
</synopsis>
|
||||
<syntax>
|
||||
<parameter name="Jabber" required="true">
|
||||
@@ -194,7 +194,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</application>
|
||||
<application name="JabberLeave" language="en_US">
|
||||
<synopsis>
|
||||
<para>Leave a chat room</para>
|
||||
Leave a chat room
|
||||
</synopsis>
|
||||
<syntax>
|
||||
<parameter name="Jabber" required="true">
|
||||
|
Reference in New Issue
Block a user