From cb1ede13c70301dee5c45cecabdf55cb8496d0b9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 2 Mar 2020 18:00:04 -0700 Subject: [PATCH] Update extension_edit.php --- app/extensions/extension_edit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index 89fc57b4ce..c0d83bcc97 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -774,6 +774,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($user_record) == 0) { $user_record = $_SESSION['extension']['user_record_default']['text']; } if (strlen($voicemail_enabled) == 0) { $voicemail_enabled = $_SESSION['voicemail']['enabled_default']['boolean']; } //create token