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

IPv6 #31

Open
szigetics opened this issue May 13, 2016 · 2 comments
Open

IPv6 #31

szigetics opened this issue May 13, 2016 · 2 comments

Comments

@szigetics
Copy link

Hello!

Now that Apple made it necessary to support IPv6 networks ( https://developer.apple.com/news/?id=05042016a ) , I am trying to run the project in NAT64 environment.

I am running into some issues...

I've already updated the config_site.h file to contain this line as well :
#define PJ_HAS_IPV6 1

  • I've modified the code to have IPv6 enabled :
    pjsua_acc_config accConfig; pjsua_acc_config_default(&accConfig); accConfig.ipv6_media_use = PJSUA_IPV6_ENABLED;

    But I can't connect via IPv6.

    Have you been able to connect via IPv6?

Thanks!

@kid304
Copy link

kid304 commented Jun 21, 2016

I have the same issue also

@meghaParmar
Copy link

Hello !
I am facing the same issue. Tried this same way also with pjsip 2.5.5 library. Please let me know if is there any solution found. It will be very very helpful to me.

Thanks.

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