x25today / voipwardialer

A Voip Wardialer for the phreaking of 2020
52 stars 11 forks source link

Ensure Asterisk Jitter Buffer is disabled or fixed #13

Open fpietrosanti opened 4 years ago

fpietrosanti commented 4 years ago

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:

fpietrosanti commented 4 years ago

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

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