summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-12-13 20:14:26 +0000
committerJason Parker <jparker@digium.com>2007-12-13 20:14:26 +0000
commit7dbfcdecae4f1b97e61e3a94b0367925e22b7080 (patch)
tree7e453e4ee1afe80511aa593ba1d4a6a3d1d2d649
parent5e5c866cf3cc0ab06a7c5c1607fa002d25243100 (diff)
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. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92810 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--main/pbx.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/main/pbx.c b/main/pbx.c
index 2d8205575..e40c274c9 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -442,13 +442,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"