From: Brian West Date: Fri, 12 Apr 2013 16:56:47 +0000 (-0500) Subject: Swap UUIDs X-Git-Tag: v1.5.1~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8afd20002396cc69af6dc4eaee6967d7f0d234b7;p=thirdparty%2Ffreeswitch.git Swap UUIDs --- diff --git a/src/mod/endpoints/mod_loopback/mod_loopback.c b/src/mod/endpoints/mod_loopback/mod_loopback.c index 6010bd70a9..83cf74cd57 100644 --- a/src/mod/endpoints/mod_loopback/mod_loopback.c +++ b/src/mod/endpoints/mod_loopback/mod_loopback.c @@ -839,7 +839,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(a_uuid, b_uuid); + switch_ivr_uuid_bridge(b_uuid, a_uuid); good_to_go = 1; switch_mutex_unlock(tech_pvt->mutex); }