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

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


Author: eliel
Date: Wed Nov  5 08:37:07 2008
New Revision: 154647

URL: http://svn.digium.com/view/asterisk?view=rev&rev=154647
Log:
Add more SeeAlso references based on TFOT.

Modified:
    trunk/apps/app_alarmreceiver.c
    trunk/apps/app_amd.c
    trunk/apps/app_morsecode.c
    trunk/apps/app_privacy.c
    trunk/apps/app_sayunixtime.c
    trunk/main/features.c
    trunk/main/pbx.c

Modified: trunk/apps/app_alarmreceiver.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_alarmreceiver.c?view=diff&rev=154647&r1=154646&r2=154647
==============================================================================
--- trunk/apps/app_alarmreceiver.c (original)
+++ trunk/apps/app_alarmreceiver.c Wed Nov  5 08:37:07 2008
@@ -66,16 +66,22 @@
 /*** DOCUMENTATION
 	<application name="AlarmReceiver" language="en_US">
 		<synopsis>
-			Provide support for receiving alarm reports from a burglar or fire alarm panel
+			Provide support for receiving alarm reports from a burglar or fire alarm panel.
 		</synopsis>
 		<syntax />
 		<description>
 			<para>This application should be called whenever there is an alarm panel calling in to dump its events.
-			The application will handshake with the alarm panel, and receive events, validate them, handshake them, and store them until the panel hangs up.
-			Once the panel hangs up, the application will run the system command specified by the eventcmd setting in <filename>alarmreceiver.conf</filename> and pipe the events to the standard input of the application. 
-			The configuration file also contains settings for DTMF timing, and for the loudness of the acknowledgement tones.</para>
+			The application will handshake with the alarm panel, and receive events, validate them, handshake them,
+			and store them until the panel hangs up. Once the panel hangs up, the application will run the system
+			command specified by the eventcmd setting in <filename>alarmreceiver.conf</filename> and pipe the
+			events to the standard input of the application.
+			The configuration file also contains settings for DTMF timing, and for the loudness of the
+			acknowledgement tones.</para>
 			<note><para>Only 1 signalling format is supported at this time: Ademco Contact ID.</para></note>
 		</description>
+		<see-also>
+			<ref type="filename">alarmreceiver.conf</ref>
+		</see-also>
 	</application>
  ***/
 

Modified: trunk/apps/app_amd.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_amd.c?view=diff&rev=154647&r1=154646&r2=154647
==============================================================================
--- trunk/apps/app_amd.c (original)
+++ trunk/apps/app_amd.c Wed Nov  5 08:37:07 2008
@@ -116,6 +116,10 @@
 				</variable>
 			</variablelist>
 		</description>
+		<see-also>
+			<ref type="application">WaitForSilence</ref>
+			<ref type="application">WaitForNoise</ref>
+		</see-also>
 	</application>
 
  ***/

Modified: trunk/apps/app_morsecode.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_morsecode.c?view=diff&rev=154647&r1=154646&r2=154647
==============================================================================
--- trunk/apps/app_morsecode.c (original)
+++ trunk/apps/app_morsecode.c Wed Nov  5 08:37:07 2008
@@ -37,7 +37,7 @@
 /*** DOCUMENTATION
 	<application name="Morsecode" language="en_US">
 		<synopsis>
-			Plays morse code
+			Plays morse code.
 		</synopsis>
 		<syntax>
 			<parameter name="string" required="true">
@@ -57,6 +57,10 @@
 				</variable>
 			</variablelist>
 		</description>
+		<see-also>
+			<ref type="application">SayAlpha</ref>
+			<ref type="application">SayPhonetic</ref>
+		</see-also>
 	</application>
  ***/	
 static char *app_morsecode = "Morsecode";

Modified: trunk/apps/app_privacy.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_privacy.c?view=diff&rev=154647&r1=154646&r2=154647
==============================================================================
--- trunk/apps/app_privacy.c (original)
+++ trunk/apps/app_privacy.c Wed Nov  5 08:37:07 2008
@@ -71,6 +71,9 @@
 				</variable>
 			</variablelist>
 		</description>
+		<see-also>
+			<ref type="application">Zapateller</ref>
+		</see-also>
 	</application>
  ***/
 

Modified: trunk/apps/app_sayunixtime.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_sayunixtime.c?view=diff&rev=154647&r1=154646&r2=154647
==============================================================================
--- trunk/apps/app_sayunixtime.c (original)
+++ trunk/apps/app_sayunixtime.c Wed Nov  5 08:37:07 2008
@@ -57,6 +57,11 @@
 			<para>Uses some of the sound files stored in <directory>/var/lib/asterisk/sounds</directory> to construct a phrase 
 			saying the specified date and/or time in the specified format. </para>
 		</description>
+		<see-also>
+			<ref type="function">STRFTIME</ref>
+			<ref type="function">STRPTIME</ref>
+			<ref type="function">IFTIME</ref>
+		</see-also>
 	</application>
 	<application name="DateTime" language="en_US">
 		<synopsis>

Modified: trunk/main/features.c
URL: http://svn.digium.com/view/asterisk/trunk/main/features.c?view=diff&rev=154647&r1=154646&r2=154647
==============================================================================
--- trunk/main/features.c (original)
+++ trunk/main/features.c Wed Nov  5 08:37:07 2008
@@ -102,6 +102,10 @@
 			context. If no extension is provided, then the first available
 			parked call will be acquired.</para>
 		</description>
+		<see-also>
+			<ref type="application">Park</ref>
+			<ref type="application">ParkAndAnnounce</ref>
+		</see-also>
 	</application>
 	<application name="Park" language="en_US">
 		<synopsis>
@@ -145,6 +149,10 @@
 			parking context, Park() will park the call on that extension, unless
 			it already exists. In that case, execution will continue at next priority.</para>
 		</description>
+		<see-also>
+			<ref type="application">ParkAndAnnounce</ref>
+			<ref type="application">ParkedCall</ref>
+		</see-also>
 	</application>
  ***/
 

Modified: trunk/main/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/main/pbx.c?view=diff&rev=154647&r1=154646&r2=154647
==============================================================================
--- trunk/main/pbx.c (original)
+++ trunk/main/pbx.c Wed Nov  5 08:37:07 2008
@@ -102,6 +102,9 @@
 			<para>If the call has not been answered, this application will
 			answer it. Otherwise, it has no effect on the call.</para>
 		</description>
+		<see-also>
+			<ref type="application">Hangup</ref>
+		</see-also>
 	</application>
 	<application name="BackGround" language="en_US">
 		<synopsis>
@@ -153,7 +156,10 @@
 			</variablelist>
 		</description>
 		<see-also>
-			<ref type="application">Playback</ref>
+			<ref type="application">ControlPlayback</ref>
+			<ref type="application">WaitExten</ref>
+			<ref type="application">BackgroundDetect</ref>
+			<ref type="function">TIMEOUT</ref>
 		</see-also>
 	</application>
 	<application name="Busy" language="en_US">
@@ -169,6 +175,12 @@
 		<description>
 			<para>This application will indicate the busy condition to the calling channel.</para>
 		</description>
+		<see-also>
+			<ref type="application">Congestion</ref>
+			<ref type="application">Progess</ref>
+			<ref type="application">Playtones</ref>
+			<ref type="application">Hangup</ref>
+		</see-also>
 	</application>
 	<application name="Congestion" language="en_US">
 		<synopsis>
@@ -183,6 +195,12 @@
 		<description>
 			<para>This application will indicate the congestion condition to the calling channel.</para>
 		</description>
+		<see-also>
+			<ref type="application">Busy</ref>
+			<ref type="application">Progess</ref>
+			<ref type="application">Playtones</ref>
+			<ref type="application">Hangup</ref>
+		</see-also>
 	</application>
 	<application name="ExecIfTime" language="en_US">
 		<synopsis>
@@ -203,6 +221,10 @@
 			<para>This application will execute the specified dialplan application, with optional
 			arguments, if the current time matches the given time specification.</para>
 		</description>
+		<see-also>
+			<ref type="application">Exec</ref>
+			<ref type="application">TryExec</ref>
+		</see-also>
 	</application>
 	<application name="Goto" language="en_US">
 		<synopsis>
@@ -230,6 +252,12 @@
 			it will not be possible to find the <literal>h</literal> or <literal>i</literal> extensions,
 			and the call will terminate!</para>
 		</description>
+		<see-also>
+			<ref type="application">GotoIf</ref>
+			<ref type="application">GotoIfTime</ref>
+			<ref type="application">Gosub</ref>
+			<ref type="application">Macro</ref>
+		</see-also>
 	</application>
 	<application name="GotoIf" language="en_US">
 		<synopsis>
@@ -261,6 +289,12 @@
 			does not exist, then it will not be able to find any 'h' or 'i' extensions there, and
 			the channel and call will both be terminated!.</para>
 		</description>
+		<see-also>
+			<ref type="application">Goto</ref>
+			<ref type="application">GotoIfTime</ref>
+			<ref type="application">GosubIf</ref>
+			<ref type="application">MacroIf</ref>
+		</see-also>
 	</application>
 	<application name="GotoIfTime" language="en_US">
 		<synopsis>
@@ -289,6 +323,10 @@
 			Further information on the time specification can be found in examples
 			illustrating how to do time-based context includes in the dialplan.</para>
 		</description>
+		<see-also>
+			<ref type="application">GotoIf</ref>
+			<ref type="function">IFTIME</ref>
+		</see-also>
 	</application>
 	<application name="ImportVar" language="en_US">
 		<synopsis>
@@ -325,6 +363,11 @@
 		<description>
 			<para>This application will hang up the calling channel.</para>
 		</description>
+		<see-also>
+			<ref type="application">Answer</ref>
+			<ref type="application">Busy</ref>
+			<ref type="application">Congestion</ref>
+		</see-also>
 	</application>
 	<application name="Incomplete" language="en_US">
 		<synopsis>
@@ -341,7 +384,6 @@
 			and that further input should be allowed before matching can be considered
 			to be complete.  Can be used within a pattern match when certain criteria warrants
 			a longer match.</para>
-			
 		</description>
 	</application>
 	<application name="KeepAlive" language="en_US">
@@ -369,6 +411,7 @@
 		</description>
 		<see-also>
 			<ref type="application">Verbose</ref>
+			<ref type="application">Log</ref>
 		</see-also>
 	</application>
 	<application name="Proceeding" language="en_US">
@@ -388,6 +431,12 @@
 		<description>
 			<para>This application will request that in-band progress information be provided to the calling channel.</para>
 		</description>
+		<see-also>
+			<ref type="application">Busy</ref>
+			<ref type="application">Congestion</ref>
+			<ref type="application">Ringing</ref>
+			<ref type="application">Playtones</ref>
+		</see-also>
 	</application>
 	<application name="RaiseException" language="en_US">
 		<synopsis>
@@ -400,6 +449,9 @@
 			<para>This application will jump to the <literal>e</literal> extension in the current context, setting the
 			dialplan function EXCEPTION(). If the <literal>e</literal> extension does not exist, the call will hangup.</para>
 		</description>
+		<see-also>
+			<ref type="function">Exception</ref>
+		</see-also>
 	</application>
 	<application name="ResetCDR" language="en_US">
 		<synopsis>
@@ -426,6 +478,10 @@
 		<description>
 			<para>This application causes the Call Data Record to be reset.</para>
 		</description>
+		<see-also>
+			<ref type="application">ForkCDR</ref>
+			<ref type="application">NoCDR</ref>
+		</see-also>
 	</application>
 	<application name="Ringing" language="en_US">
 		<synopsis>
@@ -435,6 +491,12 @@
 		<description>
 			<para>This application will request that the channel indicate a ringing tone to the user.</para>
 		</description>
+		<see-also>
+			<ref type="application">Busy</ref>
+			<ref type="application">Congestion</ref>
+			<ref type="application">Progress</ref>
+			<ref type="application">Playtones</ref>
+		</see-also>
 	</application>
 	<application name="SayAlpha" language="en_US">
 		<synopsis>
@@ -447,6 +509,12 @@
 			<para>This application will play the sounds that correspond to the letters of the
 			given <replaceable>string</replaceable>.</para>
 		</description>
+		<see-also>
+			<ref type="application">SayDigits</ref>
+			<ref type="application">SayNumber</ref>
+			<ref type="application">SayPhonetic</ref>
+			<ref type="function">CHANNEL</ref>
+		</see-also>
 	</application>
 	<application name="SayDigits" language="en_US">
 		<synopsis>
@@ -459,6 +527,12 @@
 			<para>This application will play the sounds that correspond to the digits of
 			the given number. This will use the language that is currently set for the channel.</para>
 		</description>
+		<see-also>
+			<ref type="application">SayAlpha</ref>
+			<ref type="application">SayNumber</ref>
+			<ref type="application">SayPhonetic</ref>
+			<ref type="function">CHANNEL</ref>
+		</see-also>
 	</application>
 	<application name="SayNumber" language="en_US">
 		<synopsis>
@@ -473,6 +547,12 @@
 			Optionally, a <replaceable>gender</replaceable> may be specified. This will use the language that is currently
 			set for the channel. See the LANGUAGE() function for more information on setting the language for the channel.</para>
 		</description>
+		<see-also>
+			<ref type="application">SayAlpha</ref>
+			<ref type="application">SayDigits</ref>
+			<ref type="application">SayPhonetic</ref>
+			<ref type="function">CHANNEL</ref>
+		</see-also>
 	</application>
 	<application name="SayPhonetic" language="en_US">
 		<synopsis>
@@ -485,6 +565,11 @@
 			<para>This application will play the sounds from the phonetic alphabet that correspond to the
 			letters in the given <replaceable>string</replaceable>.</para>
 		</description>
+		<see-also>
+			<ref type="application">SayAlpha</ref>
+			<ref type="application">SayDigits</ref>
+			<ref type="application">SayNumber</ref>
+		</see-also>
 	</application>
 	<application name="Set" language="en_US">
 		<synopsis>
@@ -510,6 +595,12 @@
 			protect separators and quotes in various database access strings has been greatly
 			reduced by these changes.</para></note>
 		</description>
+		<see-also>
+			<ref type="application">MSet</ref>
+			<ref type="function">GLOBAL</ref>
+			<ref type="function">SET</ref>
+			<ref type="function">ENV</ref>
+		</see-also>
 	</application>
 	<application name="MSet" language="en_US">
 		<synopsis>
@@ -537,6 +628,9 @@
 			character (comma or vert-bar), you will need to escape them by inserting a backslash
 			before them. Avoid its use if possible.</para>
 		</description>
+		<see-also>
+			<ref type="application">Set</ref>
+		</see-also>
 	</application>
 	<application name="SetAMAFlags" language="en_US">
 		<synopsis>
@@ -548,6 +642,9 @@
 		<description>
 			<para>This application will set the channel's AMA Flags for billing purposes.</para>
 		</description>
+		<see-also>
+			<ref type="function">CDR</ref>
+		</see-also>
 	</application>
 	<application name="Wait" language="en_US">
 		<synopsis>
@@ -588,8 +685,8 @@
 			of <replaceable>seconds</replaceable>.</para>
 		</description>
 		<see-also>
-			<ref type="application">Playback</ref>
 			<ref type="application">Background</ref>
+			<ref type="function">TIMEOUT</ref>
 		</see-also>
 	</application>
 	<function name="EXCEPTION" language="en_US">
@@ -619,6 +716,9 @@
 		<description>
 			<para>Retrieve the details (specified <replaceable>field</replaceable>) of the current dialplan exception.</para>
 		</description>
+		<see-also>
+			<ref type="application">RaiseException</ref>
+		</see-also>
 	</function>
  ***/
 




More information about the asterisk-commits mailing list