search for: jittershrinkr

Displaying 13 results from an estimated 13 matches for "jittershrinkr".

2007 Apr 16
0
"jittershrinkrate" equivalent in current (new) iax jb implementation
...x connections with jitter spikes and another with minimal jitter? for my jittery connections, I don't like to shrink jitter buffer too fast, because another jitter spike can occur again and small jb can't cover it. as I read, in older iax jb implementation, this can be solved using "jittershrinkrate=" option, why it was currently removed? :-\ PJ
2006 Oct 24
2
IAX2 goes "one way audio" when lag gets bad
...; Port to bind to (IAX is 4569) bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine) disallow=all allow=ulaw notransfer=yes trunk=no (I have also tried trunk=yes and nothing for trunk=) jitterbuffer=yes forcejitterbuffer=yes mailboxdetail=yes dropcount=3 minexcessbuffer=80 jittershrinkrate=1 I have tried with jitterbuffer=no, and then rather then one-way-audio I get high packet loss until the connection settles back down. Any ideas on other things I can try?
2005 Sep 08
10
voice over atlantic
...ULAW, but realizing it may not be the best choice. Sometimes I can hear broken audio. Maybe speex is better choice? - Jitter buffer, yes/no? What are the suggested values. Currently I'm using these values: jitterbuffer=yes dropcount=10 maxjitterbuffer=500 maxexcessbuffer=300 minexcessbuffer=20 jittershrinkrate=2 - Trunking? Is it reliable enough? Thanks for any hints. -- David
2006 Oct 16
3
Why is this happening?
...IAX config file I have: [general] bindport = 4569 ; Port to bind to (IAX is 4569) bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine) delayreject=yes disallow=all allow=ulaw allow=gsm jitterbuffer=yes forcejitterbuffer=yes mailboxdetail=yes dropcount=3 minexcessbuffer=80 jittershrinkrate=1 notransfer=yes allanrobertson- 209.23.224.97 (D) 255.255.255.255 1207 OK (33 ms) Why is it running on port 1207?
2008 Jan 28
2
IAX Calls - One Way Audio
...2.3.1.0. I have posted the contents of the iax.conf file below (which is identical on both servers). If there is any further information I can provide, please let me know and I can get this information. [general] disallow=all allow=g729 mailboxdetail=yes jitterbuffer=no ;maxjitterbuffer=500 ;jittershrinkrate=1 bandwidth=low tos=lowdelay trunk=yes notransfer=yes #include iax_general_custom.conf #include iax_registrations_custom.conf #include iax_registrations.conf #include iax_custom.conf #include iax_additional.conf Any suggestions are very welcome. Regards, Daniel -------------- next part ---...
2006 May 22
1
SIP to IAX - forcing codec pass thru
...t] context=sip-inbound type=peer host=sip-router-1.gradwell.net [sip-router-2.gradwell.net] context=sip-inbound type=peer host=sip-router-2.gradwell.net --- iax.conf... [general] bandwidth=high disallow=lpc10 jitterbuffer=yes dropcount=2 maxjitterbuffer=500 maxexcessbuffer=80 minexcessbuffer=10 jittershrinkrate=1 tos=lowdelay --- when a call comes in, we dial something like this, in our dial plan: -- Executing Goto("SIP/213.166.5.134-118f5310", "sip-users|7770002|1") in new stack -- Goto (sip-users,7770002,1) -- Executing Dial("SIP/213.166.5.134-118f5310&quo...
2004 Sep 10
3
call quality monitoring
...notransfer=yes > iaxcompat=no > > bandwidth=low > > disallow=all > allow=ilbc > > jitterbuffer=yes > dropcount=3 > maxjitterbuffer=500 > maxexcessbuffer=150 > minexcessbuffer=40 > jittershrinkrate=1 Of course, perhaps the jitter buffer isn't to blame, but given that one side of the call sounds perfect, I can't think of anything else obvious that would cause this. Is there any way to extract from asterisk some idea of why it thinks the calls sound bad? For example, when the jit...
2007 Apr 20
6
How can I improve call quality?
...holds with others has a bad quality. He also says that its not just him. My iax.conf file has: disallow=all allow=ulaw allow=alaw bandwidth=high jitterbuffer=yes dropcount=2 maxjitterbuffer=1000 maxjitterinterps=10 resyncthreshold=1000 maxexcessbuffer=80 minexcessbuffer=10 jittershrinkrate=1 tos=lowdelay autokill=yes He complains of broken audio, muffled audio, and says compared to Skype its very poor, particularly during conference calls (zaptel meetme). Most of these would be SIP based within our server though, rather than IAX/PSTN based (X-lite/SJphone). Obviously I can'...
2005 Jan 17
1
here's my IAX callthrough app and some questions about problems I have.
...-------------------------------------------------- ; iax.conf [general] ${INCOMING-USR}=SECRET-USERNAME ${INCOMING-PWD}=SECRET-PWD ${LIVEVOIP-SVR}=217.160.244.186 bandwidth=high disallow=lpc10 jitterbuffer=yes dropcount=2 maxjitterbuffer=500 maxexcessbuffer=80 minexcessbuffer=10 jittershrinkrate=1 register => ${INCOMING-USR}:${INCOMING-PWD}@${INCOMING-SVR} tos=lowdelay [incoming] ; this is the incoming IAX provider type=user secret=ITS-SECRET deny=0.0.0.0/0.0.0.0 permit=217.160.244.186/255.255.255.0 context=arbitrary-in [outgoing] ;this is the outgoing IAX provider type=peer ho...
2005 May 13
0
Problem with IAX trunking
...ger than needed, Asterisk will start ; gradually decreasing the amount of jitter buffering. ; ; minexcessbuffer: Sets a desired mimimum amount of headroom in ; the jitter buffer. If Asterisk has less headroom than this, then ; it will start gradually increasing the amount of jitter buffering. ; ; jittershrinkrate: when the jitter buffer is being gradually shrunk ; (or enlarged), how many millisecs shall we take off per 20ms frame ; received? Use a small number, or you will be able to hear it ; changing. An example: if you set this to 2, then the jitter buffer ; size will change by 100 millisecs per se...
2004 Aug 27
5
iaxtel and jitterbuffer
...; and "disallow" clauses ; with specific codecs. Use "all" to represent all formats. ; disallow=lpc10 ; Icky sound quality... Mr. Roboto. allow=gsm ; Always allow GSM, it's cool :) jitterbuffer=yes dropcount=3 maxjitterbuffer=500 maxexcessbuffer=100 minexcessbuffer=10 jittershrinkrate=1 register => XXXXXXXX:xxxxxxx@iaxtel.com ; Finally, you can set values for your TOS bits to help improve ; performance. Valid values are: ; lowdelay -- Minimize delay ; throughput -- Maximize throughput ; reliability -- Maximize reliability ; mincost -- Minimize cost ; none...
2005 Feb 08
5
jitterbuffers - suggested settings
Hi, I was wondering if anyone else has a similar setup and can suggest settings for the jitterbuffer: I have a client with an ADSL connection at site A & B with site A being dedicated to voice and having no Asterisk server, site B combining voice and data with traffic shaping and housing an Asterisk server. There seems to be packet loss / jitter on this connection and I wanted to know
2004 Aug 06
2
RC1 problem? (Conversation over two IAX2 streams = nasty, gappy audio)
...entical configs except where noted): iax.conf: [general] disallow=all allow=ulaw allow=gsm tos=0x18 pingtime=1 lagrqtime=1 ; tried iaxcompat=no and yes, no apparent difference iaxcompat=yes ;delayreject=yes jitterbuffer=yes dropcount=2 maxjitterbuffer=500 maxexcessbuffer=100 minexcessbuffer=25 jittershrinkrate=1 (colo* has an entry for office-ast, office* has an entry for colo-ast with the host entries set respectively) [office-ast] type=peer host=192.168.2.1 qualify=500 trunk=yes [phone] type=user context=incoming secret=***** host=192.168.2.1 qualify=500 disallow=ulaw trunk=yes (every call from...