Displaying 6 results from an estimated 6 matches for "draft02".
Did you mean:
draft
2006 Nov 21
2
Re: One bug in the SVN and rtp wrapper issue
In a word, I don't what's the standard of speex payload format.
The file doc/rtp.txt is for what? Is it not for rtp payload?
I find that rtp.txt is more detail that draft02.txt
Which rtp docment should be followed?
Anyone else has written the RTP wrapper already?
Lianghu
On 11/22/06, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote:
>
> > 1) First, I think there is a bug in libspeex/lsp.c line 512.
> >
> > /* hard limit ak's t...
2006 Nov 21
2
Re: One bug in the SVN and rtp wrapper issue
...-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote:
>
>
>
> lianghu xu wrote:
> > In a word, I don't what's the standard of speex payload format.
> > The file doc/rtp.txt is for what? Is it not for rtp payload?
> > I find that rtp.txt is more detail that draft02.txt
> >
> > Which rtp docment should be followed?
> > Anyone else has written the RTP wrapper already?
>
> Oh, I see. doc/rtp.txt was a very, very early draft. See the manual for
> a newer one.
>
> Jean-Marc
>
> > Lianghu
> >
> > On 11/2...
2004 May 28
0
Problem with digits blending on inbound puls ed digits?
...hey are CO generated DID pulses and hence tuned
for as fast a signalling rate as possible.
For the interested (or bored) far too much information about digit
signalling can be gleaned from:
http://ftp.tiaonline.org/tr-41/tr4138/Public/2004-02-Vancouver/TR41.3.8-04-0
2-002-L-(word)PN-3-4350.230RV3-Draft02-NetworkSignaling%20,DMcKinnon,AST.doc
-----Original Message-----
From: Kris Boutilier [mailto:Kris.Boutilier@scrd.bc.ca]
Sent: May 28, 2004 2:50 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Problem with digits blending on inbound pulsed
digits?
I have a situation where I am r...
2006 Nov 21
0
Re: One bug in the SVN and rtp wrapper issue
lianghu xu wrote:
> In a word, I don't what's the standard of speex payload format.
> The file doc/rtp.txt is for what? Is it not for rtp payload?
> I find that rtp.txt is more detail that draft02.txt
>
> Which rtp docment should be followed?
> Anyone else has written the RTP wrapper already?
Oh, I see. doc/rtp.txt was a very, very early draft. See the manual for
a newer one.
Jean-Marc
> Lianghu
>
> On 11/22/06, *Jean-Marc Valin* <jean-marc.valin@usherbrooke.ca
>...
2006 Nov 21
0
Re: One bug in the SVN and rtp wrapper issue
...rc.valin@usherbrooke.ca>> wrote:
>
>
>
> lianghu xu wrote:
> > In a word, I don't what's the standard of speex payload format.
> > The file doc/rtp.txt is for what? Is it not for rtp payload?
> > I find that rtp.txt is more detail that draft02.txt
> >
> > Which rtp docment should be followed?
> > Anyone else has written the RTP wrapper already?
>
> Oh, I see. doc/rtp.txt was a very, very early draft. See the manual for
> a newer one.
>
> Jean-Marc
>
> > Lian...
2006 Nov 21
2
One bug in the SVN and rtp wrapper issue
Hi Jean-Marc and All,
Two things need your confirmation/suggestion.
1) First, I think there is a bug in libspeex/lsp.c line 512.
/* hard limit ak's to +/- 32767 */
if (a < -32767) a =32767; // This line should be changed to if (a <
-32767) a = -32767;
if (a > 32767) a = 32767;
ak[j-1] = (short)a;
2) About the RTP wrapper for VoIP
I'd like to use the