Re: [Sofia-sip-devel] How to free a sdp_session_t struct

2008-09-01 Thread Stefano Sabatini
On Fri, Aug 29, 2008 at 5:27 PM, [EMAIL PROTECTED] wrote: Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Stefano Sabatini Sent: Friday, August 29, 2008 6:24 PM To: sofia-sip-devel@lists.sourceforge.net Subject: [Sofia-sip-devel] How to free a

Re: [Sofia-sip-devel] How to free a sdp_session_t struct

2008-09-01 Thread Stefano Sabatini
On Mon, Sep 1, 2008 at 9:24 AM, Stefano Sabatini [EMAIL PROTECTED] wrote: On Fri, Aug 29, 2008 at 5:27 PM, [EMAIL PROTECTED] wrote: Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Stefano Sabatini Sent: Friday, August 29, 2008 6:24 PM To:

[Sofia-sip-devel] Stop the nua stack

2008-09-01 Thread RĂ©mi BUISSON
Hi everyone, I didn't success in stopping the nua stack. Here is my client code : #include stdio.h #include stdlib.h #include string.h #include libxml/parser.h #include sofia-sip/nua.h #include constants.h #include macros.h #include xml_parser.h /***/ /* Variables

Re: [Sofia-sip-devel] How to free a sdp_session_t struct

2008-09-01 Thread Stefano Sabatini
On 9/1/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Stefano Sabatini Sent: Monday, September 01, 2008 3:44 PM To: sofia-sip-devel@lists.sourceforge.net Subject: Re: [Sofia-sip-devel] How to free a

[Sofia-sip-devel] tcp transportation using only one connection

2008-09-01 Thread Florian Limberger
Hi! When using UDP for transportation the sofia-sip stack uses the same socket (same src port) for all outgoing logical connections. This is not the case with tcp. If I want to do a REGISTER with my proxy/registrar, the sip stack creates a new tcp connection (with some arbitrary src port) but

[Sofia-sip-devel] Simple NTA processing...

2008-09-01 Thread Stuart Whelan
Hi Folks, I need to implement a sip registar and presence server into an existing application... My first step down this road was to attempt to build as simple a registar server as possible in order to aid understand sofia-sip and sip in general. I have come up with the following code, which