Hello, I just started using Sofia and I can't get dns resolutiomn to work under windows. Turning debug on I see that sresolv keeps trying to query my localhost for dns answers. A quick glance at the code , shows a possible culprit, as sres_parse_resolv_conf adds 127.0.0.1 to the list of name servers if /etc/resolv.conf is empty. I can't see this working under windows, since there is no /etc/resolv.conf ? Am I missing something?
regards Dimitri debug printings: nua(00368E08): adding register usage nta: selecting scheme sip sres_cached_answers(res, 35, "uno.e3c.com.br.") called nta: for "uno.e3c.com.br" query "uno.e3c.com.br" NAPTR sres_query_make() called sres_send_dns_query(00366998, 0036AEE8) called sres_send_dns_query(00366998, 0036AEE8) id=9807 35? uno.e3c.com.br (to [127.0.0.1]:53) sres_resolver_receive(00366998, 1716) called sres_receive_packet: Connection reset by peer sres_resend_dns_query(00366998, 0036AEE8, 1) called sres_send_dns_query(00366998, 0036AEE8) called sres_send_dns_query(00366998, 0036AEE8) id=9807 35? uno.e3c.com.br (to [127.0.0.1]:53) sres_resolver_receive(00366998, 1716) called sres_receive_packet: Connection reset by peer sres_resend_dns_query(00366998, 0036AEE8, 1) called sres_send_dns_query(00366998, 0036AEE8) called sres_send_dns_query(00366998, 0036AEE8) id=9807 35? uno.e3c.com.br (to [127.0.0.1]:53) sres_resolver_receive(00366998, 1716) called sres_receive_packet: Connection reset by peer ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
