You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I am missing something obvious. I've created a self-hosted SIP server that is run natively without Docker. I want to use it with LiveKit Cloud Server. My SIP Sever config.yaml is:
In the Docs there are instructions on how to add Inbound Trunk and Dispatch Rule but those are added to the LiveKit Cloud.
Is this part done correctly? When using self-hosted SIP Server, do I still need to add Trunk and Dispatch config to the LiveKit Cloud or does need to go somewhere into the self-hosted SIP Server config?
On the Twilio side I also have the SIP-trunk configured and when I call my number I see in the SIP Server logs:
This is not a supported configuration, I'm afraid. If you want to self-host, you must run both LiveKit server and LiveKit SIP.
The reason why it currently fails is that you host a separate Redis instance. It is used by LiveKit services as a shared RPC bus. Thus, your SIP server cannot reach LiveKit APIs on the cloud, because it's connecting to a local Redis, not the Cloud RPC bus.
Thanks for confirming this! After reading the docs further I also found the description of how Redis is used to as the connection layer so it became obvious that my initial setup will not work :)
I am already running both LK Server and LK SIP and everything is working as expected 👌
I think I am missing something obvious. I've created a self-hosted SIP server that is run natively without Docker. I want to use it with LiveKit Cloud Server. My SIP Sever config.yaml is:
Server is starting and running nicely.
In the Docs there are instructions on how to add Inbound Trunk and Dispatch Rule but those are added to the LiveKit Cloud.
Is this part done correctly? When using self-hosted SIP Server, do I still need to add Trunk and Dispatch config to the LiveKit Cloud or does need to go somewhere into the self-hosted SIP Server config?
On the Twilio side I also have the SIP-trunk configured and when I call my number I see in the SIP Server logs:
It says "no response from servers", but what servers is it not getting the response from?
In Twilio the Origination URL is:
Does my config look correct? What am I missing to make this work?
The text was updated successfully, but these errors were encountered: