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'; }