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/branches/1.4@92809 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jason Parker
2007-12-13 20:13:48 +00:00
parent 7f7cbe7f69
commit 65cbfa5d0d

View File

@@ -269,13 +269,13 @@ static struct pbx_builtin {
{ "BackGround", pbx_builtin_background, { "BackGround", pbx_builtin_background,
"Play an audio file while waiting for digits of an extension to go to.", "Play an audio file while waiting for digits of an extension to go to.",
" Background(filename1[&filename2...][|options[|langoverride][|context]]):\n" " Background(filename1[&filename2...][|options[|langoverride][|context]]):\n"
"This application will play the given list of files while waiting for an\n" "This application will play the given list of files (do not put extension)\n"
"extension to be dialed by the calling channel. To continue waiting for digits\n" "while waiting for an extension to be dialed by the calling channel. To\n"
"after this application has finished playing files, the WaitExten application\n" "continue waiting for digits after this application has finished playing\n"
"should be used. The 'langoverride' option explicitly specifies which language\n" "files, the WaitExten application should be used. The 'langoverride' option\n"
"to attempt to use for the requested sound files. If a 'context' is specified,\n" "explicitly specifies which language to attempt to use for the requested sound\n"
"this is the dialplan context that this application will use when exiting to a\n" "files. If a 'context' is specified, this is the dialplan context that this\n"
"dialed extension." "application will use when exiting to a dialed extension."
" If one of the requested sound files does not exist, call processing will be\n" " If one of the requested sound files does not exist, call processing will be\n"
"terminated.\n" "terminated.\n"
" Options:\n" " Options:\n"