lively-horse-90722
08/20/2025, 10:23 AMtall-airline-16756
08/20/2025, 10:23 AMtall-airline-16756
08/20/2025, 10:23 AMtransfer_sip_participant
, the user won’t stay connected to the original Twilio trunk once the transfer is done. Here’s what happens during the transfer:
• A SIP REFER is sent to move the active session to a new endpoint.
• The original session is ended with a BYE message.
• A fresh connection is made with the transfer target you specify in the transfer_to
parameter.
So, after the transfer, the user won’t be connected to the original LiveKit room or Twilio trunk anymore. If you want the user to stay connected to your system while also connecting them to someone else, you’d want to try a different method—like adding another participant to the existing room. Hope that helps!
Sources: test/integration/sip_test.go | Transferring calls | LiveKit Docs | Agents telephony integration | LiveKit Docs