mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Fix a syntax problem in intercept.lua
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
dofile(config());
|
||||
|
||||
--connect to the database
|
||||
if (file_exists(database_dir.."/core.db") then
|
||||
if (file_exists(database_dir.."/core.db")) then
|
||||
--dbh = freeswitch.Dbh("core:core"); -- when using sqlite
|
||||
dbh = freeswitch.Dbh("sqlite://"..database_dir.."/core.db");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user