Update extension_edit.php
This commit is contained in:
parent
4108031ae4
commit
cb1ede13c7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue