[Asterisk-cvs] asterisk/apps app_controlplayback.c,1.4,1.5

markster at lists.digium.com markster at lists.digium.com
Thu May 27 00:51:58 CDT 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv31928/apps

Modified Files:
	app_controlplayback.c 
Log Message:
Doc fix for controlplayback, get rid of 500ms wait in rtp.c (bug #1589)


Index: app_controlplayback.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_controlplayback.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- app_controlplayback.c	27 May 2004 00:07:18 -0000	1.4
+++ app_controlplayback.c	27 May 2004 05:06:32 -0000	1.5
@@ -31,14 +31,13 @@
 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;
 




More information about the svn-commits mailing list