aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-02 19:02:56 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-02 19:02:56 +0000
commit64020820dbf513f2246a26531b419f16a2d9cee7 (patch)
tree0b3a6139a2c4748828bf47b73932487460cadca3
parentdac968f62af1815b8bedc126e94397c2d979e0a8 (diff)
Fix several XML documentation validate errors.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@249892 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_confbridge.c2
-rw-r--r--apps/app_osplookup.c85
-rw-r--r--res/res_jabber.c4
3 files changed, 40 insertions, 51 deletions
diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c
index 2389e9be8..6ea2ac47f 100644
--- a/apps/app_confbridge.c
+++ b/apps/app_confbridge.c
@@ -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>
***/
diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c
index c116a0d76..72edda85f 100644
--- a/apps/app_osplookup.c
+++ b/apps/app_osplookup.c
@@ -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>
diff --git a/res/res_jabber.c b/res/res_jabber.c
index 79e31c6e3..d71cf0fb0 100644
--- a/res/res_jabber.c
+++ b/res/res_jabber.c
@@ -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">