aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-03 21:52:00 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-03 21:52:00 +0000
commit025c3f4d6b5def9cfbc519c564c16994b32c6600 (patch)
treebcece3d44f25c9fb7ec6943e3888f9a79ac3006f /apps
parentca10c312b67c21ff0fc454989e65444150d9bed4 (diff)
add support for Sun Microsystems AU audio format (bug #4428 with minor mods)
remove hardcoded format list from app_record help text git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5837 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_record.c b/apps/app_record.c
index e47c2941a..41088182d 100755
--- a/apps/app_record.c
+++ b/apps/app_record.c
@@ -46,7 +46,7 @@ static char *descrip =
"\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"
-"Formats: g723, g729, gsm, h263, ulaw, alaw, vox, wav, WAV\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"
"Returns -1 when the user hangs up.\n";