Fix this error: [ERR] freeswitch_lua.cpp:374 DBH NOT Connected. Caused by releasing DBH which is done in the parent script.
This commit is contained in:
parent
0d20da4410
commit
ce37b50d54
|
|
@ -274,9 +274,6 @@
|
|||
end);
|
||||
end
|
||||
|
||||
--close the database connection
|
||||
dbh:release();
|
||||
|
||||
--set the xml array and then concatenate the array to a string
|
||||
if (continue and password) then
|
||||
--build the xml
|
||||
|
|
|
|||
Loading…
Reference in New Issue