[Asterisk-cvs] asterisk channel.c,1.130,1.131
markster at lists.digium.com
markster at lists.digium.com
Wed Jul 28 16:55:45 CDT 2004
Update of /usr/cvsroot/asterisk
In directory localhost.localdomain:/tmp/cvs-serv20298
Modified Files:
channel.c
Log Message:
Somehow matt's patch didn't make it all the way in
Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- channel.c 9 Jul 2004 10:57:43 -0000 1.130
+++ channel.c 28 Jul 2004 20:41:49 -0000 1.131
@@ -2468,7 +2468,7 @@
long elapsed_ms=0, time_left_ms=0;
int playit=0, playitagain=1, first_time=1;
- flags = (config->allowdisconnect||config->allowredirect_out ? AST_BRIDGE_DTMF_CHANNEL_0 : 0) + (config->allowredirect_in ? AST_BRIDGE_DTMF_CHANNEL_1 : 0);
+ 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);
/* timestamp */
gettimeofday(&start_time,NULL);
More information about the svn-commits
mailing list