dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 56839 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r56839 | file | 2007-02-26 14:33:48 -0500 (Mon, 26 Feb 2007) | 2 lines

Update app_record documentation to use new CLI command, core show file formats. (issue #9151 reported by junky)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56840 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
file 2007-02-26 19:34:59 +00:00
parent 3f66df66aa
commit 9952839d43
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,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. 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"
"Use 'core 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"
"application will teminate. \n";