In data Wednesday 2010-07-07 17:51:00 +0300, Pekka Pessi ha scritto:
> 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")

Hi Pekka, yes that looked like a configuration issue, we fixed the
problem by hardcoding the address of the interface to be used, using
something like this:

NUTAG_URL("sip:X.Y.Z.W:*");

and *disabling* all the other interfaces. Sorry that I have no time to
investigate more on this...

Thanks, regards.

------------------------------------------------------------------------------
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