[Sofia-sip-devel] simultaneous call

2007-11-14 Thread Liang
hi, I've found a strange behavior which happend when i sent out two call simultaneously to two different person at the same time, and the first call will be cancelled automaticlly (18x respond has been received then), but the second call will act as usual, what's wrong? 2007-11-14

Re: [Sofia-sip-devel] simultaneous call

2007-11-14 Thread Liang
hi, No, of course not. I called nua_handle() to create two different nua_handle. (I do set breakpoint and check that value) I'll describe the scenario more clearly: I called nua_handle() to create a nua_handle, then i called nua_invite() to send out a call using this handle, and i got 100

Re: [Sofia-sip-devel] Forked calls

2007-11-14 Thread mikhail.zabaluev
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Fabio Margarido Sent: Tuesday, November 13, 2007 3:35 PM To: sofia-sip-devel@lists.sourceforge.net Subject: [Sofia-sip-devel] Forked calls is there anything I have to do to tell nua to inform me

Re: [Sofia-sip-devel] Forked calls

2007-11-14 Thread Fabio Margarido
On Nov 14, 2007 1:32 PM, [EMAIL PROTECTED] wrote: Welcome to the club :) This was discussed just days ago: Oh, I'm sorry... :) I hadn't read that whole thread. Looking forward for more info on that subject then. Thanks. Fabio

[Sofia-sip-devel] Segmentation Violation in sub_alloc()

2007-11-14 Thread Jerry Richards
Hello All, Does anyone know of a Segmentation Violation bug in sub_alloc() (version )? I'm not yet sure if this is caused by my application or not. The scenario is summarized as follows: 1) Create/Register/Subscribe a line (e.g. 1028) (nua_create/nua_register/nua_subscribe) 2)

[Sofia-sip-devel] 183 early media

2007-11-14 Thread Liang
hi, all I got a problem when i'm processing early media scenario. I can't got remote sdp when i received the final respond (200 OK) and i can only got it from 183 respond through SOATAG_REMOTE_SDP_STR_REF() tag. In Sofia SIP User Agent Library - soa - SDP Offer/Answer Engine Module