similar to: Jitter buffer question

Displaying 20 results from an estimated 7000 matches similar to: "Jitter buffer question"

2009 Dec 30
1
Force Jitter Buffer for SIP to SIP calls
We have a customer on a wireless connection that has very bad jitter. They can hear people fine, but people have a very hard time hearing them. They are connected via a SPA-2102. It is a SIP client going to a SIP trunk. Something like this in sip.conf [general] would be in effect for all SIP clients: jbenable = yes jbmaxsize = 150 jbresyncthreshold = 1000 jbimpl = fixed jblog = yes I only want
2015 Jan 29
2
JITTERBUFFER function
Hello! I am going to use the JITTERBUFFER function in a SIP (and local channels) only setup, but have some questions of how to use it: 1. Do I need to activate jbenable in sip.conf? Or is it enough to call the JITTERBUFFER function? 2. What is the preferred way to invoke this function? Say I have channel A which is not in need of buffering, while channel B do need it. If A
2015 Jan 29
1
JITTERBUFFER function
> > 1. Do I need to activate jbenable in sip.conf? Or is it enough to call > > the JITTERBUFFER function? > > You only need to use the JITTERBUFFER function. > > The jbenable option will enable a jitter buffer on every channel > created for that peer (or, if global, for every peer in the system). > Depending on the version of Asterisk, it will also place the
2015 Jan 30
2
JITTERBUFFER function
WTF is a jitterbuffer? Sent from my Verizon Wireless 4G LTE smartphone -------- Original message -------- From: Matthew Jordan <mjordan at digium.com> Date: 01/29/2015 10:41 AM (GMT-05:00) To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Subject: Re: [asterisk-users] JITTERBUFFER function On Thu, Jan 29, 2015 at 4:56 AM,
2008 Feb 08
1
(no subject)
Hi, I am trying to communicate H323 and SIP users. I have configured h323.conf, sip.conf and ooh323.conf. If I am using gatekeeper (gnugk) then I am able to call successfully to h323 users using SJphone. And same for SIP users also. But when I disabled gatekeeper and trying to call using gateway with sjphone then every time whatever number I dial the call goes to asterisk and some computerized
2010 Nov 30
10
TCP port, VPN and resolving the cutting voice problem
Hi All; Can I run the IAX on TCP port instead of UDP port? If I ran IAX in TCP port, and in case my network was having a lot of users doing browse on the internet and downloading, so in that case and if the IAX used TCP port, so the voice will be better than using UDP (because in TCP the lost packets will be resend while in TCP it will not which will cause the voice to be cutting)? Same thing
2015 Mar 18
1
4 Port PRI
4 Port PRI sangoma a104 From: jg [mailto:webaccounts173 at jgoettgens.de] Sent: Wednesday, March 18, 2015 2:09 PM To: Andrew Colin; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] 4 Port PRI I have a 4 port PRI card that I need to setup each port in their own group. In chan_dahdi.conf I have the following which works for one port How do I add the rest
2007 Dec 27
1
SIP Channel jitter buffer issue
Hi, I have a SIP client which is registered to asterisk. Asterisk is registered to a SIP trunk and also handles the media. Now since my client has some issues in its RTP Tx, which seems to have some amount of jitter (mean jitter as per ethereal trace is about 17ms, max jitter is 20 ms and max delta is 85 ms), to over come that I have enabled jitter buffer in the SIP channel by setting sip.conf
2008 Sep 05
1
dahdi & tdm400p: no luck
As best i could figure it out, I've installed dahdi and rc4. My TDM400P doesn't answer fxo or fxs. /etc/dahdi/system.conf: loadzone = us defaultzone=us fxoks=1,2 fxsks=4 /etc/asterisk/chan_dahdi.conf: [house-phones] context=internal ; Uses the [internal] context in extensions.conf signalling=fxo_ks ; fxo_ks Use FXO signalling for an FXS chanel dahdichan => 1 ;
2007 May 08
2
asterisk 1.2 and UDP packet numbering on bridged channels (for jitter buffering)?
http://www.asterisk.org/node/48317 does a nice job of explaining the 1.4 jitter buffer, however it raised a question in my mind. In 1.2 (and also 1.4), when asterisk bridges 2 SIP channels, are the UDP RTP packets renumbered on transmit, or is the original sequence number preserved in the UDP header? A comment is made on the referenced blog that jitter buffering is best implemented at the
2005 May 07
1
Setting the jitter buffer in AIX
Are these things possible? 1) Set the local Asterisk jitterbuffer size, but only for a particular connection. I'd like to force Asterisk to use a particularly large buffer in certain cases. Should I expect this to work? [general] jitterbuffer=no register => username:password@parcelfarce.domain.net ;parcelfarce register => username:password@iaxtel.com ;iaxtel [parcelfarce]
2005 May 16
4
IAX jitter
Hi there I have a question regarding IAX jitter. I have 3 users on a LAN dialing into a Meetme conference on an Asterisk box which is also hosted on the LAN. I have set jitterbuffer = no and tos = lowdelay. Now, for 2 of the users the audio is fine, but for the 3rd user there is intermittent break up in the audio when they are receiving. I have had a look at "iax2 show channels" and
2015 Mar 18
2
4 Port PRI
Hi Guys I have a 4 port PRI card that I need to setup each port in their own group. In chan_dahdi.conf I have the following which works for one port How do I add the rest of the ports in their own groups so that I can have different signaling on each? [channels] language=en switchtype=euroisdn pridialplan=unknown resetinterval=600 echocancel=yes echotraining=yes
2006 May 03
2
New jitter.c, bug in speex_jitter_get?
> Perhaps, but then you need to assume that the jitterbuffer can just > throw away the data, and that limits how you can use it. In object- > oriented terms, you might want to pass objects to the JB, and then > call a destructor on them. In C terms, you may want to allocate > frames via malloc(), and then call free() on them later. You might > want to pass in
2006 Mar 09
1
Jitter buffer for SIP channels (OT?)
This might be a better question for the dev list, but I don't think they want to be bothered by my silly questions. Does anyone know when we can expect to see a jitter buffer for SIP channels? I know they've been working on a generic jitter buffer since around last summer, just wondering if there's been any progress.
2004 Nov 15
2
Jitter buffer
Jean-Marc Valin wrote: >>I believe it is adaptive, but no, I haven't used it, because it's >>coupled only to the speex codec. We're working on a generic >>application and codec-independent jitter buffer algorithm, for use in >>asterisk and iaxclient (at least). Some information is available at
2005 Feb 12
2
Intermediary jitter buffering
Hello, I understand that only the destination of a call should do jitter buffering. So, if IAX2/PhoneA calls IAX2/PhoneB through my server (no transfers), PhoneA and PhoneB need to perform their own jitter buffering, and Asterisk will just forward the frames, correct? What happens if the peer does not support jitter buffering, but is close by so there's no need for jitter buffering? My
2006 May 03
2
New jitter.c, bug in speex_jitter_get?
> We just return a frame with the return value JB_DROP, which tells the > caller to drop this frame, and call jb_get again. > > When the caller is done with the jitterbuffer, it calls jb_getall() > repeatedly, until it's empty, and then it can discard all the frames. Hmm, looks a bit error-prone to me. Especially considering I still have to explain that "no, you
2006 May 03
2
New jitter.c, bug in speex_jitter_get?
> Yes. Jean-Marc has made the API more similar. > > Jean-Marc: Have you looked at the API we have for the > asterisk/iaxclient jitterbuffer? Just did. > It's pretty close to what you have now -- the major difference is that > your jb still assumes it can "own" the data passed in -- it copies it, > and it destroys it at will. With the API I put together,
2007 Apr 13
1
PAP2T-NA Jitter Buffer
Hi Folks, I know the PAP2T-NA has a jitterbuffer.... however, it seems to be adaptive, which is fine for most situations... however, is there some way I can either: A) Specify how long it waits before it starts to shrink? B) Specifiy a fixed sized jitterbuffer? -------------- next part -------------- An HTML attachment was scrubbed... URL: