mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 17:13:49 +00:00
Add default settings
This commit is contained in:
@@ -206,7 +206,7 @@ require_once "resources/functions.php";
|
||||
if (file_exists('/var/lib/fusionpbx/storage')) {
|
||||
$switch_storage_dir = '/var/lib/fusionpbx/storage';
|
||||
$switch_voicemail_dir = $switch_storage_dir.'/voicemail';
|
||||
}
|
||||
}
|
||||
//old
|
||||
elseif (file_exists('/var/lib/freeswitch/storage')) {
|
||||
$switch_storage_dir = '/var/lib/freeswitch/storage';
|
||||
@@ -216,7 +216,7 @@ require_once "resources/functions.php";
|
||||
if (file_exists('/var/lib/fusionpbx/recordings')) {
|
||||
$switch_recordings_dir = '/var/lib/fusionpbx/recordings';
|
||||
}
|
||||
//old
|
||||
//old
|
||||
elseif (file_exists('/var/lib/freeswitch/recordings')) {
|
||||
$switch_recordings_dir = '/var/lib/freeswitch/recordings';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user