Re: [Sofia-sip-devel] [NEWBIE] How to negotiate the response SDP to an INVITE

2008-08-08 Thread Pekka Pessi
In order to select only a single codec, you can use SOATAG_RTP_SELECT(SOA_RTP_SELECT_SINGLE) with re-INVITE or UPDATE request. --Pekka 2008/8/7 Stefano Sabatini <[EMAIL PROTECTED]>: > On Wed, Aug 6, 2008 at 8:15 PM, Pekka Pessi <[EMAIL PROTECTED]> wrote: >> 2008/8/6 Stefano Sabatini <[EMAIL PROTE

Re: [Sofia-sip-devel] [NEWBIE] How to negotiate the response SDP to an INVITE

2008-08-07 Thread Stefano Sabatini
On Wed, Aug 6, 2008 at 8:15 PM, Pekka Pessi <[EMAIL PROTECTED]> wrote: > 2008/8/6 Stefano Sabatini <[EMAIL PROTECTED]>: >> In other words I would like to override the default behaviour, which >> consists in sending immediately the ACK for the remote SDP offer, >> when I would like to keep continuin

Re: [Sofia-sip-devel] [NEWBIE] How to negotiate the response SDP to an INVITE

2008-08-06 Thread Pekka Pessi
2008/8/6 Stefano Sabatini <[EMAIL PROTECTED]>: > In other words I would like to override the default behaviour, which > consists in sending immediately the ACK for the remote SDP offer, > when I would like to keep continuing with the S/O negotiation. > > Can you give me some indication regarding ho

[Sofia-sip-devel] [NEWBIE] How to negotiate the response SDP to an INVITE

2008-08-06 Thread Stefano Sabatini
Hi all, I'm sending an invite with this function: ---8< void si_invite(si_t *si, const char* destination) { si_oper_t* op = si_oper_create(si, SIP_METHOD_INVITE, destination, TAG_END()); if (!op) { printf("%s: failed to