summaryrefslogtreecommitdiff
path: root/apps/app_controlplayback.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-05-27 05:06:32 +0000
committerMark Spencer <markster@digium.com>2004-05-27 05:06:32 +0000
commitb820fd0075b596bf249265c1962b6cdab449d659 (patch)
tree825cd627b59d9044ea7d1db957f2c9b8a06eaf74 /apps/app_controlplayback.c
parentcf57ba2310bdee914168291207ef08026e72d3f4 (diff)
Doc fix for controlplayback, get rid of 500ms wait in rtp.c (bug #1589)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3090 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_controlplayback.c')
-rwxr-xr-xapps/app_controlplayback.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/app_controlplayback.c b/apps/app_controlplayback.c
index 089a7f4d8..850ebed9c 100755
--- a/apps/app_controlplayback.c
+++ b/apps/app_controlplayback.c
@@ -31,14 +31,13 @@ static char *app = "ControlPlayback";
static char *synopsis = "Play a file with fast forward and rewind";
static char *descrip =
-"ControlPlayback(filename[|skipms]|[ffchar]|[rewchar]|[stopchar]]):\n"
+"ControlPlayback(filename[|skipms[|ffchar[|rewchar[|stopchar[|pausechr]]]]]):\n"
" Plays back a given filename (do not put extension). Options may also\n"
" be included following a pipe symbol. You can use * and # to rewind and\n"
" fast forward the playback specified. If 'stopchar' is added the file will\n"
" terminate playback when 'stopchar' is pressed. Returns -1 if the channel\n"
" was hung up, or if the file does not exist. Returns 0 otherwise.\n\n"
-" Example: exten => 1234,1,ControlPlayback(file|4000|*|#|1)\n\n";
-
+" Example: exten => 1234,1,ControlPlayback(file|4000|*|#|1|0)\n\n";
STANDARD_LOCAL_USER;