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

NgnNetworkService - SIP Stack is not registering on some devices #632

Open
SamarthaKV29 opened this issue Jul 3, 2020 · 0 comments
Open

Comments

@SamarthaKV29
Copy link

SamarthaKV29 commented Jul 3, 2020

On certain devices, the Network service is picking the wrong IP combo, and Doubango doesn't seem to work with IPV6.

org.doubango.ngn.services.impl.NgnSipService: SIP service using default connection ->id = 1, name = wlan0, transport = TLS, IPversion = ipv4, Up = true, useIPv6 = false, localIP = 2603:3005:17bd:8000:9297:f3ff:feab:37da,
I have fixed the problem with this patch, just change extension to diff or patch

NgnNetworkService_and_NgnSIPService.txt

With patch - Works normally.
org.doubango.ngn.services.impl.NgnSipService: SIP service using default connection ->id = 1, name = wlan0, transport = TLS, IPversion = ipv4, Up = true, useIPv6 = false, localIP = 10.1.20.204, localPort = 0, ProxyHost = sip.blhealthcare.com, ProxyPort = 5061

Please can someone review my patch and tell me if it's OK? I don't want to use my code if it might break something I have missed.

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