Commit Graph

3265 Commits

Author SHA1 Message Date
konradSC
73bea2f815 File cache sync via curl (#2851)
* Add sendevent when using file caching

* Create clear_cache.lua

FS receives a command via curl to call this script which deletes the single cache entry or flushes the entire cache.

* Create file_cache.lua

This scripts monitors for custom events. When an event is processed it will send out a command via curl to other FS servers telling them to clear their cache. 

This must be called from conf/autoload_configs/lua.conf.xml
 <param name="startup-script" value="app/server/resources/memcache.lua"/>
2017-09-20 16:19:56 -06:00
FusionPBX
55d96f46f1 Update functions.php 2017-09-20 10:58:59 -06:00
FusionPBX
b7bf4c22c9 Update app_languages.php 2017-09-19 19:52:38 -06:00
FusionPBX
c6e7ae6b07 Update app_languages.php 2017-09-19 17:12:01 -06:00
Mafoo
874b4032e2 Pass on languages before importing updates (#2849)
put language files into consistent state in preparation of a import
2017-09-19 09:48:40 -06:00
Len
a42c15b3ba Update {$mac}.cfg 2017-09-18 09:27:39 -04:00
Len
ce793e0f52 Update {$mac}.cfg 2017-09-17 21:12:44 -04:00
FusionPBX
b59329134d Update app_languages.php 2017-09-14 12:16:45 -05:00
FusionPBX
7ab304399c Update index.lua 2017-09-12 14:32:13 -05:00
konradSC
620eaf86d4 Update mwi_notify.lua (#2836)
Search all profiles for the sofia_contact. For some reason on server it would automatically search all profiles, but on the other servers I had to add "*/".
2017-09-11 08:53:57 -06:00
FusionPBX
c537b6db78 Update database.php 2017-09-11 01:21:36 -05:00
FusionPBX
9a94b50a62 Update {$mac}.xml 2017-09-08 10:53:44 -06:00
FusionPBX
4d34553276 Update {$mac}.xml 2017-09-08 10:52:09 -06:00
FusionPBX
3eaf5ad9ea Update {$mac}.xml 2017-09-08 10:51:31 -06:00
FusionPBX
e07a4960df Update {$mac}.xml 2017-09-08 10:50:57 -06:00
FusionPBX
35e458c164 Update {$mac}.xml 2017-09-08 10:47:33 -06:00
FusionPBX
e31e4e1ab4 Update {$mac}.xml 2017-09-08 10:46:45 -06:00
FusionPBX
432ecef516 Update {$mac}.xml 2017-09-08 10:20:29 -06:00
FusionPBX
45df49be56 Update {$mac}.xml 2017-09-08 10:17:15 -06:00
FusionPBX
0f92e7bd92 Update {$mac}.xml 2017-09-08 10:08:47 -06:00
FusionPBX
404a86f331 Minor version update 4.3.3. 2017-09-07 13:10:33 -06:00
konradSC
19ae8a7e95 Update index.lua (#2821)
Break the ring group query into two parts. One for getting the ring group info. Another for getting the ring group user. 

If a user was not assigned to a ring group, then the query will fail to return a result. This will cause forward, prefix, distinctive ring, etc to not work properly.
2017-09-05 10:57:30 -06:00
FusionPBX
7c4e575483 Update cache.php 2017-09-02 09:56:30 -06:00
Mafoo
a3745a2d11 Enhance - provision aastra 9133i (#2787)
provision aastra 9133i based phones (480i 480i CT, 9112i, 9133i)
leverage smarty include to common parts
have device_edit ignore 'include' folders
.htaccess's RewriteRule operates relative to it's dir so anchoring to ^provision is correct even for where fusion is on a sub folder
2017-09-01 09:35:22 -06:00
Tatermen
0c60d475a4 Use effective_caller_id_number instead of caller_id_number when storing voicemail messages. This resolves issue #2333. (#2728) 2017-09-01 09:32:06 -06:00
andycol
301397c832 Add South African Prefixes (#2811) 2017-09-01 08:54:02 -06:00
FusionPBX
8dc7e05a71 Update paging.php 2017-08-30 11:40:20 -06:00
FusionPBX
7b786a7fc7 Update index.lua 2017-08-27 15:16:01 -06:00
FusionPBX
a392cae1f8 Update index.lua 2017-08-27 15:11:31 -06:00
FusionPBX
db83ba74c2 Update mwi_notify.lua 2017-08-23 23:05:51 -06:00
konradSC
67d6d7e4d2 Update do_not_disturb.lua (#2803)
Use cache function instead of directly clearing memcache.
2017-08-22 16:16:35 -06:00
Len
153610f944 Update {$mac}.xml 2017-08-17 02:56:36 -04:00
Len
a0ca17525c Update {$mac}.xml 2017-08-17 02:34:25 -04:00
Len
19be46c9a9 Update {$mac}.xml 2017-08-17 02:28:17 -04:00
Len
4a28019a58 Update {$mac}.xml 2017-08-17 02:24:30 -04:00
Len
6820e45836 Update {$mac}.xml 2017-08-17 02:21:57 -04:00
Len
6becfb183e Update {$mac}.xml 2017-08-17 02:16:35 -04:00
Len
cfcbd03eb9 Update {$mac}.xml 2017-08-17 01:41:04 -04:00
Len
f995d865a7 Update {$mac}.xml 2017-08-17 01:35:31 -04:00
Len
d9b80acce5 Update {$mac}.xml 2017-08-17 01:25:52 -04:00
Len
20150c2934 Update {$mac}.xml 2017-08-17 01:24:45 -04:00
Len
1dde9295b5 Update {$mac}.xml 2017-08-17 01:23:24 -04:00
Len
4c630de9d7 Update {$mac}.xml 2017-08-17 01:19:36 -04:00
FusionPBX
0c043f915c Update index.lua 2017-08-14 12:40:42 -06:00
FusionPBX
6a5486511c Update {$mac}.cfg 2017-08-14 09:17:33 -06:00
FusionPBX
21cf3ada12 Create {$mac}.cfg 2017-08-14 08:38:59 -06:00
FusionPBX
594db0dfc6 Create {$mac}.xml 2017-08-13 18:48:58 -06:00
FusionPBX
f8da91b2bb Create {$mac}.xml 2017-08-13 18:47:12 -06:00
FusionPBX
0dd66931b9 Update {$mac}.xml 2017-08-13 11:47:00 -06:00
FusionPBX
9417eea8b6 Update {$mac}.xml 2017-08-13 11:32:29 -06:00