Files
fusionpbx/resources/install/scripts
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
..
2015-08-11 14:40:02 +04:00
2016-01-05 13:19:02 -07:00
2015-11-05 18:02:08 +03:00
2014-07-31 08:40:15 +00:00