[Sofia-sip-devel] Another assertion falied

2008-04-07 Thread Fabio Margarido
Hi there, I got this while randomly using my application today: nta.c:781: agent_timer: Assertion `!agent->sa_out.trying->q_head' failed. Any ideas on what might cause it? Thanks. - This SF.net email is sponsored by the 200

Re: [Sofia-sip-devel] Another assertion falied

2008-04-07 Thread Michael Jerris
What version of sofia-sip is this? Have you tried w/ current darcs? Mike On Apr 7, 2008, at 8:00 AM, Fabio Margarido wrote: > Hi there, > > I got this while randomly using my application today: > > nta.c:781: agent_timer: Assertion `!agent->sa_out.trying->q_head' > failed. > > Any ideas on wh

Re: [Sofia-sip-devel] Another assertion falied

2008-04-07 Thread Fabio Margarido
This is with 1.12.8. No, I haven't tried current darcs yet. Is there something different there? I don't think I can easily reproduce this, I hadn't seen it before in many months. Fabio On Mon, Apr 7, 2008 at 9:13 AM, Michael Jerris <[EMAIL PROTECTED]> wrote: > What version of sofia-sip is this?

[Sofia-sip-devel] Fwd: Another assertion falied

2008-04-07 Thread Pekka Pessi
Oop. -- Forwarded message -- From: Pekka Pessi <[EMAIL PROTECTED]> Date: 7.4.2008 19:28 Subject: Re: [Sofia-sip-devel] Another assertion falied To: Fabio Margarido <[EMAIL PROTECTED]> 2008/4/7, Fabio Margarido <[EMAIL PROTECTED]>: > This is with 1.12.8. > No, I haven't tried c

[Sofia-sip-devel] sofia-sip changes (2008-04-07)

2008-04-07 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Mon Apr 7 20:20:55 EEST 2008 [EMAIL PROTECTED] * nua_session.c: fixed call state reporting from failed INVITE If INVITE was returned a failure response, and session was being terminated (lik

[Sofia-sip-devel] Leg is destroyed after receiving 4xx response to refer

2008-04-07 Thread Traun Leyden
Hello, Sofia seems to be destroying the call leg after receiving a 404 response from a REFER sent with nua_refer(). Is this a bug? (sofia 1.12.7 / 1.12.8) Steps to reproduce: - setup call - send REFER to other side by calling nua_refer() - other side replies with 404 Not Found - later, other si

Re: [Sofia-sip-devel] Problem with saving an event

2008-04-07 Thread Jarkko Riekki
2008/4/3, Pekka Pessi <[EMAIL PROTECTED]>: > > 2008/3/28, Jarkko Riekki <[EMAIL PROTECTED]>: > > > I am struggling with a problem concerning saving an event for later > > response. In my scenario I am receiving an PUBLISH message to which I > don't > > want to respond until some other event occurs.