Commit Graph

13165 Commits

Author SHA1 Message Date
FusionPBX 7239201d77
Delete app_languages.php 2019-06-12 13:10:24 -06:00
FusionPBX ca2da7ae6e
Delete app_config.php 2019-06-12 13:10:15 -06:00
FusionPBX 27cb354ae0
app/backup moved to fusionpbx-apps/backup 2019-06-12 13:10:07 -06:00
FusionPBX 95bd03465e
app/backup moved to fusionpbx-apps/backup
Better to use the backup script but for those that still want it go to fusionpbx-apps repo to get it.
2019-06-12 13:09:52 -06:00
FusionPBX d2b51d8b66
Delete root.php 2019-06-12 12:38:00 -06:00
FusionPBX b71a333d40
This code actually breaks inbound fax email. Commented it out and it works again. 2019-06-11 18:42:58 -06:00
Matthias Kneer 4726f9baa6 Fix ocurrences of https://fusionpbx.com (#4275)
Since the websites SSL / TLS certificate does not include `fusionpbx.com` as a SAN the https links should point directly to `www.fusionpbx.com` since otherwise the browser will throw an error regarding an insecure connection. An alternative fix would be to get the non-www name into the SSL / TLS certificate.
2019-06-11 15:15:53 -06:00
chansizzle b368d6fc74 Update dialplans.php (#4277) 2019-06-11 12:32:25 -06:00
FusionPBX 57f6309744
Update hangup_rx.lua 2019-06-11 02:58:52 -06:00
chansizzle 02bdd2e7aa Update user_edit.php (#4274) 2019-06-10 13:15:04 -06:00
FusionPBX 79037e1941
Update provision.php 2019-06-09 18:44:33 -06:00
FusionPBX 48f3be68af
Update users.php 2019-06-08 20:51:30 -06:00
FusionPBX 386194a23f
Update user_edit.php 2019-06-08 20:08:29 -06:00
AlexanderDCrane 7430ae1ec4 Update destination_imports.php (#4266)
* Update destination_imports.php

* Update destination_imports.php
2019-06-08 14:54:59 -06:00
FusionPBX 34e4ebd854
Update conference_centers.php 2019-06-08 14:44:05 -06:00
FusionPBX d9337e7304
Update conference_centers.php 2019-06-08 14:27:05 -06:00
FusionPBX a02f4f1965
Update conference_centers.php 2019-06-08 14:26:08 -06:00
FusionPBX 571eb538cf
Update call_center_notify.php 2019-06-08 10:24:53 -06:00
FusionPBX aa2e2778ab
Update conference_center_delete.php 2019-06-08 10:21:56 -06:00
FusionPBX 226059384c
Update conference_room_delete.php 2019-06-08 10:15:27 -06:00
FusionPBX f6a325bb3e
Update conference_sessions.php 2019-06-08 10:04:34 -06:00
FusionPBX c8c153af35
Update conference_session_details.php 2019-06-08 10:02:23 -06:00
FusionPBX ffb20685e9
Update conference_sessions.php 2019-06-08 10:00:40 -06:00
FusionPBX 5ea414b363
Update conference_sessions.php 2019-06-08 09:47:12 -06:00
FusionPBX 58e8877d0b
Update conference_center_edit.php 2019-06-08 09:43:57 -06:00
FusionPBX 7d33710f70
Update conference_rooms.php 2019-06-08 09:31:03 -06:00
FusionPBX 11a9294198
Update conference_centers.php 2019-06-08 09:25:39 -06:00
FusionPBX 5b625337cb
Update conference_rooms.php 2019-06-08 09:23:03 -06:00
Len d18e90a30d Update README.md (#4271)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2019-06-07 23:14:27 -06:00
FusionPBX 0b5da895bd
Update xml_cdr_inc.php 2019-06-06 21:10:20 -06:00
AlexanderDCrane 530182731a Update destinations.php (#4265)
* Update destinations.php

* Update destinations.php
2019-06-06 18:55:59 -06:00
AlexanderDCrane a3e0f5e94f Update database_transactions.php (#4264)
* Update database_transactions.php

* Update database_transactions.php
2019-06-06 18:55:08 -06:00
blackwolfresearch 51fcd89756 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
chansizzle 1101f108ba Update index.php (#4267) 2019-06-06 13:45:35 -06:00
FusionPBX 8f95ff8da1
Update time_condition_edit.php 2019-06-06 11:40:44 -06:00
Len dccc9d2f15 Create y000000000096.cfg (#4261) 2019-06-05 23:47:16 -06:00
jpattWPC e1efd90943 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 7937f72ed3 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
agree e2d6f5520d Update xml_cdr.php (#4256) 2019-06-05 12:18:56 -06:00
Len 4b9f6c0a2b Create {$mac}.cfg (#4257) 2019-06-05 10:56:31 -06:00
Len 92efbd9364 Create directory.xml (#4258) 2019-06-05 10:50:09 -06:00
Len c084caa5b6 Create favorite_setting.xml (#4259) 2019-06-05 10:49:49 -06:00
Len 974d5e2cff Create {$mac}.boot (#4260) 2019-06-05 10:49:30 -06:00
FusionPBX 2d950545b3
Update calls.php 2019-06-03 16:33:28 -06:00
AlexanderDCrane 521d60cc29 Update calls_active.php (#4249)
* Update calls_active.php

* Update calls_active.php
2019-06-03 16:32:57 -06:00
chansizzle f020851e93 Update app_languages.php (#4252) 2019-06-03 16:23:33 -06:00
chansizzle 80eb1c7ff9 Update device_download.php (#4253) 2019-06-03 16:23:13 -06:00
FusionPBX 162fedd045
Update calls.php 2019-06-03 16:22:19 -06:00
chansizzle 0ed9cb4384 Update extension_download.php (#4254) 2019-06-03 15:35:03 -06:00
chansizzle ac96d85bb9 Update pin_download.php (#4255) 2019-06-03 15:34:35 -06:00