aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_controlplayback.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-07 22:01:22 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-07 22:01:22 +0000
commite61f71745fd8e4682e77917b4db4aeff62072e2c (patch)
treec9f258c1b931ee2e10d3e288b17ec6961440eaf1 /apps/app_controlplayback.c
parent25be1f3bc599f4752aab163844ebe75d9a471a42 (diff)
application doc update
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6992 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_controlplayback.c')
-rwxr-xr-xapps/app_controlplayback.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/app_controlplayback.c b/apps/app_controlplayback.c
index 41e060642..47b82ac4e 100755
--- a/apps/app_controlplayback.c
+++ b/apps/app_controlplayback.c
@@ -48,16 +48,15 @@ static const char *synopsis = "Play a file with fast forward and rewind";
static const char *descrip =
"ControlPlayback(filename[|skipms[|ffchar[|rewchar[|stopchar[|pausechar[|restartchar[|option]]]]]]]):\n"
-" Plays back a given filename (do not put extension). Options may also\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. If 'restartchar' is added, the file\n"
-" will restart when 'restartchar' is pressed. Returns -1 if the channel\n"
-" was hung up. \n\n"
-" The option string may contain zero or the following character:\n"
+" will restart when 'restartchar' is pressed.\n"
+" The option string may contain the following character:\n"
" 'j' -- jump to +101 priority if the file requested isn't found.\n"
" This application sets the following channel variable upon completion:\n"
-" CPLAYBACKSTATUS The status of the attempt to add a queue member as a text string, one of\n"
+" CPLAYBACKSTATUS The status of the attempt as a text string, one of\n"
" SUCCESS | USERSTOPPED | ERROR\n"
" Example: exten => 1234,1,ControlPlayback(file|4000|*|#|1|0|5)\n\n";