fusionpbx/resources/install
Alexey Melnichuk 7e1481b747 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
..
scripts Fix. FreeSWITCH also breaks loop if return string value which contain number. 2016-02-26 14:17:28 +03:00
sql Remove the insert to v_settings as this is being done in app_defaults.php. 2015-08-03 09:32:48 -06:00