summaryrefslogtreecommitdiff
path: root/apps/app_osplookup.c
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2010-03-02 19:02:56 +0000
committerLeif Madsen <leif@leifmadsen.com>2010-03-02 19:02:56 +0000
commit06041ea28ddf8c6dc20f09e9280e4b64aee42271 (patch)
tree0b3a6139a2c4748828bf47b73932487460cadca3 /apps/app_osplookup.c
parent717599a61f28e38c35ed4971927aeb33d9fdea39 (diff)
Fix several XML documentation validate errors.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@249892 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_osplookup.c')
-rw-r--r--apps/app_osplookup.c85
1 files changed, 37 insertions, 48 deletions
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>