Re: [Sofia-sip-devel] Question regarding sip call termination

2006-11-15 Thread Pekka Pessi
On 11/16/06, Chung Pak Lai <[EMAIL PROTECTED]> wrote: > So I would expect it sends a RE-INVITE/UPDATE after 1 second; however, > after 1 second, the event callback got an nua_r_invite with status 900 > and "Internal NUA error" followed by nua_i_state. Could you see if there > is anything I am not d

Re: [Sofia-sip-devel] Question regarding sip call termination

2006-11-15 Thread Chung Pak Lai
I have looked at the rfc 4028 which is saying that only one side of the UA required to make the session timer works, is that true? And also I was trying to start using sofia-sip's session timer to determine if the sip call didn't send the bye message to terminate the call. Right now I am using Sofi

[Sofia-sip-devel] sofia-sip changes (2006-11-15)

2006-11-15 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Wed Nov 15 19:18:17 EET 2006 [EMAIL PROTECTED] * soa: updated documentation. M ./libsofia-sip-ua/soa/soa.c -1 +42 M ./libsofia-sip-ua/soa/soa.docs +112 Wed Nov 15 19:17:20 EET 2006 [EMAIL PROTECTED

Re: [Sofia-sip-devel] Question regarding sip call termination

2006-11-15 Thread Pekka Pessi
On 11/14/06, Chung Pak Lai <[EMAIL PROTECTED]> wrote: > I got a question regarding to the sip call termination in sofia-sip. As I am > using sofia-sip with TCP connection, if the sip call's connection is broken > in the middle of the call without sending bye message, will sofia-sip detect > the con

Re: [Sofia-sip-devel] build warning in su_alloch.h

2006-11-15 Thread Pekka Pessi
On 11/15/06, Michael Jerris <[EMAIL PROTECTED]> wrote: > Additionally, we should probably use something like : Thanks for the patch. That is what you get for copy and paste coding while sleeping. > #ifdef __GNUC__ > > #define SOFIA_GCC_VERSION (__GNUC__ * 1 \ > +