Re: [Sofia-sip-devel] sofia-sip changes (2009-01-10)

2009-01-12 Thread Della Betta Filippo
I know that work is in progress, but I noticed that is missing #include in file su_port.c (for su_casematch on line 144) and sip-dig.c on line 536 has a su_casematch instead of su_casenmatch -Original Message- From: Sofia-SIP Darcs Changes [mailto:sofia-...@openlaboratory.net.inva

Re: [Sofia-sip-devel] How to catch a REGISTER timeout condition?

2009-01-12 Thread Stefano Sabatini
On date Thursday 2009-01-08 17:37:21 +0200, Pekka Pessi phoned this: > 2009/1/8 Stefano Sabatini : > > I mean that when the REGISTER recipient doesn't reply, sofia-sip sends > > again and again the REGISTER. I would like to catch this condition say > > after N tries and when a certain timeout expir

Re: [Sofia-sip-devel] How to catch a REGISTER timeout condition?

2009-01-12 Thread Pekka Pessi
2009/1/12 Stefano Sabatini : > the attached sample catches the timeout event, which is sent > non-unexpectedly as a nua_r_register event with status 408 (the > application crashes with an assert when it is called nua_shutdown(), I > don't know exactly when it should be called). If you really want,

Re: [Sofia-sip-devel] sofia-sip changes (2009-01-10)

2009-01-12 Thread Pekka Pessi
2009/1/12 Della Betta Filippo : > I know that work is in progress, but I noticed that is missing > > #include > > in file su_port.c (for su_casematch on line 144) > > and > > sip-dig.c on line 536 has a su_casematch instead of su_casenmatch Thanks, fixed. -- Pekka.Pessi mail at nokia.com -

[Sofia-sip-devel] sofia-sip does modify the SDP

2009-01-12 Thread Bernhard Suttner
Hi @ all, My application does generate a SDP (the o= line ) like this: o=APPL 98971 2774 IN IP4 10.42.1.27 Then I use the "SOATAG_USER_SDP_STR" to set the SDP. Afterwards I see on the network a SDP (the o= line) like that: o=APPL 98971 2774 IN IP4 82.192.78.111 The 82.192.78.111 address is the

Re: [Sofia-sip-devel] Lower-case Replaces Header

2009-01-12 Thread Bernhard Suttner
Hi, thanks for your answer Pekka. Then I will just use my implementation. Best regards, Bernhard Suttner Am Dienstag, den 12.08.2008, 15:43 +0300 schrieb Pekka Pessi: > 2008/8/12 Bernhard Suttner : > > we are using the Replaces header in a REFER like: > > http://www.tech-invite.com/Ti-sip-servi

Re: [Sofia-sip-devel] sofia-sip does modify the SDP

2009-01-12 Thread Pekka Pessi
2009/1/12 Bernhard Suttner : > My application does generate a SDP (the o= line ) like this: > > o=APPL 98971 2774 IN IP4 10.42.1.27 > > Then I use the "SOATAG_USER_SDP_STR" to set the SDP. Afterwards I see on > the network a SDP (the o= line) like that: > > o=APPL 98971 2774 IN IP4 82.192.78.111 >

[Sofia-sip-devel] sofia-sip changes (2009-01-12)

2009-01-12 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Mon Jan 12 16:29:14 EET 2009 Pekka Pessi * sip-dig.c: using su_casenmatch() to match NAPTR service M ./utils/sip-dig.c -1 +1 Mon Jan 12 16:27:07 EET 2009 Pekka Pessi * su_port.c: added #i

Re: [Sofia-sip-devel] Forwarding SIP message in stateful NTA

2009-01-12 Thread Aleksander Morgado
>> I need to make SIP message forwarding in a stateful NTA, but not sure >> which is the correct way to do it. I receive the incoming transaction >> in the default leg, but how do I forward the SIP message to another >> user? Do I need to create an outgoing transaction with >> nta_outgoing_tcreate(