From c7f175309d6f002091dd5c9695e1f61907f69f42 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Fri, 30 Jan 2004 05:13:25 +0000 Subject: [PATCH] Improve documentation of app_record (bug #942) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2093 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_record.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/app_record.c b/apps/app_record.c index 8547de36b5..732922ebf9 100755 --- a/apps/app_record.c +++ b/apps/app_record.c @@ -30,10 +30,13 @@ static char *app = "Record"; static char *synopsis = "Record to a file"; static char *descrip = -" Record(filename:extension|silence): Records from the channel into a given\n" -"filename. If the file exists it will be overwritten. The 'extension'\n" -"is the extension of the file type to be recorded (wav, gsm, etc).\n" -"'silence' is the number of seconds of silence to allow before returning.\n" +" Record(filename:extension|silence): Records from the channel into a given\n" +"filename. If the file exists it will be overwritten. \n" +"- 'extension' is the extension of the file type to be recorded (wav, gsm, etc).\n" +"- 'silence' is the number of seconds of silence to allow before returning.\n\n" +"If filename contains '%d', these characters will be replaced with a number\n" +"incremented by one each time the file is recorded. \n\n" +"Extensions: g723, g729, gsm, h263, ulaw, alaw, vox, wav, WAV\n\n" "Returns -1 when the user hangs up.\n"; STANDARD_LOCAL_USER;