mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add ring group call forward to the user dashboard.
This commit is contained in:
@@ -105,11 +105,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
//hunt group forward
|
||||
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/hunt_group/v_hunt_group_call_forward.php")) {
|
||||
if (permission_exists('hunt_group_call_forward')) {
|
||||
//ring group forward
|
||||
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/ring_groups/ring_group_forward.php")) {
|
||||
if (permission_exists('ring_group_forward')) { //ring_group_forward
|
||||
$is_included = "true";
|
||||
require_once "app/hunt_group/v_hunt_group_call_forward.php";
|
||||
require_once "app/ring_groups/ring_group_forward.php";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user