[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


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")) {




More information about the svn-commits mailing list