fusionpbx/resources/install/scripts/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
..
functions Fix. FreeSWITCH also breaks loop if return string value which contain number. 2016-02-26 14:17:28 +03:00
startup Move scripts to separate dirs. 2016-02-24 14:44:50 +03:00
tests Move scripts to separate dirs. 2016-02-24 14:44:50 +03:00