[asterisk-commits] eliel: trunk r154578 - in /trunk: apps/ main/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Nov 5 07:07:29 CST 2008


Author: eliel
Date: Wed Nov  5 07:07:29 2008
New Revision: 154578

URL: http://svn.digium.com/view/asterisk?view=rev&rev=154578
Log:
- Add more <see-also> based on TFOT.
- Add the 'filename' type to the see-also ref. To be able to reference a filename.

Modified:
    trunk/apps/app_adsiprog.c
    trunk/apps/app_authenticate.c
    trunk/apps/app_chanspy.c
    trunk/apps/app_disa.c
    trunk/apps/app_dumpchan.c
    trunk/apps/app_image.c
    trunk/apps/app_page.c
    trunk/apps/app_stack.c
    trunk/main/pbx.c

Modified: trunk/apps/app_adsiprog.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_adsiprog.c?view=diff&rev=154578&r1=154577&r2=154578
==============================================================================
--- trunk/apps/app_adsiprog.c (original)
+++ trunk/apps/app_adsiprog.c Wed Nov  5 07:07:29 2008
@@ -60,6 +60,10 @@
 		<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>
  ***/
 

Modified: trunk/apps/app_authenticate.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_authenticate.c?view=diff&rev=154578&r1=154577&r2=154578
==============================================================================
--- trunk/apps/app_authenticate.c (original)
+++ trunk/apps/app_authenticate.c Wed Nov  5 07:07:29 2008
@@ -98,6 +98,10 @@
 			<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>
  ***/
 

Modified: trunk/apps/app_chanspy.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_chanspy.c?view=diff&rev=154578&r1=154577&r2=154578
==============================================================================
--- trunk/apps/app_chanspy.c (original)
+++ trunk/apps/app_chanspy.c Wed Nov  5 07:07:29 2008
@@ -164,6 +164,9 @@
 			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 @@
 			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>
 
  ***/

Modified: trunk/apps/app_disa.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_disa.c?view=diff&rev=154578&r1=154577&r2=154578
==============================================================================
--- trunk/apps/app_disa.c (original)
+++ trunk/apps/app_disa.c Wed Nov  5 07:07:29 2008
@@ -104,6 +104,10 @@
 			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";

Modified: trunk/apps/app_dumpchan.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_dumpchan.c?view=diff&rev=154578&r1=154577&r2=154578
==============================================================================
--- trunk/apps/app_dumpchan.c (original)
+++ trunk/apps/app_dumpchan.c Wed Nov  5 07:07:29 2008
@@ -52,6 +52,10 @@
 			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>
  ***/
 

Modified: trunk/apps/app_image.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_image.c?view=diff&rev=154578&r1=154577&r2=154578
==============================================================================
--- trunk/apps/app_image.c (original)
+++ trunk/apps/app_image.c Wed Nov  5 07:07:29 2008
@@ -62,6 +62,10 @@
 				</variable>
 			</variablelist>
 		</description>
+		<see-also>
+			<ref type="application">SendText</ref>
+			<ref type="application">SendURL</ref>
+		</see-also>
 	</application>
  ***/
 

Modified: trunk/apps/app_page.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_page.c?view=diff&rev=154578&r1=154577&r2=154578
==============================================================================
--- trunk/apps/app_page.c (original)
+++ trunk/apps/app_page.c Wed Nov  5 07:07:29 2008
@@ -91,6 +91,9 @@
 			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";

Modified: trunk/apps/app_stack.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_stack.c?view=diff&rev=154578&r1=154577&r2=154578
==============================================================================
--- trunk/apps/app_stack.c (original)
+++ trunk/apps/app_stack.c Wed Nov  5 07:07:29 2008
@@ -59,6 +59,13 @@
 		<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 @@
 			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 @@
 			<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 @@
 		<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>

Modified: trunk/main/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/main/pbx.c?view=diff&rev=154578&r1=154577&r2=154578
==============================================================================
--- trunk/main/pbx.c (original)
+++ trunk/main/pbx.c Wed Nov  5 07:07:29 2008
@@ -4223,6 +4223,8 @@
 			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);
 	}




More information about the asterisk-commits mailing list