2010/6/30 Stefano Sabatini <ssabat...@reilabs.com>:
> Hi all, I'm running this simple code in Windows Vista:
> nta: master transport created
> tport(00F27958) to */*:*/sip
> tport(00F27958): calling tport_listen for udp
> tport(00F27958): new primary tport 00F28128
> tport(00F27958): bind(pf=2 udp/[192.168.0.1]): No such file or directory
> nta: bind(*:*;transport=*): No such file or directory
> nua: initializing SIP stack failed
....

> Can you suggest what the problem may be?

For some reason binding a socket to IP address 192.168.0.1 fails.
Where the address comes from? Does you Vista box try to share internet
connection?

If you can compile and run localinfo command, see what it prints?

You can also modify

NUTAG_URL("sip:stef...@*:*")

so it explicitly mentions the IP address, e.g.,

NUTAG_URL("sip:stef...@*:*;maddr=10.2.3.4")

-- 
Pekka.Pessi mail at nokia.com

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to