gossip
gossip copied to clipboard
IPv6
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!
I have the same issue also
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.