From: Brian West Date: Fri, 31 May 2013 14:15:45 +0000 (-0500) Subject: Swap this X-Git-Tag: v1.2.13~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b90dee2461e5a45f8d8b91025096cc55973b779e;p=thirdparty%2Ffreeswitch.git Swap this --- diff --git a/src/mod/applications/mod_valet_parking/mod_valet_parking.c b/src/mod/applications/mod_valet_parking/mod_valet_parking.c index 6ec4f2dbb5..8169ef60b7 100644 --- a/src/mod/applications/mod_valet_parking/mod_valet_parking.c +++ b/src/mod/applications/mod_valet_parking/mod_valet_parking.c @@ -555,7 +555,7 @@ SWITCH_STANDARD_APP(valet_parking_function) token->timeout = 0; token->bridged = 1; - switch_ivr_uuid_bridge(switch_core_session_get_uuid(session), token->uuid); + switch_ivr_uuid_bridge(token->uuid, switch_core_session_get_uuid(session)); return; }