Add default settings

This commit is contained in:
Mark Crane
2014-09-20 03:32:55 +00:00
parent a0032d5a3b
commit 0dd92eb4e7
2 changed files with 88 additions and 41 deletions

View File

@@ -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';
}