[Sofia-sip-devel] Version counter in sdp negotiation

2008-08-05 Thread Timo Bruhn
Hello, I have some trouble with sdp negotiation after received re-invites. In my application (running with sofia 1.12.8) I start a call to an ISP. The call to nua_invite() contains SOATAG_USER_SDP_STR and NUTAG_AUTOANSWER(0) to handle re-invites in my application later. The call is established cor

Re: [Sofia-sip-devel] [NEWBIE] How to print a SIP message

2008-08-05 Thread Stefano Sabatini
On Mon, Aug 4, 2008 at 8:07 PM, Pekka Pessi <[EMAIL PROTECTED]> wrote: > 2008/7/30 Stefano Sabatini <[EMAIL PROTECTED]>: >> On 7/30/08, Stefano Sabatini <[EMAIL PROTECTED]> wrote: >>> On Wed, Jul 30, 2008 at 10:31 AM, Stefano Sabatini >>> <[EMAIL PROTECTED]> wrote: Hi all, can you say if

[Sofia-sip-devel] Memory leak in timeouts?

2008-08-05 Thread Fabio Margarido
Hi there Pekka, back in April, I got this response to a question about an assertion regarding nta timers: > The code calculating the timeouts has flawed logic, the problem shows > up if the system clock is adjusted or the load is too high. I'd like to know if this issue has already been resolved

Re: [Sofia-sip-devel] Memory leak in timeouts?

2008-08-05 Thread Colin Whittaker
I think the memory leaks are still there if the Time of Day gets updated too far. It looks like su_monotime() was added, but the timers are not using it. I'm testing a fix that changes su_time() and forces it to be monotonic much like the way the kernel does monotonic time. The time of day wi