]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Undo previous change
authorBrian West <brian@freeswitch.org>
Wed, 8 May 2013 19:40:10 +0000 (14:40 -0500)
committerBrian West <brian@freeswitch.org>
Wed, 8 May 2013 19:40:48 +0000 (14:40 -0500)
src/mod/endpoints/mod_loopback/mod_loopback.c

index e680f0257f2c01eafc87e2e0cffe660350cb8118..430c0e1dda7796cbc3721db36148b4f1de1371bb 100644 (file)
@@ -850,7 +850,7 @@ static switch_status_t channel_write_frame(switch_core_session_t *session, switc
                                                                          "%s detected bridge on both ends, attempting direct connection.\n", switch_channel_get_name(channel));
                                        
                                        /* channel_masquerade eat your heart out....... */
-                                       switch_ivr_uuid_bridge(b_uuid, a_uuid);
+                                       switch_ivr_uuid_bridge(a_uuid, b_uuid);
                                        good_to_go = 1;
                                        switch_mutex_unlock(tech_pvt->mutex);
                                }