From e4936be826f1de303f3e54eb665eb8af1043c8a1 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 7 Nov 2017 18:40:18 -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 937bc52cb3..40408f2a6a 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -744,6 +744,7 @@ unset ($sql, $prep_statement); //set the defaults + if (strlen($user_context) == 0) { $user_context = $_SESSION['domain_name']; } if (strlen($limit_max) == 0) { $limit_max = '5'; } if (strlen($limit_destination) == 0) { $limit_destination = 'error/user_busy'; } if (strlen($call_timeout) == 0) { $call_timeout = '30'; }