mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update extension_edit.php
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user