Add sqlite:// to the lua scripts to match the new syntax. Add debian package files produced by rneese.

This commit is contained in:
Mark Crane
2013-03-13 14:25:39 +00:00
parent a272f72b79
commit c56bf3e447
13 changed files with 147 additions and 1845 deletions

View File

@@ -49,7 +49,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
--add the trim function