Skip to content
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

dispatcher: select using IP proto #2170

Closed
sergey-safarov opened this issue Dec 8, 2019 · 3 comments
Closed

dispatcher: select using IP proto #2170

sergey-safarov opened this issue Dec 8, 2019 · 3 comments

Comments

@sergey-safarov
Copy link
Member

Description

Some daemon not able to handle IPv4 and IPv6 calls simultaneously. As example FreeSwitch. Need to create two dispatcher records for IPv4 and IPv6 FreeSwitch sockets. Each socket will be able to handle appropriate call type. Mixing not allowed.

Could you add dispatcher module options to compare used IP version for incoming call and for dispatcher backend sip uri. And select backend only if IP versions matched.

@henningw
Copy link
Contributor

henningw commented Dec 8, 2019

What about just checking the IP version in the cfg script and then calling the appropriate dispatcher group?

@henningw
Copy link
Contributor

henningw commented Dec 8, 2019

@sergey-safarov
Copy link
Member Author

Thanks Henning.
Looks as this will be enough for my needs.

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

No branches or pull requests

2 participants