From: Automerge Script Date: Sun, 18 Feb 2007 13:20:26 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.16-netsec~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7bd9aec9c1656375e59f7da9a94719203a35321;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@55322 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_record.c b/apps/app_record.c index 3101e22f4c..6d1dfcf214 100644 --- a/apps/app_record.c +++ b/apps/app_record.c @@ -65,7 +65,8 @@ static char *descrip = " 't' : use alternate '*' terminator key instead of default '#'\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" +"incremented by one each time the file is recorded. A channel variable\n" +"named RECORDED_FILE will also be set, which contains the final filemname.\n\n" "Use 'show file formats' to see the available formats on your system\n\n" "User can press '#' to terminate the recording and continue to the next priority.\n\n" "If the user should hangup during a recording, all data will be lost and the\n"