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

On 1/8/07, Fabio Margarido <[EMAIL PROTECTED]> wrote:
> is there any way to tell the Sofia library (when I create a root_t or
nua_t
> instance, for example) that I don't want to use the DNS resolver
feature?
> That is, when I try to send an invite the invite will be sent regardless
of
> knowledge about the destination availability...

I think I did not fully grasp your meaning.


Sorry for not making myself clearer... Let me give an example of what I am
seeing here: when I try to send an invite to IP 10.0.64.100 I get this (and
a lot more output, both NUA_DEBUG and SOFIA_DEBUG are set to 9):

nta: selecting scheme sip
tport(0x804d6e0): EXPENSIVE unresolved */10.0.64.100:5060
tport_tsend(0x804d6e0) tpn = */10.0.64.100:5060
tport_resolve addrinfo = 10.0.64.100:5060
tport_by_addrinfo(0x804d6e0): not found by name */10.0.64.100:5060
tport_vsend(0x804d6e0): Invalid argument with (s=9 */10.0.64.100:5060)
tport_vsend returned -1
nta: INVITE (2): Invalid argument (22) with */[10.0.64.100]:5060

The machine with IP 10.0.64.100 is not listening on port 5060, so I'm
guessing this is what the message is complaining about. But I don't want to
care about that, I want the invite to be sent anyway...
Sorry if there is something else I'm missing here and that error has nothing
to do with the port on the remote machine...
Monitoring the network reveals nothing is being sent and then I get a trace
for a 503 response, which I'm guessing the stack fakes so that the states
are updated correctly...
Thank you for your help
-------------------------------------------------------------------------
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