]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Swap this
authorBrian West <brian@freeswitch.org>
Fri, 31 May 2013 14:15:45 +0000 (09:15 -0500)
committerBrian West <brian@freeswitch.org>
Fri, 31 May 2013 14:16:50 +0000 (09:16 -0500)
src/mod/applications/mod_valet_parking/mod_valet_parking.c

index 6ec4f2dbb5bf2220059e904f01a28adf4085d1c6..8169ef60b7a095a238814686b29dcd281ea8516f 100644 (file)
@@ -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;
                                        }