I've got a problem with PJSIP 2.6 library. I'm running JAVA demo application. I made there a simple change, I add nameserver:
StringVector nameServers = new StringVector();
nameServers.add("8.8.8.8");
ua_cfg.setNameserver(nameServers);
And this causes error. The application crashes onpjlib-util/src/pjlib-util/srv_resolver.c file, on line 797:s->addr[j].ip.v6 = srv2->addr[j].ipv6.sin6_addr;
Does anybody have any idea what the reason of problem may be?
wnasilowski
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org