Some devices need port 0 for DNS SRV so modifying the port number to allow 0.

This commit is contained in:
Mark Crane 2015-04-03 19:34:05 +00:00
parent cf0068446d
commit 697ef49c60
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ require_once "resources/require.php";
echo " </td>\n";
echo " <td class='vtable' align='left'>\n";
echo " <input class='formfld' style='width: 75px;' type='number' name='device_lines[".$x."][sip_port]' maxlength='255' min='1' max='65535' step='1' value=\"".$row['sip_port']."\">\n";
echo " <input class='formfld' style='width: 75px;' type='number' name='device_lines[".$x."][sip_port]' maxlength='255' min='0' max='65535' step='1' value=\"".$row['sip_port']."\">\n";
echo " </td>\n";
echo " <td class='vtable' align='left'>\n";