aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-13 20:13:48 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-13 20:13:48 +0000
commit30addcc2855a420eab767045e26efd281b779fe9 (patch)
tree4802a4fd01a93f766faaf610a3161dca522463d9
parentdd916cce6b40e759da75c9b8ed9a16524c007824 (diff)
Make application help text a little more clear about the use of extensions in a filename.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@92809 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--main/pbx.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/main/pbx.c b/main/pbx.c
index b08b19566..001a23e67 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -269,13 +269,13 @@ static struct pbx_builtin {
{ "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"