[Asterisk-cvs] asterisk/apps app_record.c,1.30,1.31

kpfleming at lists.digium.com kpfleming at lists.digium.com
Fri Jun 3 17:49:03 CDT 2005


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv10763/apps

Modified Files:
	app_record.c 
Log Message:
add support for Sun Microsystems AU audio format (bug #4428 with minor mods)
remove hardcoded format list from app_record help text


Index: app_record.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_record.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- app_record.c	21 Apr 2005 06:02:43 -0000	1.30
+++ app_record.c	3 Jun 2005 21:52:00 -0000	1.31
@@ -46,7 +46,7 @@
 "\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";
 




More information about the svn-commits mailing list