Commit Graph

12053 Commits

Author SHA1 Message Date
FusionPBX
96d5d3fd78 Update app_defaults.php 2018-12-02 11:15:38 -07:00
Dan
a03cd1f3f5 Rename Default settings category (#3754)
* Added a simple selfhosted voicemail transcription API client

* Minor logging cleanup

* Add some string escaping to handle transcription providers

* Add JSON handling (optional) to selfhosted API

* Changed name of Security settings to Extension

* Revert "Added a simple selfhosted voicemail transcription API client"

This reverts commits 77ae2b2830 to 2056a71f13
2018-12-02 11:00:30 -07:00
markjcrane
c2eb48df2d Update the languages 2018-12-01 23:00:09 +00:00
Len
59ad1ae154 Update y000000000036.cfg (#3890) 2018-11-30 14:32:32 -07:00
Len
dfd276cc99 Update y000000000007.cfg (#3877) 2018-11-30 14:20:54 -07:00
Len
ca1b3cfc1f Update y000000000052.cfg (#3878) 2018-11-30 14:20:12 -07:00
Len
dde00a3da5 Update y000000000005.cfg (#3879) 2018-11-30 14:20:02 -07:00
Len
e47b2b5af8 Update y000000000044.cfg (#3880) 2018-11-30 14:19:54 -07:00
Len
38259563d2 Update y000000000004.cfg (#3882) 2018-11-30 14:19:45 -07:00
Len
001b4c5e44 Update y000000000069.cfg (#3883) 2018-11-30 14:19:35 -07:00
Len
3a9b3136f5 Update y000000000045.cfg (#3884) 2018-11-30 14:19:19 -07:00
Len
db9ef8150c Update y000000000076.cfg (#3889) 2018-11-30 14:18:25 -07:00
Len
b2466578c1 Update y000000000038.cfg (#3888) 2018-11-30 14:16:22 -07:00
Len
8153d25b89 Update y000000000046.cfg (#3886) 2018-11-30 14:13:52 -07:00
Len
10834910ae Update y000000000032.cfg (#3887) 2018-11-30 14:13:39 -07:00
konradSC
23340a361e Update follow_me.php (#3885)
Escape the single quote so the sql query will work correctly.
2018-11-30 14:12:12 -07:00
Len
cd104e2e47 Update y000000000044.cfg (#3881) 2018-11-30 13:38:31 -07:00
Len
094fe2e82e Update y000000000053.cfg (#3876) 2018-11-30 10:48:05 -07:00
FusionPBX
86add1c982 Update external.xml.noload 2018-11-29 22:49:13 -07:00
Len
b8d4642722 Create readme (#3875) 2018-11-29 14:36:44 -07:00
FusionPBX
67dfa2d046 Update 230_group-intercept.xml 2018-11-29 10:18:19 -07:00
Nate
a85350e934 Update app_config.php
Add Default Setting for optional smtp_hostname to be defined when sending mail.
2018-11-29 09:56:26 -07:00
Nate
8d1bfb7200 Update v_mailto.php
Add ability to define the hostname used when sending mail.
2018-11-28 23:00:12 -07:00
FusionPBX
8cbfb6e2d6 Update vars.xml 2018-11-27 09:19:03 -07:00
FusionPBX
5f5d6a3772 Update external-ipv6.xml.noload 2018-11-27 09:16:44 -07:00
FusionPBX
8264b51fc4 Update external.xml.noload 2018-11-27 09:16:06 -07:00
FusionPBX
5ebcc6d545 Update internal-ipv6.xml.noload 2018-11-27 09:15:35 -07:00
FusionPBX
10274a3fc8 Update internal.xml.noload 2018-11-27 09:14:21 -07:00
FusionPBX
d27e528128 Update {$mac}.cfg 2018-11-26 22:16:35 -07:00
FusionPBX
5acac8b46e Update {$mac}.cfg 2018-11-26 22:10:52 -07:00
Len
e57690dfb9 Update y000000000066.cfg (#3866) 2018-11-26 13:43:13 -07:00
Len
b815abdca3 Update y000000000067.cfg (#3865) 2018-11-26 13:43:00 -07:00
Len
2d5338cfc9 Update y000000000065.cfg (#3864) 2018-11-26 13:42:49 -07:00
Len
525c8ce17f Update {$mac}.cfg (#3867) 2018-11-26 13:42:36 -07:00
Len
755dd8e37f Update {$mac}.cfg (#3868) 2018-11-26 13:42:04 -07:00
Len
3743101d69 Update {$mac}.cfg (#3869) 2018-11-26 13:41:42 -07:00
Len
8890e734a8 Update y000000000068.cfg (#3863) 2018-11-26 13:41:17 -07:00
diger
3b182ba78f Fix sqlite error (#3861) 2018-11-23 08:07:05 -07:00
FusionPBX
e29dcbeb37 Update xml_cdr.php 2018-11-23 08:03:36 -07:00
TekMason
d6e0d1c372 Update y000000000028.cfg (#3862)
* Update y000000000028.cfg

Addition of Dsskey section per Yealink Provisioning common (model) template and variable for   features.config_dsskey_length  similar to t54s implementation.
See https://gitlab.com/tekmason/fusionpbx-issues/issues/16 for details and use case.

* Update y000000000028.cfg

* Update y000000000028.cfg
2018-11-22 11:56:38 -07:00
FusionPBX
7eab2ffb06 Update xml_cdr.php 2018-11-21 16:07:02 -07:00
FusionPBX
edf62edff9 Update extensions.php 2018-11-21 12:46:50 -07:00
kwriley87
7aa0e36234 HTek Template Changes (#3770)
* Fix http:// prefix in Server Config URL to https://

Currently in the template, the server config prefix is set to http:// and should be set to https://

* Fix http:// prefix in Server Config to https://

Currently in the template, the server config prefix is set to http:// and should be set to https://

* HTek Template Changes

TSLCommenNameValidation should be set to 1 for OFF

TLSOnlyAcceptTrustCA should be set to 1 for OFF

TrustedCaType Should be set to 2 for All Certificates
2018-11-19 16:40:25 -06:00
konradSC
2843c947b0 BLF of agent status "agent+username@domain.com (#3860)
* BLF of agent status "agent+username@domain.com

Add the ability to monitor the availability status of a call center agent with "agent+agentname@domain.com".

* Update index.lua

Send notify to blf with "agent+agentname@domain.com"
2018-11-19 16:39:54 -06:00
FusionPBX
8d7de74dfd Update call_flow_edit.php 2018-11-14 15:13:57 -06:00
FusionPBX
297532104b Update 320_vmain.xml 2018-11-14 10:14:42 -06:00
Len
01102182d5 Update app_config.php (#3857) 2018-11-14 09:25:59 -06:00
Len
097f96a8b5 Update app_languages.php (#3858) 2018-11-14 09:25:35 -06:00
FusionPBX
a7b7649161 Update domain_edit.php 2018-11-14 08:08:10 -06:00
FusionPBX
1d0a3e972f Update domain_settings.php 2018-11-14 08:04:57 -06:00