From a7bd9aec9c1656375e59f7da9a94719203a35321 Mon Sep 17 00:00:00 2001 From: Automerge Script Date: Sun, 18 Feb 2007 13:20:26 +0000 Subject: [PATCH] automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@55322 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_record.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"