linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Latest oRTP


From: Simon Morlat
Subject: Re: [Linphone-developers] Latest oRTP
Date: Thu, 22 Jan 2009 22:07:59 +0100
User-agent: KMail/1.9.9

Le Thursday 22 January 2009 15:19:11 Vadim Lebedev, vous avez écrit :

> Hello Simon,

>

> I wonder what is the reason of

>

> :http://svn.savannah.gnu.org/viewvc?view=rev&root=linphone&revision=206

I have no idea, lets ask to the people who made this change:

Aymeric can you please explain ?

>

> And another (possibli silly question):

>

> I'm puzzled that i'm unable to find where rtpsession->snd_seq is

> incremented for NON dtmf packets.

Just a few lines later:

if (session->snd.telephone_events_pt==rtp->paytype)

{

rtp->seq_number = session->rtp.snd_seq;

session->rtp.snd_seq++;

}

else

session->rtp.snd_seq=rtp->seq_number+1;

(++ is not used, but the seq number of the just sended packet is taken in reference instead.)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]