FusionPBX
1c02ca18f3
Update callcenter.conf.lua
2019-12-28 12:15:07 -07:00
Luis Daniel Lucio Quiroz
4523d6e264
Same as 4.4, move 404 not found from DEBUG to WARNING ( #4925 )
...
New system use the journal (some still use syslog). the "log" action default level is DEBUG.
This change moves the 404 error code to WARNING, the mod_syslog will report to the journal (or syslog).
2019-12-03 15:35:24 -07:00
FusionPBX
7840d17c28
Update directory.lua
2019-11-19 12:02:00 -07:00
FusionPBX
12d1461bfc
Update callcenter.conf.lua
2019-11-11 17:38:10 -07:00
FusionPBX
d8ecdaf503
Update directory.lua
2019-09-27 20:45:32 -06:00
FusionPBX
d68159d0f9
Update directory.lua
2019-09-27 18:36:15 -06:00
FusionPBX
17ccc409dc
Update sofia.conf.lua
2019-08-08 02:21:35 -06:00
FusionPBX
8453b0c1c0
Update dialplan.lua
2019-05-23 13:48:21 -06:00
FusionPBX
f4c656e100
Update directory.lua
2019-02-20 10:34:19 -07:00
FusionPBX
af9317e662
Update directory.lua
2019-02-05 19:26:26 -07:00
FusionPBX
55c5d72070
Update languages.lua
2019-02-03 12:54:37 -07:00
FusionPBX
a10d42e038
Update dialplan.lua
2019-02-03 12:51:03 -07:00
Zachary Kitchen
017615baaf
Fix IVR ( #3898 )
...
IVR was broken after previous update/change.
2018-12-04 00:15:02 -07:00
timando
11e445fb48
Make storage_path and storage_type = http_cache work ( #3892 )
...
* Make storage_path work
if storage_path was set, the script would fail. I have fixed it by removing the references to unset variables. I also made the recordings use the path.
* Update ivr.conf.lua
Add storage_path definition so storage_type of http_cache works correctly
2018-12-03 20:25:04 -07:00
FusionPBX
97de015b47
Update directory.lua
2018-09-10 13:36:55 -06:00
FusionPBX
628a6803bb
Update directory.lua
2018-08-14 11:02:47 -06:00
FusionPBX
e44289646c
Update dialplan.lua
2018-08-03 11:21:16 -06:00
FusionPBX
1c8cb7d6cf
Update dialplan.lua
2018-05-03 15:19:23 -06:00
Luis Daniel Lucio Quiroz
cad0636b12
Same as 4.4 ( #3040 )
...
...
2018-04-26 14:42:23 -06:00
FusionPBX
465ff67989
Update callcenter.conf.lua
2018-03-31 11:13:08 -06:00
FusionPBX
db55501e61
Update languages.lua
...
Prevent a nill error when the phrase was not found.
2018-01-31 14:45:24 -07:00
FusionPBX
2e3bbb25e4
Update sofia.conf.lua
...
Remove an extra double quote that broke xml syntax.
2018-01-19 11:36:08 -07:00
FusionPBX
85e8f8cd83
Update languages.lua
2018-01-11 15:31:07 -07:00
FusionPBX
1d327ea628
Update dialplan.lua
2018-01-11 12:43:58 -07:00
FusionPBX
838d7ecc2a
Update translate.conf.lua
2018-01-11 12:31:25 -07:00
FusionPBX
c5cf812dfc
Update sofia.conf.lua
2018-01-11 12:29:18 -07:00
FusionPBX
e3077c4228
Update ivr.conf.lua
2018-01-11 12:27:11 -07:00
FusionPBX
dad721453c
Update callcenter.conf.lua
2018-01-11 12:25:33 -07:00
FusionPBX
d18b9bfb1b
Update acl.conf.lua
2018-01-11 12:20:04 -07:00
FusionPBX
e75ceca392
Update acl.conf.lua
2018-01-11 12:11:49 -07:00
FusionPBX
4d99c01b45
Update acl.conf.lua
2018-01-11 12:10:43 -07:00
FusionPBX
57e53a5aa5
Update local_stream.conf.lua
2018-01-11 12:07:40 -07:00
FusionPBX
dd009a4bee
Update ivr.conf.lua
2017-10-02 22:19:51 -06:00
FusionPBX
37d312688c
Update ivr.conf.lua
2017-10-02 22:10:16 -06:00
FusionPBX
554ef5b2f9
Update index.lua
2017-10-02 21:17:29 -06:00
Luis Daniel Lucio Quiroz
88109eb967
Update ivr.conf.lua ( #2861 )
...
when debug["xml_string"] is on, it will overwrite /tmp/ivr.conf.xml file each hit an ivr goes. this makes very hard to trouble shoot in a living system. this patch allows to put one ivr menu per file.
2017-09-29 16:24:59 -06:00
FusionPBX
a477d3aa1c
Update ivr.conf.lua
2017-09-26 22:40:30 -06:00
FusionPBX
c21011774b
Update dialplan.lua
2017-08-07 00:28:31 -06:00
FusionPBX
39dc843d12
Create translate.conf.lua
2017-06-29 12:11:39 -06:00
FusionPBX
f25933e811
Update directory.lua
2017-06-17 12:19:43 -06:00
Alexey Melnichuk
46f74ab726
Fix. Properly handle error from memcached when load configs. ( #2641 )
...
On my system mod_memcached returns `-ERR SOME ERRORS WERE REPORTED` when
memcached service not available. And sofia.conf.lua does not handle this case
and interpret this response as valid one.
Using `cache` class allows handle such errors. Also this class handle all
escaping operation which makes code more clear.
2017-06-08 09:38:28 -06:00
Alexey Melnichuk
cfeb809900
Add. Use `cache` class in xml_handler/directory ( #2647 )
2017-06-08 09:37:30 -06:00
FusionPBX
36e104a59a
Update sofia.conf.lua
2017-05-12 13:21:19 -06:00
FusionPBX
2fda163776
Update sofia.conf.lua
2017-05-12 12:36:34 -06:00
FusionPBX
1c1fc9a17d
Update directory.lua
2017-05-08 23:20:31 -06:00
FusionPBX
3a05c0bce7
Update directory.lua
2017-05-08 23:17:03 -06:00
FusionPBX
d2525b8669
Update callcenter.conf.lua
2017-02-20 20:47:35 -07:00
FusionPBX
bf6274e0fb
Update sofia.conf.lua
...
Activate the sofia profile domain aliases.
2017-01-28 14:50:06 -07:00
FusionPBX
b2776e4e10
Update sofia.conf.lua
2017-01-18 08:55:29 -07:00
FusionPBX
5609b57c3e
Update sofia.conf.lua
...
Fix the year.
2017-01-12 04:26:32 -07:00