[Freeswitch-svn] [commit] r11753 - freeswitch/trunk/src

FreeSWITCH SVN anthm at freeswitch.org
Wed Feb 11 06:52:39 PST 2009


Author: anthm
Date: Wed Feb 11 08:52:39 2009
New Revision: 11753

Log:
FSCORE-293

Modified:
   freeswitch/trunk/src/switch_ivr_bridge.c

Modified: freeswitch/trunk/src/switch_ivr_bridge.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr_bridge.c	(original)
+++ freeswitch/trunk/src/switch_ivr_bridge.c	Wed Feb 11 08:52:39 2009
@@ -579,7 +579,7 @@
 	if ((other_uuid = switch_channel_get_variable(channel, SWITCH_UUID_BRIDGE)) && (other_session = switch_core_session_locate(other_uuid))) {
 		switch_channel_t *other_channel = switch_core_session_get_channel(other_session);
 		switch_event_t *event;
-		uint8_t ready_a, ready_b;
+		int ready_a, ready_b;
 		switch_channel_state_t state;
 
 		switch_channel_set_variable(channel, SWITCH_UUID_BRIDGE, NULL);



More information about the Freeswitch-svn mailing list