Skip to content

When incoming SIP Invite does not include the "+" before the number the call still gets routed but does not include the TrunkID #329

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
mercuryyy opened this issue Apr 3, 2025 · 2 comments

Comments

@mercuryyy
Copy link

mercuryyy commented Apr 3, 2025

For Example

sip trunk id = ST_52hyJaBywcyd is set with this number "+525588902311" if an invite comes in from "525588902311" it still gets routed when using dispatch rule "any" which make sense but since we cant have "ST_52hyJaBywcyd" include both ["+525588902311", "525588902311"]
Then it would make sense to auto assign "525588902311" to the "ST_52hyJaBywcyd" trunkID. ?

Tried to manually edit redis to include both ["+525588902311", "525588902311"] but got errors

@holema
Copy link

holema commented Apr 14, 2025

We face the same issue... We removed allowed numbers ;)

@holzi1005
Copy link

@mercuryyy
We had the same issue but fixed it by removing the allowed_numbers 😄

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

3 participants