Commit Graph

5229 Commits

Author SHA1 Message Date
Luis Daniel Lucio Quiroz add3dc70ec gives save_var_xml() more tolerance (#4299)
when there is no local freeswitch running (big cluster deployments where Fusion UI is in another server), sometimes there is no local freeswitch running. this breaks the variables per host.

This patch gives the chance to use the hostname as a fallback option before giving up.
2019-06-20 03:35:41 -06:00
Len 4008f2255f Update {$mac}.xml (#4294) 2019-06-18 21:12:33 -06:00
Len 9f97c527c3 Update {$mac}.xml (#4295) 2019-06-18 21:10:47 -06:00
Len b770356a65 Update {$mac}.xml (#4296) 2019-06-18 21:09:58 -06:00
Len 8889c159fc Update {$mac}.xml (#4297) 2019-06-18 21:09:11 -06:00
Len b6c22e07fa Update {$mac}.xml (#4298) 2019-06-18 21:08:24 -06:00
FusionPBX 9425225820 Create {$mac}.xml 2019-06-18 19:14:28 -06:00
Len 6ced89ca28 Update {$mac}.xml (#4282)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-15 08:43:56 -06:00
FusionPBX 70fffb8e37 Update hangup_rx.lua 2019-06-14 23:59:37 -06:00
FusionPBX baea8db575 Update fax_retry.lua 2019-06-14 23:56:56 -06:00
Len d60c7a25af Update {$mac}.xml (#4281)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-14 22:12:43 -06:00
Len ed4d881ece Update {$mac}.xml (#4283)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-14 19:58:40 -06:00
Len c13261238f Update {$mac}.xml (#4284)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-14 19:57:04 -06:00
Len a7106a2774 Update {$mac}.xml (#4285)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-14 19:56:50 -06:00
FusionPBX e53860eb47 This code actually breaks inbound fax email. Commented it out and it works again. 2019-06-11 18:42:58 -06:00
FusionPBX 8ac8f04872 Update hangup_rx.lua 2019-06-11 02:58:52 -06:00
blackwolfresearch ece98a9c01 Security Fixes (#4268)
* Updated fixes for CVE-2019-11409

* Fix for XSS - (CVE-2018-19094)

* Fix for fax cmd injection (CVE-2018-19096)
2019-06-06 18:46:00 -06:00
Len 768c2e094e Create y000000000096.cfg (#4261) 2019-06-05 23:47:16 -06:00
jpattWPC 3a6dcdd340 Allow Phrases to be used in IVRs (#4263)
With the current implementation, Phrases cannot be used in IVRs as streamfile.lua prevents keypresses from being passed back to the IVR. This fix makes a small change to the way phrases are stored and allows streamfile to be run without blocking IVR keypresses.
2019-06-05 21:12:13 -06:00
jpattWPC 4ae27f13b6 Add support for PostgreSQL TLS (#4262)
This commit adds support for PostgreSQL TLS communication. This requires /etc/fusionpbx/config.php to have two parameters added:

$db_secure = true;
$db_cert_authority = "/path/to/ca.crt";
2019-06-05 21:10:58 -06:00
Len 3dcec79663 Create {$mac}.cfg (#4257) 2019-06-05 10:56:31 -06:00
Len 9c01dfb2ea Create directory.xml (#4258) 2019-06-05 10:50:09 -06:00
Len cd62e5b24f Create favorite_setting.xml (#4259) 2019-06-05 10:49:49 -06:00
Len ad2367b8fe Create {$mac}.boot (#4260) 2019-06-05 10:49:30 -06:00
chansizzle 5724c26a01 Update app_languages.php (#4252) 2019-06-03 16:23:33 -06:00
FusionPBX ce8ac1d3e2 Update index.lua 2019-06-03 08:24:13 -06:00
Len e0555de2d3 Update {$mac}.xml (#4241) 2019-06-02 13:09:42 -06:00
Bryan Redeagle 9e0826ab3c Added support for Digium D-Series phones. (#4229) 2019-06-02 10:01:54 -06:00
Len 6df7a33fbd Update {$mac}.xml (#4236) 2019-06-01 20:47:10 -06:00
Len 63a0af5695 Update {$mac}.xml (#4237) 2019-06-01 20:46:47 -06:00
Len b1d8067e89 Update {$mac}.xml (#4240) 2019-06-01 20:46:05 -06:00
Len 6d3cc1c2d6 Update {$mac}.xml (#4239) 2019-06-01 20:45:08 -06:00
Len 5066580034 Update {$mac}.xml (#4238) 2019-06-01 20:44:00 -06:00
Len cde9249b09 Update {$mac}.xml (#4234) 2019-06-01 20:12:13 -06:00
FusionPBX 43590603ad Update {$mac}.xml 2019-06-01 17:15:01 -06:00
FusionPBX ab3dd4989c Rename {mac}.xml to {$mac}.xml 2019-06-01 17:06:05 -06:00
FusionPBX 8094983561 Rename {mac}.xml to {$mac}.xml 2019-06-01 17:05:18 -06:00
FusionPBX de1a35e912 Update index.lua 2019-06-01 15:07:49 -06:00
Nate 91414a830e Functions: Update send_email function to support attachments 2019-06-01 12:07:58 -06:00
FusionPBX 8dadf79b7e Minor version update 4.5.6 2019-05-30 02:03:56 -06:00
FusionPBX 58537ce365 Update message.php 2019-05-30 01:55:07 -06:00
FusionPBX 8679b58680 Update record_message.lua 2019-05-30 01:53:35 -06:00
FusionPBX ed92a99130 Revert "[4.5] Fix the ALTER TABLE (#4097)"
This reverts commit 8822528227.
2019-05-30 00:56:51 -06:00
emaktech e1a54c9ec9 Fix Call Block Type Setting Check
When setting call_block_matching, the setting was not being evaluated as true because it was looking for 'call block' group when the actual name is 'call_block'.

Adding the underscore fixes this small syntax issue and the setting works correctly.
2019-05-28 14:27:29 -04:00
FusionPBX c34ff1d4c6 Update database.php 2019-05-27 19:56:32 -06:00
FusionPBX 157db18dc7 White space cleanup on the text class. 2019-05-25 23:40:51 -06:00
FusionPBX ed19df468d Merge pull request #4205 from Len-PGH/patch-3
Update {$mac}.xml
2019-05-25 14:23:20 -06:00
FusionPBX 4d8dc508c2 Merge pull request #4206 from Len-PGH/patch-4
Update {$mac}.xml
2019-05-25 14:23:07 -06:00
FusionPBX cb3e9d9b7a Merge pull request #4207 from Len-PGH/patch-5
Update {$mac}.xml
2019-05-25 14:20:48 -06:00
FusionPBX c26a0cea4e Merge pull request #4208 from Len-PGH/patch-6
Update {$mac}.xml
2019-05-25 14:19:55 -06:00