[Sofia-sip-devel] Presence server tutorial question

2008-09-03 Thread Stuart Whelan
Hi folks, Quick question, how do I get the NUA to pass registrar type calls to the application rather than rejecting them? I had a look through the tags, but can only find a tag to set the url of the remote registrar. Any hints? --

Re: [Sofia-sip-devel] Sofia-sip "uac" Not Refreshing Session

2008-09-03 Thread Jerry Richards
Hello All, Okay, I did not hear any response to this issue, so I'll go ahead and implement a refresh timer in my NUA application in the case that the server indicates "refresher=uac" in the Session-Expires header (see below). Best Regards, Jerry -Original Message- From: Jerry Richards [

[Sofia-sip-devel] sofia-sip changes (2008-09-03)

2008-09-03 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Wed Sep 3 21:21:06 EEST 2008 Pekka Pessi <[EMAIL PROTECTED]> * nua: using nua_client_set_terminating() M ./libsofia-sip-ua/nua/nua_dialog.h -2 +2 M ./libsofia-sip-ua/nua/nua_notifier.c -2

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

2008-09-03 Thread Pekka Pessi
2008/9/1 Stefano Sabatini <[EMAIL PROTECTED]>: >>>I see there is an sdp_session_dup() function, and there are >>>sdp_printer_free() and sdp_parser_free(), so I was expecting some >>>method such as sdp_session_free(). >>>Missing that, then I wonder if its absence means something, for >>>example tha

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

2008-09-03 Thread mikhail.zabaluev
Hi, >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On >Behalf Of ext Stuart Whelan >Sent: Wednesday, September 03, 2008 1:09 AM >To: sofia-sip-devel@lists.sourceforge.net >Subject: Re: [Sofia-sip-devel] Simple NTA processing... > >Solved the problem... > >I shoul