On 1/22/07, Pekka Pessi <[EMAIL PROTECTED]> wrote:

It looks like the stack binds only to 127.0.0.1, which is probably
because you give nua_create() parameter like
NUTAG_URL("sip:127.0.0.1"). Please use something like
NUTAG_URL("sip:0.0.0.0") and let Sofia SIP stack to pick up the
suitable address.


Yes, changing the bind address to 0.0.0.0 solved the issue (I had copied the
code with 127.0.0.1 from the tutorial in the wiki) and now the invite is
sent as expected.
But now it looks like  we've come back to my original doubt about Sofia: the
invite is sent to a machine that is not listening on port 5060, and so my
application receives an ICMP port unreachable response, and stops the call
at this point. Isn't there a way for me to tell Sofia not to care about the
remote side state and keep retransmiting the request despite the ICMP
responses (I guess it's not the best behaviour as it wastes bandwidth, but
maybe the application I'm going to write has to do it like that)?
Thank you very much for your help so far.

Fabio Margarido

--
Pekka.Pessi mail at nokia.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to