Hi
I use janus as sip - webrtc gateway.
After first INVITE sended I saw some SIP OPTIONS messages that sends by Janus on URI in username with which webrtc user registers to make call.
This messeges is looks like
The real issue is that Janus generates the OPTIONS with ‘max-forward’ set to 0, hence, my sip server rightfully response with response code 483 ‘Too many hops’ (instead of 200OK) and Janus doesn’t like this and never refreshes the registration. Is there any configuration file where I can replace 0 with the standard 70?