mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Change the switch class to freeswitch.
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
if ($domains_processed == 1) {
|
||||
|
||||
//add missing switch directories in default settings
|
||||
$switch = new switch;
|
||||
$switch->settings();
|
||||
unset($switch);
|
||||
$obj = new freeswitch;
|
||||
$obj->settings();
|
||||
unset($obj);
|
||||
|
||||
//use the module class to get the list of modules from the db and add any missing modules
|
||||
if (isset($_SESSION['switch']['mod']['dir'])) {
|
||||
|
||||
Reference in New Issue
Block a user