summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorEliel C. Sardanons <eliels@gmail.com>2008-11-05 13:07:29 +0000
committerEliel C. Sardanons <eliels@gmail.com>2008-11-05 13:07:29 +0000
commitf18699be240edf33e235df8098e854aad4d97236 (patch)
tree6f465269f8ae7e34efd0e85e92c0a8e9c4f570be /apps
parentd23dff9ca85e820cb8b4e0d7d51616af20a17afe (diff)
- Add more <see-also> based on TFOT.
- Add the 'filename' type to the see-also ref. To be able to reference a filename. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154578 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_adsiprog.c4
-rw-r--r--apps/app_authenticate.c4
-rw-r--r--apps/app_chanspy.c6
-rw-r--r--apps/app_disa.c4
-rw-r--r--apps/app_dumpchan.c4
-rw-r--r--apps/app_image.c4
-rw-r--r--apps/app_page.c3
-rw-r--r--apps/app_stack.c22
8 files changed, 51 insertions, 0 deletions
diff --git a/apps/app_adsiprog.c b/apps/app_adsiprog.c
index 126068c94..8f789c6c4 100644
--- a/apps/app_adsiprog.c
+++ b/apps/app_adsiprog.c
@@ -60,6 +60,10 @@ static char *app = "ADSIProg";
<description>
<para>This application programs an ADSI Phone with the given script</para>
</description>
+ <see-also>
+ <ref type="application">GetCPEID</ref>
+ <ref type="filename">adsi.conf</ref>
+ </see-also>
</application>
***/
diff --git a/apps/app_authenticate.c b/apps/app_authenticate.c
index 69abf6f38..88b2018f0 100644
--- a/apps/app_authenticate.c
+++ b/apps/app_authenticate.c
@@ -98,6 +98,10 @@ static char *app = "Authenticate";
<para>When using a database key, the value associated with the key can be anything.</para>
<para>Users have three attempts to authenticate before the channel is hung up.</para>
</description>
+ <see-also>
+ <ref type="application">VMAuthenticate</ref>
+ <ref type="application">DISA</ref>
+ </see-also>
</application>
***/
diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c
index f4a5a5d81..0f9ae4438 100644
--- a/apps/app_chanspy.c
+++ b/apps/app_chanspy.c
@@ -164,6 +164,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
single digit extension exists in the correct context ChanSpy will exit to it.
This also disables choosing a channel based on <literal>chanprefix</literal> and a digit sequence.</para></note>
</description>
+ <see-also>
+ <ref type="application">ExtenSpy</ref>
+ </see-also>
</application>
<application name="ExtenSpy" language="en_US">
<synopsis>
@@ -279,6 +282,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
single digit extension exists in the correct context ChanSpy will exit to it.
This also disables choosing a channel based on <literal>chanprefix</literal> and a digit sequence.</para></note>
</description>
+ <see-also>
+ <ref type="application">ChanSpy</ref>
+ </see-also>
</application>
***/
diff --git a/apps/app_disa.c b/apps/app_disa.c
index 515bdce9c..80aeb09ea 100644
--- a/apps/app_disa.c
+++ b/apps/app_disa.c
@@ -104,6 +104,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
line, with the sole exception of the options. The file may contain blank
lines, or comments starting with <literal>#</literal> or <literal>;</literal>.</para>
</description>
+ <see-also>
+ <ref type="application">Authenticate</ref>
+ <ref type="application">VMAuthenticate</ref>
+ </see-also>
</application>
***/
static char *app = "DISA";
diff --git a/apps/app_dumpchan.c b/apps/app_dumpchan.c
index e2300dbea..d3bf17f6c 100644
--- a/apps/app_dumpchan.c
+++ b/apps/app_dumpchan.c
@@ -52,6 +52,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
displayed when the verbose level is currently set to that number
or greater.</para>
</description>
+ <see-also>
+ <ref type="application">NoOp</ref>
+ <ref type="application">Verbose</ref>
+ </see-also>
</application>
***/
diff --git a/apps/app_image.c b/apps/app_image.c
index e74397c0d..a6fbac50c 100644
--- a/apps/app_image.c
+++ b/apps/app_image.c
@@ -62,6 +62,10 @@ static char *app = "SendImage";
</variable>
</variablelist>
</description>
+ <see-also>
+ <ref type="application">SendText</ref>
+ <ref type="application">SendURL</ref>
+ </see-also>
</application>
***/
diff --git a/apps/app_page.c b/apps/app_page.c
index ddebbf0ac..7d1dca447 100644
--- a/apps/app_page.c
+++ b/apps/app_page.c
@@ -91,6 +91,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
caller is dumped into the conference as a speaker and the room is
destroyed when the original callers leaves.</para>
</description>
+ <see-also>
+ <ref type="application">MeetMe</ref>
+ </see-also>
</application>
***/
static const char *app_page= "Page";
diff --git a/apps/app_stack.c b/apps/app_stack.c
index beeea30f6..45db41d05 100644
--- a/apps/app_stack.c
+++ b/apps/app_stack.c
@@ -59,6 +59,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description>
<para>Jumps to the label specified, saving the return address.</para>
</description>
+ <see-also>
+ <ref type="application">GosubIf</ref>
+ <ref type="application">Macro</ref>
+ <ref type="application">Goto</ref>
+ <ref type="application">Return</ref>
+ <ref type="application">StackPop</ref>
+ </see-also>
</application>
<application name="GosubIf" language="en_US">
<synopsis>
@@ -82,6 +89,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
labeliffalse, if specified. In either case, a jump saves the return point
in the dialplan, to be returned to with a Return.</para>
</description>
+ <see-also>
+ <ref type="application">Gosub</ref>
+ <ref type="application">Return</ref>
+ <ref type="application">MacroIf</ref>
+ <ref type="function">IF</ref>
+ <ref type="application">GotoIf</ref>
+ </see-also>
</application>
<application name="Return" language="en_US">
<synopsis>
@@ -96,6 +110,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para>Jumps to the last label on the stack, removing it. The return <replaceable>value</replaceable>, if
any, is saved in the channel variable <variable>GOSUB_RETVAL</variable>.</para>
</description>
+ <see-also>
+ <ref type="application">Gosub</ref>
+ <ref type="application">StackPop</ref>
+ </see-also>
</application>
<application name="StackPop" language="en_US">
<synopsis>
@@ -105,6 +123,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description>
<para>Removes last label on the stack, discarding it.</para>
</description>
+ <see-also>
+ <ref type="application">Return</ref>
+ <ref type="application">Gosub</ref>
+ </see-also>
</application>
<function name="LOCAL" language="en_US">
<synopsis>