mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix Rewrite contact IP and port 2.0 so that it saves the 2.0 correctly.
This commit is contained in:
@@ -1181,7 +1181,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo " <option value='NDLB-connectile-dysfunction'>Rewrite contact IP and port</option>\n";
|
||||
}
|
||||
if ($sip_force_contact == "NDLB-connectile-dysfunction-2.0") {
|
||||
echo " <option value='NDLB-connectile-dysfunction' selected='selected'>Rewrite contact IP and port 2.0</option>\n";
|
||||
echo " <option value='NDLB-connectile-dysfunction-2.0' selected='selected'>Rewrite contact IP and port 2.0</option>\n";
|
||||
}
|
||||
else {
|
||||
echo " <option value='NDLB-connectile-dysfunction-2.0'>Rewrite contact IP and port 2.0</option>\n";
|
||||
|
||||
Reference in New Issue
Block a user