Fix the indentation in callcenter.conf.lua.

This commit is contained in:
Mark Crane 2015-03-11 19:33:07 +00:00
parent 1f20397a57
commit 09196fac55
1 changed files with 207 additions and 206 deletions

View File

@ -271,7 +271,8 @@
--close the database connection --close the database connection
dbh:release(); dbh:release();
freeswitch.consoleLog("notice", "thing is:"..api:execute("eval ${dsn}")); --freeswitch.consoleLog("notice", "[xml_handler]"..api:execute("eval ${dsn}"));
--set the cache --set the cache
result = trim(api:execute("memcache", "set configuration:callcenter.conf:" .. hostname .." '"..XML_STRING:gsub("'", "'").."' ".."expire['callcenter.conf']")); result = trim(api:execute("memcache", "set configuration:callcenter.conf:" .. hostname .." '"..XML_STRING:gsub("'", "'").."' ".."expire['callcenter.conf']"));