[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 Michael Jerris
Are you trying to use the same nh to do both invites? Mike On 11/14/07, Liang <[EMAIL PROTECTED]> wrote: > > 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 automat

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 t

[Sofia-sip-devel] [ sofia-sip-Bugs-1816647 ] Outbound contact does not make it to dialogs

2007-11-14 Thread SourceForge.net
Bugs item #1816647, was opened at 2007-10-19 19:02 Message generated for change (Comment added) made by mzabaluev You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=756076&aid=1816647&group_id=143636 Please note that this message will contain a full copy of the comment

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 in

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) Ma

[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" doc