Re: [Sofia-sip-devel] How to delay sending SDP on ACK instead of on INVITE

2007-10-17 Thread Pekka Pessi
2007/10/16, Lu, Qichi <[EMAIL PROTECTED]>: > I need to originate calls to two agents and bridge them later on. When I > tried to use nua_invite() without SDP I got seg fault. How did you try to do that? Which Sofia SIP version did you use? > Anyone knows how to achieve this? Disable soa at call

Re: [Sofia-sip-devel] About sample code of Sofia-SIP

2007-10-17 Thread Pekka Pessi
2007/10/15, Tan Miaoqing <[EMAIL PROTECTED]>: > However, I did not find this sample code in directory nua. Thus, can anybody > tell me where I can find this nua_cli.c? The sofsip_cli package mentioned by Marcus has replaced the nua_cli.c. The reference to the latter is a leftover from past. -- P

[Sofia-sip-devel] ANNOUNCE: Sofia SIP 1.12.7 released

2007-10-17 Thread Pekka Pessi
Hello all, The Sofia SIP 1.12.7 is now out. The source tar is available from sourceforge.net, the CVS on sourceforge.net has been updated, and the changes are also available from our darcs repo at . The release notes are pasted below. --Pekka =

Re: [Sofia-sip-devel] 1.12.4 Bug In nua_r_notifier Event?

2007-10-17 Thread Pekka Pessi
2007/10/2, Jerry Richards <[EMAIL PROTECTED]>: > Is this a bug in 1.12.4? It has a jacket and tie, so it looks like a feature.. > I'm calling nua_notifier() for a dialog subscription and sofia-sip > immediately returns with an "nua_r_notifier 200 OK" event (and NULL sip > message pointer), which

Re: [Sofia-sip-devel] How to delay sending SDP on ACK instead of on INVITE

2007-10-17 Thread Lu, Qichi
Thanks! I was using SOA all along. Setting NUTAG_MEDIA_ENABLE(0) and using SIP PAYLOAD for SDP info works. -Original Message- From: Pekka Pessi [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 5:56 AM To: Lu, Qichi Cc: sofia-sip-devel@lists.sourceforge.net Subject: Re: [Sofi

Re: [Sofia-sip-devel] How to delay sending SDP on ACK instead of onINVITE

2007-10-17 Thread mikhail.zabaluev
Hi, >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On >Behalf Of ext Lu, Qichi >Sent: Wednesday, October 17, 2007 5:19 PM >To: Pekka Pessi >Cc: sofia-sip-devel@lists.sourceforge.net >Subject: Re: [Sofia-sip-devel] How to delay sending SDP on ACK >instead of onIN

Re: [Sofia-sip-devel] 1.12.4 Bug In nua_r_notifier Event?

2007-10-17 Thread Jerry Richards
Hmmm, I would call this a well-dressed bug. My application shares call resources with a state agent server. As such, it must send a NOTIFY message to reserve the call resource and wait for the 200 OK confirmation, prior to sending out an INVITE message. With the current sofia-sip implementation,

Re: [Sofia-sip-devel] 1.12.4 Bug In nua_r_notifier Event?

2007-10-17 Thread Pekka Pessi
2007/10/17, Jerry Richards <[EMAIL PROTECTED]>: > With the current sofia-sip implementation, I will need to create a timer and > always wait some fixed period of time for an error response before I can > send the INVITE. The problem with this is that any chosen time period can > be prone to error

[Sofia-sip-devel] Payload in error responses sent automatically by Sofia

2007-10-17 Thread Fabio Margarido
Hi there, is there a way I can tell Sofia to include a payload in the error responses sent automatically by the nua stack? Any help is much appreciated, I really need something like this. Thanks. - This SF.net email is sponso

Re: [Sofia-sip-devel] 1.12.4 Bug In nua_r_notifier Event?

2007-10-17 Thread Jerry Richards
By the way, what I see in version 1.12.4: If a response to a NOTIFY message (i.e. nua_notifier) is "500 Glare Encountered", the sofia-sip stack is not reporting the error to my application. Best Regards, Jerry -Original Message- From: Pekka Pessi [mailto:[EMAIL PROTECTED] Sent: Wednesday

[Sofia-sip-devel] sofia-sip changes (2007-10-17)

2007-10-17 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Wed Oct 17 18:01:12 EEST 2007 Pekka Pessi <[EMAIL PROTECTED]> * libsofia-sip-ua/su/Makefile.am: fixed problem with automake 1.9 M ./libsofia-sip-ua/su/Makefile.am -2 +5 Wed Oct 17 15:43:15 EES