Update the method to connect to the database with lua.

This commit is contained in:
Mark Crane
2013-04-29 23:29:46 +00:00
parent 68fe4b6600
commit 3e790bda07
17 changed files with 46 additions and 17 deletions
@@ -49,7 +49,8 @@
password_tries = 0;
--connect to the database
dbh = freeswitch.Dbh(database["system"]);
dofile(scripts_dir.."/resources/functions/database_handle.lua");
dbh = database_handle('system');
--set the api
api = freeswitch.API();