mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +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:
@@ -55,7 +55,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
|
||||
|
||||
--set the api
|
||||
|
||||
Reference in New Issue
Block a user