0

I'm currently using FreePBX which has GUI settings to set Jitter Buffer for SIP, but not PJSIP.

We have around 90 remote extensions using PJSIP and i would like to enable the Jitter Buffer for all as we are seeing a few issues.

I've read that i should make use of a predial hook instead of extending the context for each extension.

Would placing the following in the predial hook do the job?

exten => outbound_jitterbuf,1,NoOp()
same => n,Set(JITTERBUFFER(adaptive)=default)
same => n,Return()
Nathan
  • 175

1 Answers1

0

Yes, it would. However, only on the B-leg in your example. You'd need to think carefully on if you want the JB on the A/B-leg of the call or both and apply it accordingly.