mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Increase the html maxlength for accounts -> extensions -> Dial String
This commit is contained in:
@@ -1268,7 +1268,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo " Dial String:\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='dial_string' maxlength='255' value=\"$dial_string\">\n";
|
||||
echo " <input class='formfld' type='text' name='dial_string' maxlength='4096' value=\"$dial_string\">\n";
|
||||
echo "<br />\n";
|
||||
echo "Location of the endpoint.\n";
|
||||
echo "</td>\n";
|
||||
|
||||
Reference in New Issue
Block a user