Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure Asterisk Jitter Buffer is disabled or fixed #13

Open
fpietrosanti opened this issue Jan 3, 2020 · 1 comment
Open

Ensure Asterisk Jitter Buffer is disabled or fixed #13

fpietrosanti opened this issue Jan 3, 2020 · 1 comment
Labels
Asterisk Latency Latency Related issues

Comments

@fpietrosanti
Copy link
Contributor

fpietrosanti commented Jan 3, 2020

Jitter Buffer may be annoying with our direct frame RTP processing.

Just in case ensure that on Asterisk side Jitter Buffer is disabled for no buffering of any kind:
https://blogs.asterisk.org/2017/01/04/jitter-buffer-asterisk/
https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_JITTERBUFFER

It does make sense to test both:

  • disable jitter buffer
  • set a fixed jitter buffer
@fpietrosanti
Copy link
Contributor Author

Disable Jitter buffer
exten => 1,1,Set(JITTERBUFFER(disabled)=default)

Set fixed jitter buffer to 200ms
exten => 1,1,Set(JITTERBUFFER(fixed)=200)

@fpietrosanti fpietrosanti changed the title Ensure Asterisk Jitter Buffer is disabled Ensure Asterisk Jitter Buffer is disabled or fixed Jan 4, 2020
@fpietrosanti fpietrosanti added the Latency Latency Related issues label Jan 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Asterisk Latency Latency Related issues
Projects
None yet
Development

No branches or pull requests

1 participant