Files
fusionpbx/app
Alexey Melnichuk f1249f20dc Moh windows (#1712)
* Fix. Support MOH app on Windows.

* Use `path_join` to build mask

* Fix. Build path on Windows.

Main problem is on line like  `path = '/'.trim(...),'/');`
On windows it produce path like `/c:/...`.
I also rewrite code to use`path_join` to build all paths.
So there no needs to tests either path end with path separator or not
you always can just write `path_join(a, b)`. `a.'/'.b` is not always produce
correct result and it require some additional works.

* Fix. Get correct MOH settings to display in Web UI.
2016-06-28 19:19:28 -06:00
..
2016-06-12 00:15:43 -06:00
2016-06-24 10:13:25 -06:00
2016-06-14 19:52:57 -06:00
2016-06-19 09:39:47 -06:00
2016-04-25 20:30:23 -05:00
2016-05-26 13:08:53 -06:00
2016-06-28 19:19:28 -06:00
2016-06-22 13:49:54 -06:00
2016-06-19 09:35:21 -06:00
2016-05-23 21:37:21 -06:00