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()