Update extension_edit.php

This commit is contained in:
FusionPBX 2020-02-13 13:32:22 -07:00 committed by GitHub
parent 37fcece1ba
commit 85c47f2ac9
1 changed files with 2 additions and 1 deletions

View File

@ -825,6 +825,7 @@
if (strlen($limit_destination) == 0) { $limit_destination = 'error/user_busy'; }
if (strlen($call_timeout) == 0) { $call_timeout = '30'; }
if (strlen($call_screen_enabled) == 0) { $call_screen_enabled = 'false'; }
if (strlen($voicemail_enabled) == 0) { $voicemail_enabled = $_SESSION['voicemail']['enabled_default']['boolean']; }
//create token
$object = new token;
@ -1972,4 +1973,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>