From: Mark Spencer Date: Tue, 25 May 2004 15:53:28 +0000 (+0000) Subject: It's angler's first patch! X-Git-Tag: 1.0.0-rc1~380 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1799dd364109bb2560a733cbea38d9a94520bc11;p=thirdparty%2Fasterisk.git It's angler's first patch! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3073 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_record.c b/apps/app_record.c index 80dd1da899..17b95160cb 100755 --- a/apps/app_record.c +++ b/apps/app_record.c @@ -37,6 +37,7 @@ static char *descrip = "If filename contains '%d', these characters will be replaced with a number\n" "incremented by one each time the file is recorded. \n\n" "Formats: g723, g729, gsm, h263, ulaw, alaw, vox, wav, WAV\n\n" +"User can press '#' to terminate the recording and continue to the next priority.\n\n" "Returns -1 when the user hangs up.\n"; STANDARD_LOCAL_USER;