diff --git a/apps/app_alarmreceiver.c b/apps/app_alarmreceiver.c index 12ae49d6521a79fe1030fc38e8b23653834293a3..6b34dfb54bbb42a9f5f29acf13e5b3985cad1262 100644 --- a/apps/app_alarmreceiver.c +++ b/apps/app_alarmreceiver.c @@ -66,16 +66,22 @@ static char *app = "AlarmReceiver"; /*** 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> ***/ diff --git a/apps/app_amd.c b/apps/app_amd.c index bf3603b3e67a9a1223fd02517b139d2acd75a8d3..56fa10fd2a6dcaeda9052b73398c1ca6bc687637 100644 --- a/apps/app_amd.c +++ b/apps/app_amd.c @@ -116,6 +116,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") </variable> </variablelist> </description> + <see-also> + <ref type="application">WaitForSilence</ref> + <ref type="application">WaitForNoise</ref> + </see-also> </application> ***/ diff --git a/apps/app_morsecode.c b/apps/app_morsecode.c index f9005296a1300694c09f1b257790056454484276..25b5c49e39e28d4cbb7a9f7d781b2c512e977336 100644 --- a/apps/app_morsecode.c +++ b/apps/app_morsecode.c @@ -37,7 +37,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") /*** 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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") </variable> </variablelist> </description> + <see-also> + <ref type="application">SayAlpha</ref> + <ref type="application">SayPhonetic</ref> + </see-also> </application> ***/ static char *app_morsecode = "Morsecode"; diff --git a/apps/app_privacy.c b/apps/app_privacy.c index 71811de1cd0b259d760ebd367d89475ec250e85b..a2e7152b77b4b854ba61f997426bfab769807363 100644 --- a/apps/app_privacy.c +++ b/apps/app_privacy.c @@ -71,6 +71,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") </variable> </variablelist> </description> + <see-also> + <ref type="application">Zapateller</ref> + </see-also> </application> ***/ diff --git a/apps/app_sayunixtime.c b/apps/app_sayunixtime.c index f6122e40d5b29f49dc9e81da7dbd791117b459aa..a4dc0afdca3a2fad16bc2563f869c75317869317 100644 --- a/apps/app_sayunixtime.c +++ b/apps/app_sayunixtime.c @@ -57,6 +57,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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> diff --git a/main/features.c b/main/features.c index cc43fad68232a3071f5150bae985bd72eba741de..f6daef36c17c43f205e75d6f7f205faf0a0a3f8b 100644 --- a/main/features.c +++ b/main/features.c @@ -102,6 +102,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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> ***/ diff --git a/main/pbx.c b/main/pbx.c index 8ae0879876cabff2e8176c871386a51358e58b05..16f9f6889672f5e30fbeb3496b17d0608dfe743a 100644 --- a/main/pbx.c +++ b/main/pbx.c @@ -102,6 +102,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") </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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") </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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <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> ***/