dSIPRouter v0.41
This release of dSIPRouter has three main focuses:
-
The ability to support PBX(s) and dSIPRouter behind a NAT with the Carrier(s) being external - The main driver behind this use case is the ability to keep PBX and dSIPRouter traffic within the local network without having it hop across routers. You can install in this configuration by using --servernat option.
-
To make it easier to deploy FusionPBX when your have multiple instances deployed for different customers - We have added support for provisioning phones via the dSIPRouter. This means that your SIP phones can access provisioning data via dSIPRouter router versus having the phones talk directly to your FusionPBX servers, which is the main reason why you want a proxy in the first place. The SIP Phone will request their configuration via dSIPRouter. dSIPRouter will then figure out which FusionPBX server contains the provisioning information and will obtain and send the data back to the phone. This only works with HTTP/S at the moment.
-
*** UI Input Validation*** - We have configured the plumbing needed to enable UI Input Validation and start to implement it.