aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_read.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-10 03:59:48 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-10 03:59:48 +0000
commitb5963fa342c9b8ce9f42595309939c3bd244302e (patch)
tree410c989e8b77bed6f6278b708862964066036a88 /apps/app_read.c
parent478281c3a75dcfa829951b2ea21c6fb4a5bb7f07 (diff)
Add the ability to specify multiple prompts to the Read() dialplan application,
similar to Background() and Playback(). (issue #7897, jsmith, with some modifications) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47408 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_read.c')
-rw-r--r--apps/app_read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_read.c b/apps/app_read.c
index 5db886b03..6c4fe3ffa 100644
--- a/apps/app_read.c
+++ b/apps/app_read.c
@@ -62,10 +62,10 @@ static char *app = "Read";
static char *synopsis = "Read a variable";
static char *descrip =
-" Read(variable[|filename][|maxdigits][|option][|attempts][|timeout])\n\n"
+" Read(variable[|filename[&filename2...]][|maxdigits][|option][|attempts][|timeout])\n\n"
"Reads a #-terminated string of digits a certain number of times from the\n"
"user in to the given variable.\n"
-" filename -- file to play before reading digits or tone with option i\n"
+" filename -- file(s) to play before reading digits or tone with option i\n"
" maxdigits -- maximum acceptable number of digits. Stops reading after\n"
" maxdigits have been entered (without requiring the user to\n"
" press the '#' key).\n"