jambonz / jambonz-webapp

A simple provisioning web app for jambonz
MIT License
5 stars 20 forks source link

Support choice of sip or sips scheme for outbound gateway using TLS #438

Open davehorton opened 3 weeks ago

davehorton commented 3 weeks ago

Currently when we add an outbound gateway we can choose the protocol, as per below: image

However, when we choose TLS or TLS/SRTP we always then use the "sips" scheme. This signifies end-to-end encryption. Some carriers though, because they are only using encryption on the leg of the call to us, either prefer or require that we use the "sip" scheme.

Therefore, we need an additional checkbox on outbound gateways that is labeled "Use sips scheme". If not checked, we should default to using "sip", both if/when registering and sending OPTIONS pings as well as outbound calls