FusionPBX
28d88c5179
Update app_config.php
2017-07-27 17:31:05 -06:00
Alexey Melnichuk
e728cb44ae
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
c84fd7ebe4
Update destination_edit.php
2017-07-25 22:05:35 -06:00
Alexey Melnichuk
76413de3f8
Add. Make legend outside of graphic of CDR Statistic. ( #2760 )
2017-07-25 14:38:57 -06:00
FusionPBX
01e19d4de2
Update 040_call_block.xml
2017-07-25 14:35:04 -06:00
Len
f586cb1e13
correct en and ru values
...
correct ru and en for description-profile_param_value
2017-07-25 15:20:15 -04:00
FusionPBX
c3d50e0a0b
Update app_config.php
2017-07-25 10:15:35 -06:00
FusionPBX
12e5893462
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
5cc2869e5d
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
4829b0505c
Update app_config.php
2017-07-24 20:06:30 -06:00
FusionPBX
d6333723c1
Update index.lua
2017-07-24 19:49:32 -06:00
FusionPBX
e691073edf
Update internal.xml.noload
2017-07-24 15:31:55 -06:00
FusionPBX
47b6e497ad
Update index.lua
2017-07-23 23:40:39 -06:00
FusionPBX
a1e4282a1e
Update app_languages.php
2017-07-22 20:46:45 -06:00
FusionPBX
549180ff0b
Update app_languages.php
2017-07-22 20:19:01 -06:00
FusionPBX
f7cca7825c
Update sip_profile_edit.php
2017-07-22 16:07:27 -06:00
FusionPBX
5b40a0d5dc
Update cache.php
2017-07-22 15:52:45 -06:00
FusionPBX
eb8bcc755e
Update cache.lua
2017-07-22 15:18:20 -06:00
FusionPBX
c126138cf7
Update cache.lua
2017-07-22 15:17:11 -06:00
FusionPBX
c857ce7f69
Update cache.php
2017-07-22 13:18:03 -06:00
FusionPBX
c2663c3e59
Update cache.lua
2017-07-22 12:38:45 -06:00
FusionPBX
b582247c7f
Update app_config.php
2017-07-22 01:23:24 -06:00
FusionPBX
8e5eb0c110
Update cache.lua
2017-07-22 01:09:39 -06:00
FusionPBX
cf33f13426
Update scripts.php
2017-07-22 00:48:46 -06:00
FusionPBX
f7a26d7711
Update lazy_settings.lua
2017-07-22 00:38:25 -06:00
FusionPBX
c2c239d337
Update index.lua
2017-07-21 18:05:23 -06:00
FusionPBX
25a244f874
Update index.lua
2017-07-21 18:05:08 -06:00
Len
16b54e6581
Update index.lua
2017-07-21 00:10:35 -04:00
FusionPBX
c7c67f3ea2
Update index.lua
2017-07-20 03:50:10 -06:00
FusionPBX
0cefad0358
Update index.lua
2017-07-19 23:07:04 -06:00
FusionPBX
08034e37ff
Update index.lua
2017-07-19 23:06:41 -06:00
sergey-mz
874d39f7c7
Update template ( #2749 )
...
Do not disable LLDP. LLDP can push the phone to separate VLAN if set by switch and it will lose connection and go to web recovery mode.
Add second screen name line to display extension #.
Add line display name (Caller ID in web interface).
2017-07-19 14:44:43 -06:00
FusionPBX
beb432dcbd
Update ivr_menu_edit.php
2017-07-18 14:26:46 -06:00
emaktech
249e576108
Add IVR language option (master) ( #2744 )
...
* Add available translations for new language option
* Add language option to IVR menu editing page
Adds the option to define language on the IVR edit page. This is needed because when a phrase is selected in a language other than the default language, Freeswitch fails to load the file.
2017-07-18 14:23:12 -06:00
Cristian Livadaru
7419f2b1b2
fix snom register_expire ( #2745 )
...
the template uses the wrong parameter for sip registry expire, the
parameter user_subscription_expiry sets the expiry of subscriptions and
not the register (see
http://wiki.snom.com/Settings/user_subscription_expiry )
To set the register expiry one needs to use the user_expiry parameter
(see http://wiki.snom.com/Settings/user_expiry )
2017-07-18 12:27:53 -06:00
FusionPBX
9f734452c1
Update voicemail_greetings.php
2017-07-18 01:25:47 -06:00
powerpbx
c451a6838b
Add CIDR notation check ( #2739 )
...
* Add CIDR notation check
* Update access_control_node_edit.php
Add IPv6 check
* Update access_control_node_edit.php
2017-07-16 11:41:59 -06:00
FusionPBX
e9285f8e37
Show an example. host[:port]
...
The square brackets indicate the port is optional.
2017-07-16 11:38:50 -06:00
Mafoo
f6e0532369
Enhance Better descriptions for proxies ( #2737 )
...
update all proxy descriptions to indicate they take the host:port format
2017-07-16 11:23:16 -06:00
FusionPBX
815a6e0ec6
Update database.php
2017-07-15 23:06:22 -06:00
FusionPBX
06a1aca61a
Update database.php
2017-07-15 22:26:01 -06:00
FusionPBX
b45e7ceac9
Update database.php
2017-07-15 20:38:56 -06:00
FusionPBX
11ad3b0ee8
Update database.php
2017-07-15 20:20:51 -06:00
FusionPBX
bf4c0a0cb0
Update database.php
2017-07-15 17:20:21 -06:00
FusionPBX
bae575c875
Update database.php
2017-07-15 17:09:01 -06:00
FusionPBX
3fb6936e97
Update sql_db_conversion.php
2017-07-15 12:43:37 -06:00
FusionPBX
cc5634e002
Update report.php
2017-07-15 12:41:16 -06:00
FusionPBX
71e0330bbf
Delete schema.php
2017-07-15 12:37:23 -06:00
FusionPBX
753555a948
Update database.php
2017-07-14 20:44:45 -06:00
FusionPBX
278bb44dd6
Update database.php
2017-07-14 20:41:23 -06:00