Files
fusionpbx/resources
Alexey Melnichuk f2c43cb441 Fix. FreeSWITCH also breaks loop if return string value which contain number.
```Lua
dbh:query(sql, function()
  return "1" -- breaks loop
end)
2016-02-26 14:17:28 +03:00
..
2016-02-22 13:18:37 -07:00
2013-07-06 05:23:01 +00:00
2015-11-19 14:54:04 +00:00