[Asterisk-cvs] asterisk/include/asterisk options.h,1.12,1.13
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Sun Apr 3 22:35:42 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/channels chan_phone.c, 1.48,
1.49 iax2-parser.c, 1.40, 1.41
- Next message: [Asterisk-cvs] asterisk asterisk.c, 1.145, 1.146 channel.c, 1.186,
1.187 translate.c, 1.32, 1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv29590/include/asterisk
Modified Files:
options.h
Log Message:
optimize codec selection and format changing code
force all transcode paths to use AST_FORMAT_SLINEAR as the frames pass through the bridge (can be disabled using the 'transcode_via_sln' setting in th 'options' setting in asteris.conf)
Index: options.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/options.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- options.h 11 Mar 2005 07:24:10 -0000 1.12
+++ options.h 4 Apr 2005 03:28:38 -0000 1.13
@@ -32,6 +32,7 @@
extern int option_exec_includes;
extern int option_cache_record_files;
extern int option_timestamp;
+extern int option_transcode_slin;
extern char defaultlanguage[];
extern time_t ast_startuptime;
extern time_t ast_lastreloadtime;
- Previous message: [Asterisk-cvs] asterisk/channels chan_phone.c, 1.48,
1.49 iax2-parser.c, 1.40, 1.41
- Next message: [Asterisk-cvs] asterisk asterisk.c, 1.145, 1.146 channel.c, 1.186,
1.187 translate.c, 1.32, 1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list