From 85c47f2ac9cc0ef4b4bf4f8589a80ab02508320f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 13 Feb 2020 13:32:22 -0700 Subject: [PATCH] Update extension_edit.php --- app/extensions/extension_edit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index c988e0f6d4..1ce3eeea06 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -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"; -?> \ No newline at end of file +?>