Hello,
I’m trying to use jitterbuffer, but it doesn’t seem to work as expected:
Flow: SIP (incoming channel 1) < - > Asterisk < - > SIP (outgoing channel 2)
And added the following to sip.conf
:
jbenable=yes
jbforce=yes
jbmaxsize=200
jbresyncthreshold=1000
jbimpl=adaptive
jbtargetextra=40
jblog=yes
context:
[default]
exten => _[0-9a-z].,1,NoOp()
same => n,Stasis(application,incoming)
same => n,Hangup()
But I can’t see jitterbuffer logs or any difference during the calls.