Fix the indentation in callcenter.conf.lua.
This commit is contained in:
parent
1f20397a57
commit
09196fac55
|
|
@ -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']"));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue