[Sofia-sip-devel] FW: [Freeswitch-trunk] [commit] r4213 -freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nua

2007-02-12 Thread Michael Jerris
Attached below is I believe a more complete version of the patch that kv just committed to darcs. There is a second piece to this problem. nua_server_request_is_pending is incorrectly not true after some 1xx responses. I believe the correct fix for this may be: Index: nua_session.c =

Re: [Sofia-sip-devel] proxy-test application

2007-02-12 Thread Pekka Pessi
On 2/11/07, adi yoresh <[EMAIL PROTECTED]> wrote: > I'm new to Sofia-SIP and I'm trying to figure out the flow within the stack. > > As I would like to build a SIP-Proxy on-top of the Sofia I used the > test_proxy sample as a starting point. > I have a few questions that I hope someone can answer:

[Sofia-sip-devel] ANN: sofia-sip 1.12.5 released!

2007-02-12 Thread Kai Vehmanen
Hello all, the first Sofia-SIP release for year 2007 is now finally out! Release notes follow: Release notes for Sofia-SIP version 1.12.5 (2007-02-12) === Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 spec

Re: [Sofia-sip-devel] uClibc Cross Compile glib.h Error

2007-02-12 Thread Kai Vehmanen
Hi, On Mon, 12 Feb 2007, Jerry Richards wrote: > I am trying to cross-compile sofia-sip for a MIPS architecture using the > uClibc compiler. When I try to build it, I get the following errors: you appear to have a broken glib installation. You can compile sofia-sip without glib, but in your ca

[Sofia-sip-devel] uClibc Cross Compile glib.h Error

2007-02-12 Thread Jerry Richards
Hello, I am trying to cross-compile sofia-sip for a MIPS architecture using the uClibc compiler. When I try to build it, I get the following errors: /vobs/psp_linux/tools/mipsel-linux-uclibc/bin/mipsel-uclibc-gcc -DHAVE_CONF IG_H -I. -I. -I../.. -I../../libsofia-sip-ua/su/sofia-sip -I../../libs

[Sofia-sip-devel] sofia-sip changes (2007-02-12)

2007-02-12 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Mon Feb 12 17:44:42 EET 2007 [EMAIL PROTECTED] * nua_session.c: auto-alert with 180 after PRACK, not with 183. The INVITE transaction looped with 183 response if auto-alert was turned on and

Re: [Sofia-sip-devel] Fix for su_pthread_port.c

2007-02-12 Thread Pekka Pessi
On 2/12/07, Maxim Zaikin <[EMAIL PROTECTED]> wrote: > hunk ./libsofia-sip-ua/su/su_pthread_port.c 425 > + > + pthread_cond_destroy(mom->cv); I'll push patch into darcs when 1.12.6 is opened. -- Pekka.Pessi mail at nokia.com --

[Sofia-sip-devel] Fix for su_pthread_port.c

2007-02-12 Thread Maxim Zaikin
Hi hunk ./libsofia-sip-ua/su/su_pthread_port.c 425 + + pthread_cond_destroy(mom->cv); Thanks - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technolog

Re: [Sofia-sip-devel] Assert failure

2007-02-12 Thread Kai Vehmanen
Hello, summarizing from #sofia-sip: On Fri, 9 Feb 2007, Michael Jerris wrote: > Traced this one through, it is hitting assert(ss->ss_state != > nua_callstate_calling); in nua_invite_server_report. This seems to make > no sense as how could something on the UAS side be in the calling state? Thi

[Sofia-sip-devel] Response with 2 Vias is not discarded

2007-02-12 Thread Fabio Margarido
Hi Pekka, thanks for the last fix for the merged requests issue (I haven't tested it yet though). Moving on, the next thing I've noticed is that Sofia sends an ACK to a 200 OK response that has 2 Via headers, when section 8.1.3.3 says it should discard that 200. It's recommended behavior though,

Re: [Sofia-sip-devel] sres_query_t corrupted

2007-02-12 Thread Pekka Pessi
On 2/9/07, Michael Jerris <[EMAIL PROTECTED]> wrote: > We have a report of a reproducible seg coming out of sres, from nta, > when trying to destroy a query. It would appear that the query pointer > is getting trashed somewhere (0x80 value). The code in nta.c looks > fairly safe as far as not doi

[Sofia-sip-devel] proxy-test application

2007-02-12 Thread adi yoresh
Hi, I'm new to Sofia-SIP and I'm trying to figure out the flow within the stack. As I would like to build a SIP-Proxy on-top of the Sofia I used the test_proxy sample as a starting point. I have a few questions that I hope someone can answer: 1. Where is the parsing takes place? I see that i