[asterisk-commits] eliel: trunk r154542 - in /trunk: apps/ funcs/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Nov 5 06:13:58 CST 2008


Author: eliel
Date: Wed Nov  5 06:13:57 2008
New Revision: 154542

URL: http://svn.digium.com/view/asterisk?view=rev&rev=154542
Log:
- Add some see-also references based on TFOT.


Modified:
    trunk/apps/app_db.c
    trunk/apps/app_queue.c
    trunk/apps/app_readfile.c
    trunk/apps/app_senddtmf.c
    trunk/apps/app_sendtext.c
    trunk/apps/app_url.c
    trunk/funcs/func_blacklist.c
    trunk/funcs/func_db.c

Modified: trunk/apps/app_db.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_db.c?view=diff&rev=154542&r1=154541&r2=154542
==============================================================================
--- trunk/apps/app_db.c (original)
+++ trunk/apps/app_db.c Wed Nov  5 06:13:57 2008
@@ -55,6 +55,8 @@
 		</description>
 		<see-also>
 			<ref type="function">DB_DELETE</ref>
+			<ref type="application">DBdeltree</ref>
+			<ref type="function">DB</ref>
 		</see-also>
 	</application>
 	<application name="DBdeltree" language="en_US">
@@ -69,6 +71,11 @@
 			<para>This application will delete a <replaceable>family</replaceable> or <replaceable>keytree</replaceable>
 			from the Asterisk database.</para>
 		</description>
+		<see-also>
+			<ref type="function">DB_DELETE</ref>
+			<ref type="application">DBdel</ref>
+			<ref type="function">DB</ref>
+		</see-also>
 	</application>
  ***/
 

Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?view=diff&rev=154542&r1=154541&r2=154542
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Wed Nov  5 06:13:57 2008
@@ -214,6 +214,16 @@
 				</variable>
 			</variablelist>
 		</description>
+		<see-also>
+			<ref type="application">AddQueueMember</ref>
+			<ref type="application">RemoveQueueMember</ref>
+			<ref type="application">PauseQueueMember</ref>
+			<ref type="application">UnpauseQueueMember</ref>
+			<ref type="application">AgentLogin</ref>
+			<ref type="function">QUEUE_MEMBER_COUNT</ref>
+			<ref type="function">QUEUE_MEMBER_LIST</ref>
+			<ref type="function">QUEUE_WAITING_COUNT</ref>
+		</see-also>
 	</application>
 	<application name="AddQueueMember" language="en_US">
 		<synopsis>
@@ -240,6 +250,12 @@
 				</variable>
 			</variablelist>
 		</description>
+		<see-also>
+			<ref type="application">RemoveQueueMember</ref>
+			<ref type="application">PauseQueueMember</ref>
+			<ref type="application">UnpauseQueueMember</ref>
+			<ref type="application">AgentLogin</ref>
+		</see-also>
 	</application>
 	<application name="RemoveQueueMember" language="en_US">
 		<synopsis>
@@ -262,6 +278,12 @@
 			</variablelist>
 			<para>Example: RemoveQueueMember(techsupport,SIP/3000)</para>
 		</description>
+		<see-also>
+			<ref type="application">Queue</ref>
+			<ref type="application">AddQueueMember</ref>
+			<ref type="application">PauseQueueMember</ref>
+			<ref type="application">UnpauseQueueMember</ref>
+		</see-also>
 	</application>
 	<application name="PauseQueueMember" language="en_US">
 		<synopsis>
@@ -291,6 +313,9 @@
 			</variablelist>
 			<para>Example: PauseQueueMember(,SIP/3000)</para>
 		</description>
+		<see-also>
+			<ref type="application">UnpauseQueueMember</ref>
+		</see-also>
 	</application>
 	<application name="UnpauseQueueMember" language="en_US">
 		<synopsis>
@@ -317,6 +342,9 @@
 			</variablelist>
 			<para>Example: UnpauseQueueMember(,SIP/3000)</para>
 		</description>
+		<see-also>
+			<ref type="application">PauseQueueMember</ref>
+		</see-also>
 	</application>
 	<application name="QueueLog" language="en_US">
 		<synopsis>
@@ -333,6 +361,9 @@
 			<para>Allows you to write your own events into the queue log.</para>
 			<para>Example: QueueLog(101,${UNIQUEID},${AGENT},WENTONBREAK,600)</para>
 		</description>
+		<see-also>
+			<ref type="application">Queue</ref>
+		</see-also>
 	</application>
 	<function name="QUEUE_VARIABLES" language="en_US">
 		<synopsis>
@@ -408,6 +439,9 @@
 			<para>Returns the number of members currently associated with the specified <replaceable>queuename</replaceable>.</para>
 			<warning><para>This function has been deprecated in favor of the <literal>QUEUE_MEMBER()</literal> function</para></warning>
 		</description>
+		<see-also>
+			<ref type="function">QUEUE_MEMBER_LIST</ref>
+		</see-also>
 	</function>
 	<function name="QUEUE_WAITING_COUNT" language="en_US">
 		<synopsis>
@@ -430,6 +464,9 @@
 		<description>
 			<para>Returns a comma-separated list of members associated with the specified <replaceable>queuename</replaceable>.</para>
 		</description>
+		<see-also>
+			<ref type="function">QUEUE_MEMBER_COUNT</ref>
+		</see-also>
 	</function>
 	<function name="QUEUE_MEMBER_PENALTY" language="en_US">
 		<synopsis>

Modified: trunk/apps/app_readfile.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_readfile.c?view=diff&rev=154542&r1=154541&r2=154542
==============================================================================
--- trunk/apps/app_readfile.c (original)
+++ trunk/apps/app_readfile.c Wed Nov  5 06:13:57 2008
@@ -58,6 +58,10 @@
 			<para>Read the contents of a text file into channel variable <replaceable>varname</replaceable></para>
 			<warning><para>ReadFile has been deprecated in favor of Set(varname=${FILE(file,0,length)})</para></warning>
 		</description>
+		<see-also>
+			<ref type="application">System</ref>
+			<ref type="application">Read</ref>
+		</see-also>
 	</application>
  ***/
 

Modified: trunk/apps/app_senddtmf.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_senddtmf.c?view=diff&rev=154542&r1=154541&r2=154542
==============================================================================
--- trunk/apps/app_senddtmf.c (original)
+++ trunk/apps/app_senddtmf.c Wed Nov  5 06:13:57 2008
@@ -55,6 +55,9 @@
 			<para>DTMF digits sent to a channel with half second pause</para>
 			<para>It will pass all digits or terminate if it encounters an error.</para>
 		</description>
+		<see-also>
+			<ref type="application">Read</ref>
+		</see-also>
 	</application>
  ***/
 static char *app = "SendDTMF";

Modified: trunk/apps/app_sendtext.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_sendtext.c?view=diff&rev=154542&r1=154541&r2=154542
==============================================================================
--- trunk/apps/app_sendtext.c (original)
+++ trunk/apps/app_sendtext.c Wed Nov  5 06:13:57 2008
@@ -63,6 +63,10 @@
 			</variablelist>
 			<note><para>At this moment, text is supposed to be 7 bit ASCII in most channels.</para></note>
 		</description>
+		<see-also>
+			<ref type="application">SendImage</ref>
+			<ref type="application">SendURL</ref>
+		</see-also>
 	</application>
  ***/
 

Modified: trunk/apps/app_url.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_url.c?view=diff&rev=154542&r1=154541&r2=154542
==============================================================================
--- trunk/apps/app_url.c (original)
+++ trunk/apps/app_url.c Wed Nov  5 06:13:57 2008
@@ -73,6 +73,10 @@
 			<para>SendURL continues normally if the URL was sent correctly or if the channel
 			does not support HTML transport.  Otherwise, the channel is hung up.</para>
 		</description>
+		<see-also>
+			<ref type="application">SendImage</ref>
+			<ref type="application">SendText</ref>
+		</see-also>
 	</application>
  ***/
 

Modified: trunk/funcs/func_blacklist.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_blacklist.c?view=diff&rev=154542&r1=154541&r2=154542
==============================================================================
--- trunk/funcs/func_blacklist.c (original)
+++ trunk/funcs/func_blacklist.c Wed Nov  5 06:13:57 2008
@@ -45,6 +45,9 @@
 			<para>Uses astdb to check if the Caller*ID is in family <literal>blacklist</literal>.
 			Returns <literal>1</literal> or <literal>0</literal>.</para>
 		</description>
+		<see-also>
+			<ref type="function">DB</ref>
+		</see-also>
 	</function>
 
 ***/

Modified: trunk/funcs/func_db.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_db.c?view=diff&rev=154542&r1=154541&r2=154542
==============================================================================
--- trunk/funcs/func_db.c (original)
+++ trunk/funcs/func_db.c Wed Nov  5 06:13:57 2008
@@ -56,6 +56,12 @@
 			DB_RESULT.  If you wish to find out if an entry exists, use the DB_EXISTS
 			function.</para>
 		</description>
+		<see-also>
+			<ref type="application">DBdel</ref>
+			<ref type="function">DB_DELETE</ref>
+			<ref type="application">DBdeltree</ref>
+			<ref type="function">DB_EXISTS</ref>
+		</see-also>
 	</function>
 	<function name="DB_EXISTS" language="en_US">
 		<synopsis>
@@ -71,6 +77,9 @@
 			it will return <literal>0</literal>.  Checking for existence of a database key will
 			also set the variable DB_RESULT to the key's value if it exists.</para>
 		</description>
+		<see-also>
+			<ref type="function">DB</ref>
+		</see-also>
 	</function>
 	<function name="DB_DELETE" language="en_US">
 		<synopsis>
@@ -85,6 +94,11 @@
 			and then remove that key from the database. <variable>DB_RESULT</variable>
 			will be set to the key's value if it exists.</para>
 		</description>
+		<see-also>
+			<ref type="application">DBdel</ref>
+			<ref type="function">DB</ref>
+			<ref type="application">DBdeltree</ref>
+		</see-also>
 	</function>
  ***/
 




More information about the asterisk-commits mailing list