Change the switch class to freeswitch.

This commit is contained in:
markjcrane
2016-04-02 19:37:37 -06:00
parent 637a3fadb5
commit b5fbf389dd
3 changed files with 11 additions and 13 deletions

View File

@@ -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'])) {