[asterisk-commits] murf: trunk r111410 - in /trunk: ./ apps/app_playback.c main/pbx.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Mar 27 08:29:42 CDT 2008


Author: murf
Date: Thu Mar 27 08:29:41 2008
New Revision: 111410

URL: http://svn.digium.com/view/asterisk?view=rev&rev=111410
Log:
Merged revisions 111391 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r111391 | murf | 2008-03-27 07:03:28 -0600 (Thu, 27 Mar 2008) | 9 lines

These small documentation updates made in response to a query in
asterisk-users, where a user was using Playback, but needed the
features of Background, and had no idea that Background existed,
or that it might provide the features he needed. I thought the
best way to avert these kinds of queries was to provide "See Also"
references in all three of "Background", "Playback", "WaitExten".
Perhaps a project to do this with all related apps is in order.


........

Modified:
    trunk/   (props changed)
    trunk/apps/app_playback.c
    trunk/main/pbx.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/apps/app_playback.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_playback.c?view=diff&rev=111410&r1=111409&r2=111410
==============================================================================
--- trunk/apps/app_playback.c (original)
+++ trunk/apps/app_playback.c Thu Mar 27 08:29:41 2008
@@ -55,6 +55,8 @@
 "This application sets the following channel variable upon completion:\n"
 " PLAYBACKSTATUS    The status of the playback attempt as a text string, one of\n"
 "               SUCCESS | FAILED\n"
+"See Also: Background (application) -- for playing soundfiles that are interruptible\n"
+"          WaitExten (application) -- wait for digits from caller, optionally play music on hold\n"
 ;
 
 

Modified: trunk/main/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/main/pbx.c?view=diff&rev=111410&r1=111409&r2=111410
==============================================================================
--- trunk/main/pbx.c (original)
+++ trunk/main/pbx.c Thu Mar 27 08:29:41 2008
@@ -467,6 +467,8 @@
 	"This application sets the following channel variable upon completion:\n"
 	" BACKGROUNDSTATUS    The status of the background attempt as a text string, one of\n"
 	"               SUCCESS | FAILED\n"
+	"See Also: Playback (application) -- Play sound file(s) to the channel,\n"
+	"                                    that cannot be interrupted\n"
 	},
 
 	{ "Busy", pbx_builtin_busy,
@@ -678,6 +680,7 @@
 	"  Options:\n"
 	"    m[(x)] - Provide music on hold to the caller while waiting for an extension.\n"
 	"               Optionally, specify the class for music on hold within parenthesis.\n"
+	"See Also: Playback(application), Background(application).\n"
 	},
 
 	{ "KeepAlive", pbx_builtin_keepalive,




More information about the asterisk-commits mailing list