Re: [Sofia-sip-devel] No buffer space available

2008-01-03 Thread Pekka Pessi
2007/12/18, Fabio Margarido [EMAIL PROTECTED]: I'm getting a bunch of these after a large number of calls in my application: tport_vsend(0x81276a8): No buffer space available with (s=9 UDP/10.40.0.9:5060)\par incoming_reply: tport_tsend: error (No buffer space available) while sending 183

Re: [Sofia-sip-devel] No buffer space available

2008-01-03 Thread Fabio Margarido
On Jan 3, 2008 10:21 AM, Pekka Pessi [EMAIL PROTECTED] wrote: The UDP socket has run out of buffer space. Manual page for sendmsg() says ENOBUFS The output queue for a network interface was full. This gener- ally indicates that the interface has stopped

Re: [Sofia-sip-devel] No buffer space available

2008-01-03 Thread Pekka Pessi
2008/1/3, Fabio Margarido [EMAIL PROTECTED]: On Jan 3, 2008 11:46 AM, Pekka Pessi [EMAIL PROTECTED] wrote: I have no idea. It seems to be that your problem is because the freelist is corrupted, and it should be possible to detect that with valgrind. Are you using NDEBUG? By default, the

Re: [Sofia-sip-devel] wengo, strange ack?

2008-01-03 Thread Pekka Pessi
2008/1/2, [EMAIL PROTECTED] [EMAIL PROTECTED]: back to the point, I'm having some problems when trying to answer a call through wengo. I get a strange ACK message when accepting the invite, and then a terminated message with an internal error before that. However, it's fine if I am the one

Re: [Sofia-sip-devel] DNS Error

2008-01-03 Thread Pekka Pessi
2008/1/2, Jerry Richards [EMAIL PROTECTED]: I'm getting the following DNS error. Is there something I need to enable to get DNS to work? The stack parses /etc/resolv.conf, and if there is no /etc/resolv.conf, or it does not contain any valid nameserver entries, sends DNS queries to localhost

Re: [Sofia-sip-devel] wengo, strange ack?

2008-01-03 Thread cjb
Thanks pekka. Looks like I will have to get in sofia's code. However, I don't now the very insides of SIP and sofia-sip, so I think it will take quite a long time. On the other side, if anyone is interested in this, this error is thrown with sofsip-cli too. thanks! Carlos Pekka Pessi