You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: