[asterisk-commits] qwell: trunk r92810 - in /trunk: ./ main/pbx.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Dec 13 14:14:26 CST 2007


Author: qwell
Date: Thu Dec 13 14:14:26 2007
New Revision: 92810

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

........
r92809 | qwell | 2007-12-13 14:13:48 -0600 (Thu, 13 Dec 2007) | 1 line

Make application help text a little more clear about the use of extensions in a filename.
........

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

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

Modified: trunk/main/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/main/pbx.c?view=diff&rev=92810&r1=92809&r2=92810
==============================================================================
--- trunk/main/pbx.c (original)
+++ trunk/main/pbx.c Thu Dec 13 14:14:26 2007
@@ -442,13 +442,13 @@
 	{ "BackGround", pbx_builtin_background,
 	"Play an audio file while waiting for digits of an extension to go to.",
 	"  Background(filename1[&filename2...][,options[,langoverride][,context]]):\n"
-	"This application will play the given list of files while waiting for an\n"
-	"extension to be dialed by the calling channel. To continue waiting for digits\n"
-	"after this application has finished playing files, the WaitExten application\n"
-	"should be used. The 'langoverride' option explicitly specifies which language\n"
-	"to attempt to use for the requested sound files. If a 'context' is specified,\n"
-	"this is the dialplan context that this application will use when exiting to a\n"
-	"dialed extension."
+	"This application will play the given list of files (do not put extension)\n"
+	"while waiting for an extension to be dialed by the calling channel. To\n"
+	"continue waiting for digits after this application has finished playing\n"
+	"files, the WaitExten application should be used. The 'langoverride' option\n"
+	"explicitly specifies which language to attempt to use for the requested sound\n"
+	"files. If a 'context' is specified, this is the dialplan context that this\n"
+	"application will use when exiting to a dialed extension."
 	"  If one of the requested sound files does not exist, call processing will be\n"
 	"terminated.\n"
 	"  Options:\n"




More information about the asterisk-commits mailing list