- 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
<description>
<para>This application programs an ADSI Phone with the given script</para>
</description>
<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>
<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>
<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>
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>
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>
</application>
<application name="ExtenSpy" language="en_US">
<synopsis>
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>
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>
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>
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";
</application>
***/
static char *app = "DISA";
displayed when the verbose level is currently set to that number
or greater.</para>
</description>
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>
</variable>
</variablelist>
</description>
</variable>
</variablelist>
</description>
+ <see-also>
+ <ref type="application">SendText</ref>
+ <ref type="application">SendURL</ref>
+ </see-also>
caller is dumped into the conference as a speaker and the room is
destroyed when the original callers leaves.</para>
</description>
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";
</application>
***/
static const char *app_page= "Page";
<description>
<para>Jumps to the label specified, saving the return address.</para>
</description>
<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>
</application>
<application name="GosubIf" language="en_US">
<synopsis>
labeliffalse, if specified. In either case, a jump saves the return point
in the dialplan, to be returned to with a Return.</para>
</description>
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>
</application>
<application name="Return" language="en_US">
<synopsis>
<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>
<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>
</application>
<application name="StackPop" language="en_US">
<synopsis>
<description>
<para>Removes last label on the stack, discarding it.</para>
</description>
<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>
</application>
<function name="LOCAL" language="en_US">
<synopsis>
ast_str_append(&outputstr, 0, "%s\n", content);
} else if (!strcasecmp(typename, "manpage")) {
ast_str_append(&outputstr, 0, "ManPage: %s\n", content);
ast_str_append(&outputstr, 0, "%s\n", content);
} else if (!strcasecmp(typename, "manpage")) {
ast_str_append(&outputstr, 0, "ManPage: %s\n", content);
+ } else if (!strcasecmp(typename, "filename")) {
+ ast_str_append(&outputstr, 0, "File: %s\n", content);
}
ast_xml_free_text(content);
}
}
ast_xml_free_text(content);
}