aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-18 12:35:54 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-18 12:35:54 +0000
commitb7e7a8b7bca2818ed82d0b13927a0c76e0a92154 (patch)
treef0cfd3cfd3742a006608d4cf0351dd1af68a8d55 /apps
parent5b6819207527b173506a3820fad2db7a55193b3a (diff)
Merged revisions 55277 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r55277 | oej | 2007-02-18 13:32:13 +0100 (Sun, 18 Feb 2007) | 2 lines Documentation update (#9053, jsmith) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@55278 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 8de76c7ff..39b323a3a 100644
--- a/apps/app_record.c
+++ b/apps/app_record.c
@@ -67,7 +67,8 @@ static char *descrip =
" 'x' : ignore all terminator keys (DTMF) and keep recording until hangup\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"