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 8f93d4d548
commit b27bcdd820
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();