]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSCORE-293
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 11 Feb 2009 14:52:39 +0000 (14:52 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 11 Feb 2009 14:52:39 +0000 (14:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11753 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_bridge.c

index c63362a1feb303791870582a0bf35f5ab7468e6b..43fb0e468733b47bf9a6a7a3a804a26112a417f1 100644 (file)
@@ -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);