mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-21 04:46:29 +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>
|
<description>
|
||||||
<para>Enters the user into a specified conference bridge. The user can exit the conference by hangup only.</para>
|
<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>
|
<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>
|
</description>
|
||||||
</application>
|
</application>
|
||||||
***/
|
***/
|
||||||
|
@@ -58,6 +58,14 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
<synopsis>
|
<synopsis>
|
||||||
OSP Authentication.
|
OSP Authentication.
|
||||||
</synopsis>
|
</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>
|
<description>
|
||||||
<para>Authenticate a call by OSP.</para>
|
<para>Authenticate a call by OSP.</para>
|
||||||
<para>Input variables:</para>
|
<para>Input variables:</para>
|
||||||
@@ -88,14 +96,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
</variable>
|
</variable>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</description>
|
</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>
|
<see-also>
|
||||||
<ref type="application">OSPLookup</ref>
|
<ref type="application">OSPLookup</ref>
|
||||||
<ref type="application">OSPNext</ref>
|
<ref type="application">OSPNext</ref>
|
||||||
@@ -106,6 +106,27 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
<synopsis>
|
<synopsis>
|
||||||
Lookup destination by OSP.
|
Lookup destination by OSP.
|
||||||
</synopsis>
|
</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>
|
<description>
|
||||||
<para>Looks up destination via OSP.</para>
|
<para>Looks up destination via OSP.</para>
|
||||||
<para>Input variables:</para>
|
<para>Input variables:</para>
|
||||||
@@ -239,27 +260,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
</variable>
|
</variable>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</description>
|
</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>
|
<see-also>
|
||||||
<ref type="application">OSPAuth</ref>
|
<ref type="application">OSPAuth</ref>
|
||||||
<ref type="application">OSPNext</ref>
|
<ref type="application">OSPNext</ref>
|
||||||
@@ -360,17 +360,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
</variable>
|
</variable>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</description>
|
</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>
|
<see-also>
|
||||||
<ref type="application">OSPAuth</ref>
|
<ref type="application">OSPAuth</ref>
|
||||||
<ref type="application">OSPLookup</ref>
|
<ref type="application">OSPLookup</ref>
|
||||||
@@ -381,6 +370,14 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
<synopsis>
|
<synopsis>
|
||||||
Report OSP entry.
|
Report OSP entry.
|
||||||
</synopsis>
|
</synopsis>
|
||||||
|
<syntax>
|
||||||
|
<parameter name="cause">
|
||||||
|
<para>Hangup cause.</para>
|
||||||
|
</parameter>
|
||||||
|
<parameter name="options">
|
||||||
|
<para>Reserved.</para>
|
||||||
|
</parameter>
|
||||||
|
</syntax>
|
||||||
<description>
|
<description>
|
||||||
<para>Report call state.</para>
|
<para>Report call state.</para>
|
||||||
<para>Input variables:</para>
|
<para>Input variables:</para>
|
||||||
@@ -417,14 +414,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
</variable>
|
</variable>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</description>
|
</description>
|
||||||
<syntax>
|
|
||||||
<parameter name="cause">
|
|
||||||
<para>Hangup cause.</para>
|
|
||||||
</parameter>
|
|
||||||
<parameter name="options">
|
|
||||||
<para>Reserved.</para>
|
|
||||||
</parameter>
|
|
||||||
</syntax>
|
|
||||||
<see-also>
|
<see-also>
|
||||||
<ref type="application">OSPAuth</ref>
|
<ref type="application">OSPAuth</ref>
|
||||||
<ref type="application">OSPLookup</ref>
|
<ref type="application">OSPLookup</ref>
|
||||||
|
@@ -174,7 +174,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
</application>
|
</application>
|
||||||
<application name="JabberJoin" language="en_US">
|
<application name="JabberJoin" language="en_US">
|
||||||
<synopsis>
|
<synopsis>
|
||||||
<para>Join a chat room</para>
|
Join a chat room
|
||||||
</synopsis>
|
</synopsis>
|
||||||
<syntax>
|
<syntax>
|
||||||
<parameter name="Jabber" required="true">
|
<parameter name="Jabber" required="true">
|
||||||
@@ -194,7 +194,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
</application>
|
</application>
|
||||||
<application name="JabberLeave" language="en_US">
|
<application name="JabberLeave" language="en_US">
|
||||||
<synopsis>
|
<synopsis>
|
||||||
<para>Leave a chat room</para>
|
Leave a chat room
|
||||||
</synopsis>
|
</synopsis>
|
||||||
<syntax>
|
<syntax>
|
||||||
<parameter name="Jabber" required="true">
|
<parameter name="Jabber" required="true">
|
||||||
|
Reference in New Issue
Block a user