Commit Graph

9148 Commits

Author SHA1 Message Date
Len
48eddbefcb Create phonebook.xml 2017-07-29 02:04:05 -04:00
Len
d20d484fc2 Create phonebook.xml 2017-07-29 02:03:31 -04:00
Len
cf7cecdff1 Create phonebook.xml 2017-07-29 02:02:57 -04:00
Len
48bff4aa11 Update {$mac}.xml 2017-07-29 02:01:22 -04:00
Len
e199571994 Update {$mac}.xml 2017-07-29 02:00:07 -04:00
Len
bad302306e Update {$mac}.xml 2017-07-29 01:59:19 -04:00
Len
c36626da51 Update {$mac}.xml 2017-07-29 01:57:38 -04:00
Len
f971963eb0 Update {$mac}.xml 2017-07-29 01:47:34 -04:00
Len
467bffb429 Update {$mac}.xml 2017-07-29 01:38:45 -04:00
Len
c1630c3182 Update {$mac}.xml 2017-07-29 01:19:47 -04:00
Len
7ed8618681 Update README.txt 2017-07-29 01:03:51 -04:00
Len
3e9f92a6ab Update {$mac}.xml 2017-07-29 01:02:18 -04:00
Len
eb3c0bba1d Update README.txt 2017-07-29 00:59:39 -04:00
Len
51c2214a37 Update {$mac}.xml 2017-07-29 00:56:11 -04:00
Len
48834e979b Update README.txt 2017-07-29 00:52:55 -04:00
Len
b7cf4c4866 Update {$mac}.xml 2017-07-29 00:51:24 -04:00
Len
5a12518d15 Update README.txt 2017-07-29 00:49:05 -04:00
Len
1c07d5b24e Update {$mac}.xml 2017-07-29 00:46:51 -04:00
Len
446eec9c4d Update README.txt 2017-07-29 00:42:18 -04:00
Len
742a33a18d Update {$mac}.xml 2017-07-29 00:38:58 -04:00
Len
5b0e0945eb Update {$mac}.xml 2017-07-29 00:34:12 -04:00
Len
d21af45e30 Update {$mac}.xml 2017-07-29 00:32:02 -04:00
Len
7e421d772d Update app_config.php 2017-07-29 00:23:08 -04:00
FusionPBX
f5379d9ca0 Update provision.php 2017-07-28 16:47:59 -06:00
FusionPBX
00d7b29a56 Update provision.php 2017-07-28 16:31:26 -06:00
FusionPBX
f2dd304270 Update provision.php 2017-07-28 15:52:43 -06:00
FusionPBX
b8a38bc70b Update app_config.php 2017-07-27 17:31:05 -06:00
Alexey Melnichuk
f308e2a30e Fix. Cache class. (#2755)
* Fix. Cache class.

 * `send_event` raise error so `Cache.del` did not remove key or send any event
 * use `memcache` method by default even if `cache` table does not defined in config
 * `Cache.get` did not return any data when use `memcache` method
 * `Cache.get` did not close file. (Its should not be a big problem because GC should do it by self).
 * `Cache.get` can returns some undefined global value. (if method is `file` and file not exists then method returns global `result` value)
 * `Cache.get` does not need check for file existence
 * Value escaping does not needed for `file` method
 * Needed different key escaping for `memcache` and `file` methods
 * Update self test

* Change. Use random names for temp files.
2017-07-26 09:40:53 -06:00
FusionPBX
fbc6c79ee5 Update destination_edit.php 2017-07-25 22:05:35 -06:00
Alexey Melnichuk
b820d07f12 Add. Make legend outside of graphic of CDR Statistic. (#2760) 2017-07-25 14:38:57 -06:00
FusionPBX
7fb58a16e8 Update 040_call_block.xml 2017-07-25 14:35:04 -06:00
Len
9e51babfd3 correct en and ru values
correct ru and en for description-profile_param_value
2017-07-25 15:20:15 -04:00
FusionPBX
e0a98bfb22 Update app_config.php 2017-07-25 10:15:35 -06:00
FusionPBX
eacd7c29c9 Update ivr_menu_edit.php
Make the ivr_menu_language optional as it can be set before reaching the IVR Menu.
2017-07-24 23:47:17 -06:00
Alexey Melnichuk
272d1c2f30 Change. Use new service class to implement ha_monitor.lua (#2710)
This allows remove code related to create pid file and
handle system commands (e.g. to stop service) from service
file and leave it to base class.
2017-07-24 23:38:43 -06:00
FusionPBX
f4725e1278 Update app_config.php 2017-07-24 20:06:30 -06:00
FusionPBX
d59678cb53 Update index.lua 2017-07-24 19:49:32 -06:00
FusionPBX
15d4e57e88 Update internal.xml.noload 2017-07-24 15:31:55 -06:00
FusionPBX
1066eaa5e8 Update index.lua 2017-07-23 23:40:39 -06:00
FusionPBX
151515d01a Update app_languages.php 2017-07-22 20:46:45 -06:00
FusionPBX
55f5aa0fb0 Update app_languages.php 2017-07-22 20:19:01 -06:00
FusionPBX
4dd0567239 Update sip_profile_edit.php 2017-07-22 16:07:27 -06:00
FusionPBX
84191e4090 Update cache.php 2017-07-22 15:52:45 -06:00
FusionPBX
4cba425e11 Update cache.lua 2017-07-22 15:18:20 -06:00
FusionPBX
5ddedc8afa Update cache.lua 2017-07-22 15:17:11 -06:00
FusionPBX
09f1ea706e Update cache.php 2017-07-22 13:18:03 -06:00
FusionPBX
1804dcc344 Update cache.lua 2017-07-22 12:38:45 -06:00
FusionPBX
89d0ad41d4 Update app_config.php 2017-07-22 01:23:24 -06:00
FusionPBX
cf0fbb0f93 Update cache.lua 2017-07-22 01:09:39 -06:00
FusionPBX
d528775e10 Update scripts.php 2017-07-22 00:48:46 -06:00