Re: [Sofia-sip-devel] [NEWBIE] Can't send an invite

2008-06-18 Thread Stefano Sabatini
On date Monday 2008-06-09 15:51:11 +0200, Stefano Sabatini wrote: > On date Friday 2008-06-06 14:50:26 +0200, Stefano Sabatini wrote: > > On date Friday 2008-06-06 13:38:57 +0200, Timo Bruhn wrote: > > [...] > > > Hi Stefano, > > > > > > maybe this helps you: > > > > > > nua_invite(handle

Re: [Sofia-sip-devel] [NEWBIE] Can't send an invite

2008-06-09 Thread Stefano Sabatini
On date Friday 2008-06-06 14:50:26 +0200, Stefano Sabatini wrote: > On date Friday 2008-06-06 13:38:57 +0200, Timo Bruhn wrote: > [...] > > Hi Stefano, > > > > maybe this helps you: > > > > nua_invite(handle, NUTAG_MEDIA_ENABLE(0), TAG_END()); > > > > As far as i know this deactivates t

Re: [Sofia-sip-devel] [NEWBIE] Can't send an invite

2008-06-06 Thread Stefano Sabatini
On date Friday 2008-06-06 13:38:57 +0200, Timo Bruhn wrote: [...] > Hi Stefano, > > maybe this helps you: > > nua_invite(handle, NUTAG_MEDIA_ENABLE(0), TAG_END()); > > As far as i know this deactivates the SDP offer/answer engine for the call, > which would wait for user sdp and won't

Re: [Sofia-sip-devel] [NEWBIE] Can't send an invite

2008-06-06 Thread Timo Bruhn
> -Ursprüngliche Nachricht- > Von: "Stefano Sabatini" <[EMAIL PROTECTED]> > Gesendet: 05.06.08 18:13:48 > An: sofia-sip-devel Mailing List > Betreff: [Sofia-sip-devel] [NEWBIE] Can't send an invite > Hi all, > > this is my first post he

[Sofia-sip-devel] [NEWBIE] Can't send an invite

2008-06-05 Thread Stefano Sabatini
Hi all, this is my first post here, I have a very newbie usage question and I don't know if this is the right place wether to ask, so please tell me if this is the case. I'm writing a little application in my sandbox to understand the basic mechanisms of sofia-sip, here it is the code: -