Skip to content

Rejecting inbound flood #362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
skotow opened this issue May 18, 2025 · 1 comment
Open

Rejecting inbound flood #362

skotow opened this issue May 18, 2025 · 1 comment

Comments

@skotow
Copy link

skotow commented May 18, 2025

Starting SIP server
sip --config=config.yaml

Everything was working great .
Now suddenly getting
DEBUG sip sip/inbound.go:429 Rejecting inbound flood {"nodeID": "NE_5LFaTYmsatTj", "callID": "SCL_9BZYVhVbWg8s", "fromIP": "xxxxxxx"
I tried allow specific IP , also all IPs still same result .

Is there a bug or something missing ?
Also creating new SipTrunkID returning same result

@skotow
Copy link
Author

skotow commented May 18, 2025

I have made type in Dispatch rule with number and that was cause me issues .
But I figure out that you have typo in docs

https://docs.livekit.io/sip/api/#createsipdispatchrule

inbound_numbers array If set, the dispatch rule only accepts calls made to numbers in the list.

If set, the dispatch rule only accepts calls made to numbers in the list. - is misleading instate of to numbers is should be from numbers

Please update

From
If set, the dispatch rule only accepts calls made to numbers in the list.

To
If set, the dispatch rule only accepts calls made from numbers in the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant