mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
Swap this
This commit is contained in:
parent
e1a773406d
commit
b90dee2461
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user