From 86fa73a5e5d813abb4a87455a0c035afa788dfa8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 27 Mar 2017 15:05:41 -0600 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 67cba70348..ef1dcf6e8c 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -730,6 +730,7 @@ //set the defaults 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'; } if (strlen($call_screen_enabled) == 0) { $call_screen_enabled = 'false'; }