[Asterisk-cvs] asterisk/codecs codec_speex.c,1.9,1.10
markster at lists.digium.com
markster at lists.digium.com
Tue Jan 25 00:08:02 CST 2005
- Previous message: [Asterisk-cvs] asterisk/apps app_alarmreceiver.c, 1.7,
1.8 app_directory.c, 1.31, 1.32 app_enumlookup.c, 1.12,
1.13 app_festival.c, 1.28, 1.29 app_meetme.c, 1.73,
1.74 app_privacy.c, 1.12, 1.13 app_queue.c, 1.117,
1.118 app_realtime.c, 1.5, 1.6 app_rpt.c, 1.27,
1.28 app_txtcidname.c, 1.9, 1.10 app_voicemail.c, 1.197, 1.198
- Next message: [Asterisk-cvs] asterisk/include/asterisk config.h,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/codecs
In directory mongoose.digium.com:/tmp/cvs-serv27198/codecs
Modified Files:
codec_speex.c
Log Message:
Merge config updates (bug #3406)
Index: codec_speex.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_speex.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- codec_speex.c 30 Dec 2004 01:40:47 -0000 1.9
+++ codec_speex.c 25 Jan 2005 06:10:20 -0000 1.10
@@ -308,7 +308,7 @@
struct ast_variable *var;
int res;
- if ((cfg = ast_load("codecs.conf"))) {
+ if ((cfg = ast_config_load("codecs.conf"))) {
if ((var = ast_variable_browse(cfg, "speex"))) {
while (var) {
if (!strcasecmp(var->name, "quality")) {
- Previous message: [Asterisk-cvs] asterisk/apps app_alarmreceiver.c, 1.7,
1.8 app_directory.c, 1.31, 1.32 app_enumlookup.c, 1.12,
1.13 app_festival.c, 1.28, 1.29 app_meetme.c, 1.73,
1.74 app_privacy.c, 1.12, 1.13 app_queue.c, 1.117,
1.118 app_realtime.c, 1.5, 1.6 app_rpt.c, 1.27,
1.28 app_txtcidname.c, 1.9, 1.10 app_voicemail.c, 1.197, 1.198
- Next message: [Asterisk-cvs] asterisk/include/asterisk config.h,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list