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