[Asterisk-cvs] asterisk/include/asterisk channel.h,1.94,1.95

markster markster
Wed Aug 3 00:38:46 CDT 2005


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

Modified Files:
	channel.h 
Log Message:
Fix timestamp issue with features (bug #4760 with mods)


Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- channel.h	25 Jul 2005 22:13:32 -0000	1.94
+++ channel.h	3 Aug 2005 04:42:59 -0000	1.95
@@ -370,6 +370,8 @@
 struct ast_bridge_config {
 	struct ast_flags features_caller;
 	struct ast_flags features_callee;
+	struct timeval start_time;
+	long feature_timer;
 	long timelimit;
 	long play_warning;
 	long warning_freq;




More information about the svn-commits mailing list