aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-18 12:32:13 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-18 12:32:13 +0000
commitaeb753303c96505f242b1d2bc92c55577c36ca77 (patch)
tree4d271e95245d846ec7eda659cc148c84e41f0deb /apps
parent488fbb1d1569f4812f0f5f1f6ff3c82ab1daa52b (diff)
Documentation update (#9053, jsmith)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@55277 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_record.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/app_record.c b/apps/app_record.c
index 3101e22f4..6d1dfcf21 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"