[Asterisk-cvs] asterisk channel.c,1.145,1.146

markster at lists.digium.com markster at lists.digium.com
Wed Nov 3 17:35:35 CST 2004


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

Modified Files:
	channel.c 
Log Message:
Pass through flash hook


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- channel.c	1 Nov 2004 01:44:11 -0000	1.145
+++ channel.c	3 Nov 2004 22:37:55 -0000	1.146
@@ -2561,6 +2561,7 @@
 
 	flags = (config->allowdisconnect_out||config->allowredirect_out ? AST_BRIDGE_DTMF_CHANNEL_0 : 0) + (config->allowdisconnect_in||config->allowredirect_in ? AST_BRIDGE_DTMF_CHANNEL_1 : 0);
 
+	*fo = NULL;
 	firstpass = config->firstpass;
 	config->firstpass = 0;
 




More information about the svn-commits mailing list