After event socket class was added it created a bug in FAX email and forward. It was unable to find the new EventSocket class adding the include resolves the problem.

This commit is contained in:
markjcrane
2015-09-26 08:59:36 -06:00
parent 6338319636
commit 24652e393f
2 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,9 @@
-- Contributor(s):
-- Mark J. Crane
--set the debug options
debug["sql"] = false;
--create the api object
api = freeswitch.API();

View File

@@ -40,6 +40,7 @@ if (defined('STDIN')) {
//includes
if (!defined('STDIN')) { include "root.php"; }
require_once "resources/require.php";
include "resources/classes/EventSocket.php";
include "resources/phpmailer/class.phpmailer.php";
include "resources/phpmailer/class.smtp.php"; // optional, gets called from within class.phpmailer.php if not already loaded