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
Yes Self hosting, we plan to have 100's/1000's of inbound trunks created that is why we reverted to try and use Dispatch any.
Blocking these requests at the SIP server or at the point where it decide if to open a Room/job would probably be the expected behavior when no trunkid i would assume
There are a few options here. SIP now supports update APIs, so you could update old trunks instead of creating new ones.
But in other cases, this behaviour would need to be configured in the main LiveKit server. We could enforce the same policy as Cloud does, that is - reject calls that match no trunks. We cannot enable it by default, since some users already rely on this behaviour.
Yeah we build our own logic to edit redis and we were updating the "Dispatch" trunk_ids dynamically but i figured having 1 dispatch with vs 1000's is more ideal
I would suggest maybe putting it on the roadmap? If trunkid is empty there is no logic in opening a new Room/Job its will probably improve/save on the main LiveKit Cloud servers :)
When using
its causing requests like
To Get pushed in and open a room
We added
But shouldn't we want to have inbound requests with sip.trunkID not open a new livekt room and init a Job by default ?
The text was updated successfully, but these errors were encountered: