mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
Add sqlite:// to the lua scripts to match the new syntax. Add debian package files produced by rneese.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
end
|
||||
--FreeSWITCH core db handler
|
||||
if (db_type == "sqlite") then
|
||||
dbh = freeswitch.Dbh("core:"..db_path.."/"..db_name);
|
||||
dbh = freeswitch.Dbh("sqlite://"..db_path.."/"..db_name);
|
||||
end
|
||||
--exit the script if we didn't connect properly
|
||||
assert(dbh:connected());
|
||||
|
||||
Reference in New Issue
Block a user