From: Anthony Minessale Date: Wed, 11 Feb 2009 14:52:39 +0000 (+0000) Subject: FSCORE-293 X-Git-Tag: v1.0.3~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe683b26130660fd0900e80d49880798e0ed9687;p=thirdparty%2Ffreeswitch.git FSCORE-293 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11753 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_ivr_bridge.c b/src/switch_ivr_bridge.c index c63362a1fe..43fb0e4687 100644 --- a/src/switch_ivr_bridge.c +++ b/src/switch_ivr_bridge.c @@ -579,7 +579,7 @@ static switch_status_t uuid_bridge_on_soft_execute(switch_core_session_t *sessio 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);