[Asterisk-cvs] asterisk/res res_features.c,1.28,1.29

markster at lists.digium.com markster at lists.digium.com
Wed Jan 5 16:08:41 CST 2005


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

Modified Files:
	res_features.c 
Log Message:
Make sure time limit is the "backup" one when interpreting features


Index: res_features.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_features.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- res_features.c	5 Jan 2005 21:31:40 -0000	1.28
+++ res_features.c	5 Jan 2005 22:13:37 -0000	1.29
@@ -956,6 +956,7 @@
 				featurecode = peer_featurecode;
 			}
 			featurecode[strlen(featurecode)] = f->subclass;
+			config->timelimit = backup_config.timelimit;
 			res = ast_feature_interpret(chan, peer, config, featurecode, sense);
 			switch(res) {
 			case FEATURE_RETURN_PASSDIGITS:




More information about the svn-commits mailing list