mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Change error/user_busy to USER_BUSY
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
foreach($_SESSION['user']['extension'] as $row) {
|
||||
//build the array
|
||||
$array['extensions'][$x]['extension_uuid'] = $row['extension_uuid'];
|
||||
$array['extensions'][$x]['dial_string'] = 'error/user_busy';
|
||||
$array['extensions'][$x]['dial_string'] = '!USER_BUSY';
|
||||
$array['extensions'][$x]['do_not_disturb'] = 'true';
|
||||
|
||||
//delete extension from the cache
|
||||
|
||||
Reference in New Issue
Block a user