Commit Graph

543 Commits

Author SHA1 Message Date
FusionPBX 3afa0c13aa
Update node.sh 2017-11-16 10:06:50 -07:00
FusionPBX c5c55bb35a
Update postgres.sh 2017-11-06 20:54:06 -07:00
FusionPBX d2fd4edcbe
Update postgres.sh 2017-11-06 19:57:35 -07:00
FusionPBX f0e4b5e4c5
Update node.sh 2017-11-06 18:51:52 -07:00
FusionPBX 0237e5fb15
Update node.sh 2017-11-06 18:14:50 -07:00
FusionPBX e448e41f61
Update postgres.sh 2017-11-06 18:11:13 -07:00
FusionPBX 8a1d111aaa
Update node.sh 2017-11-06 18:03:45 -07:00
FusionPBX 04f78936e1
Update postgres.sh 2017-11-06 17:55:38 -07:00
FusionPBX 2fe881b6af
Update config.sh 2017-11-06 17:44:42 -07:00
FusionPBX 151f858c6b
Update fusionpbx 2017-10-31 14:46:31 -06:00
FusionPBX 27bc2f1ab3 Update fail2ban.sh 2017-10-16 16:06:57 -06:00
FusionPBX 41a23cbe81 Update dsn.sh 2017-10-12 19:34:04 -06:00
FusionPBX 91ecd0ce57 Update dsn.sh 2017-10-12 17:42:34 -06:00
FusionPBX 5145dc3266 Update config.sh 2017-10-12 17:30:19 -06:00
FusionPBX 712fb0bd0b Update fail2ban.sh 2017-10-09 11:35:04 -06:00
FusionPBX 37ecd268db Update jail.local 2017-10-09 11:33:17 -06:00
FusionPBX 609ae00d86 Rename fusionpbx-invalid-mac.conf to fusionpbx-mac.conf 2017-10-09 11:32:37 -06:00
FusionPBX f585ca8216 Update pre-install.sh 2017-10-09 10:17:19 -06:00
FusionPBX 98e1afe8fe Update jail.local 2017-10-08 23:58:24 -06:00
FusionPBX aa78b22568 Update jail.local 2017-10-08 23:49:05 -06:00
FusionPBX f91c4d3fb6 Update jail.local 2017-10-08 23:24:23 -06:00
FusionPBX f78137a767 Create fusionpbx-invalid-mac.conf 2017-10-08 22:43:19 -06:00
FusionPBX b0d9c28ab4 Update jail.local 2017-10-08 22:31:50 -06:00
FusionPBX d7273a3f5a Update jail.local 2017-10-08 22:29:31 -06:00
FusionPBX 62feb25a5e Update source-release.sh 2017-10-07 12:11:26 -06:00
FusionPBX b6c8ea794c Update environment.sh 2017-10-07 11:53:05 -06:00
FusionPBX b7d2ac8352 Update environment.sh 2017-10-07 11:37:54 -06:00
FusionPBX dd3b6dcdf4 Update letsencrypt.sh 2017-10-07 11:24:08 -06:00
FusionPBX 4bfe46b13a Update reset_admin_password.sh 2017-10-07 11:19:07 -06:00
FusionPBX b11e744abe Update letsencrypt.sh 2017-10-07 11:17:24 -06:00
FusionPBX 64278a34fe Update fusionpbx.sh 2017-10-07 11:16:45 -06:00
FusionPBX f7715a70d6 Update fail2ban.sh 2017-10-07 11:16:04 -06:00
FusionPBX 59e1b5f58c Update finish.sh 2017-10-07 11:15:14 -06:00
FusionPBX 67ccb082cb Update environment.sh 2017-10-07 11:02:51 -06:00
TylerP 163929dd7c Update fusionpbx-maintenance.sh (#128)
I am a novice but I think I found some small items here to correct.  Most notably, the path for freeswitch voicemail is not proper, at least for my packages based install.
2017-09-16 13:31:35 -05:00
Len b7c24fe377 Update finish.sh (#124) 2017-09-07 15:33:16 -06:00
Len 04b7f748c4 Update finish.sh (#116)
* Update finish.sh

update class dates

* Update finish.sh

* Update finish.sh

* Update finish.sh
2017-09-06 21:45:59 -06:00
Mafoo d612f4c553 Enhance - report more on error in enviroment.sh (#99)
When there is a error with the enviroment report more information
fixes for the centos script that had some parts wrong
2017-09-02 09:10:37 -06:00
emaktech a33131c8be Ban on auth failure instead of challenge (#113)
Default fail2ban DoS ruleset looks for auth challenges, but auth challenges can be either successful or unsuccessful. Default rule causes problems with larger environments with many registered devices as they have many successful auth challenges with short registration periods.

By the time auth challenges can be made successfully in volume, it's far too late to be worrying about a DoS or brute force attempt - it's already too late. Rule change here will reduce false positives while still providing same level of useful protection.

Maybe also consider reducing maxretry count or increasing findtime in jail.local to catch true failed auth brute force or DoS attempts more easily in conjunction with above change.

This will be more sensitive in detection and should carry lower false positive rate.
2017-09-02 09:09:07 -06:00
Len 0760aa8522 Update source-systemd.sh (#115)
correct freeswitch.pid path and freeswitch.service path
https://github.com/fusionpbx/fusionpbx/issues/2812
2017-09-02 09:07:22 -06:00
FusionPBX 1a23b6822f Update fusionpbx-maintenance.sh 2017-08-18 11:21:06 -06:00
FusionPBX 7e0513a0ec Update package-release.sh 2017-08-16 18:35:21 -06:00
FusionPBX 79c146e8ba Update package-master.sh 2017-08-16 18:34:42 -06:00
DCVOIP 0be2391fdf Only remove MOH for x86 (#112) 2017-08-16 16:12:59 -06:00
DCVOIP 4e0d249cea Only remove MOH for x86 (#111)
Not needed for ARM currently
2017-08-16 15:16:51 -06:00
FusionPBX c2066837a8 Update fusionpbx 2017-08-16 14:59:11 -06:00
danry25 d7dfdb2279 Easy disabling of LetsEncrypt folders (#109) 2017-08-09 02:04:45 -05:00
Len b20da0cfbb Update fusionpbx (#110)
add commented option for #ssl_dhparam
2017-08-06 12:13:14 -06:00
FusionPBX f332915c52 Update install.sh 2017-08-03 09:34:11 -06:00
FusionPBX 6ccb239886 Change systemctl to service command. 2017-08-02 11:42:53 -06:00
Mafoo 3744d31bb3 Enhance - add reset_admin_password.sh (#102)
will look for all instances of system_username from config.sh in the database and update it's password
2017-07-29 13:59:40 -06:00
FusionPBX b87904be18 Update source-systemd.sh 2017-07-29 13:53:46 -06:00
FusionPBX 722931e95e Update package-systemd.sh 2017-07-29 13:53:17 -06:00
danry25 0042437ad0 Added minimal OpenVZ support. (#107) 2017-07-29 13:49:51 -06:00
FusionPBX 7ff97bbe8a Update finish.sh 2017-07-29 11:20:22 -06:00
FusionPBX b891a5c3f0 Update config.sh 2017-07-29 11:14:17 -06:00
FusionPBX dafbcd4d4f Update finish.sh 2017-07-29 11:09:14 -06:00
FusionPBX e95e1c03a7 Update config.sh 2017-07-29 11:05:16 -06:00
FusionPBX d9585ab06e Update config.sh 2017-07-29 11:02:43 -06:00
FusionPBX 665385eacb Update config.sh 2017-07-29 11:01:17 -06:00
Len 65f004cfb8 update class dates (#106) 2017-07-26 09:07:12 -06:00
FusionPBX f429bd6a0a Update package-systemd.sh 2017-07-06 10:46:48 -06:00
FusionPBX 2492813700 Update source-systemd.sh 2017-07-06 10:46:19 -06:00
FusionPBX 22d2590587 Create etc.default.freeswitch.source 2017-07-06 10:45:46 -06:00
FusionPBX 83a8e037f4 Rename etc.default.freeswitch to etc.default.freeswitch.package 2017-07-06 10:44:58 -06:00
FusionPBX d6d8b62998 Update source-permissions.sh 2017-07-06 10:39:30 -06:00
FusionPBX f46d748b12 Update source-release.sh 2017-07-06 10:36:23 -06:00
FusionPBX b97d78e3e4 Update source-release.sh 2017-07-06 10:31:32 -06:00
FusionPBX d2e36d8cb7 Update source-release.sh 2017-07-06 10:10:29 -06:00
FusionPBX 310c29d407 Update source-release.sh 2017-07-06 10:08:13 -06:00
Luke Milbourne e8f6d399ad dsn.sh update (#103)
Check .db exists before deleting. Prevents error output if .db file doesn't exist.
2017-06-15 16:35:26 -07:00
FusionPBX 69aab48f12 Set client_encoding to UTF8 2017-06-15 16:03:18 -07:00
FusionPBX b9120383c5 Update dsn.sh 2017-06-15 12:21:13 -07:00
FusionPBX f3c2def2f2 Update dsn.sh 2017-06-15 12:20:11 -07:00
FusionPBX 1b70df313e Create dsn.sh 2017-06-15 11:20:46 -07:00
FusionPBX 41b522b33c Create dsn.sh 2017-06-15 11:15:58 -07:00
FusionPBX ac90958e69 Create dsn.sh 2017-06-15 10:53:07 -07:00
FusionPBX 2d46a289db Create dsn.sh 2017-06-15 10:42:13 -07:00
FusionPBX d85b7bea55 Create dsn.sh 2017-06-15 10:40:30 -07:00
FusionPBX 9669c0bd3f Create dsn.sh 2017-06-15 10:35:34 -07:00
FusionPBX 6e37c1814f Create dsn.sh 2017-06-15 10:30:13 -07:00
Mark J Crane f42880311c Update the permissions 2017-06-15 12:08:15 -05:00
FusionPBX 7d1f2c24ea Create dsn.sh 2017-06-15 10:05:12 -07:00
FusionPBX a3c7e6a1a4 Create dsn.sh 2017-06-15 09:59:02 -07:00
FusionPBX 4dda1f6b36 Update dsn.sh 2017-06-15 09:42:17 -07:00
FusionPBX b39cd77801 Create dsn.sh 2017-06-15 09:41:59 -07:00
FusionPBX cd7fc0d97c Create dsn.sh 2017-06-15 09:36:48 -07:00
FusionPBX 9a14de7467 Create fusionpbx 2017-06-10 19:05:40 -06:00
Dean Montgomery 6be3e5d3c9 Add Grandstream and Vtech rewrites (#100) 2017-06-10 11:52:15 -06:00
Mafoo 6ced551218 add 'at' as a requirred package (#101) 2017-06-10 11:50:59 -06:00
FusionPBX db6815d315 Update jail.local 2017-06-06 23:15:08 -06:00
Mafoo 0ce35270e3 BugFix core/upgrade/install.php timeout (#98)
update configuration to allow the core/upgrade/install.php to have the
same read_timeout in nginx as it has in php execution time.
This should prevent the nginx timeout error when a upgrade takes longer
than 60 seconds (the deafult in nginx)
2017-05-23 09:30:15 -06:00
FusionPBX 4d7997ad5f Update dsn.sh 2017-05-21 13:59:34 -06:00
FusionPBX 22e8196fa4 Update dsn.sh 2017-05-21 13:56:29 -06:00
FusionPBX d00fc858f5 Create dsn.sh 2017-05-21 13:54:47 -06:00
FusionPBX 9261a368f8 Update letsencrypt.sh 2017-05-21 00:23:41 -06:00
FusionPBX a69a40f2d5 Update letsencrypt.sh 2017-05-21 00:20:03 -06:00
FusionPBX ee5a80a560 Update letsencrypt.sh 2017-05-21 00:16:26 -06:00
FusionPBX b474e88c51 Update letsencrypt.sh 2017-05-21 00:10:20 -06:00
FusionPBX f34cc71056 Update letsencrypt.sh 2017-05-21 00:06:10 -06:00
FusionPBX 8e1a759c6a Update finish.sh 2017-05-20 01:32:53 -06:00
FusionPBX 0f78a3225b Update empty.sh 2017-05-15 18:32:09 -06:00
FusionPBX 1d57128545 Update empty.sh 2017-05-15 18:28:04 -06:00
FusionPBX 897c0cd24b Update postgres.sh 2017-05-15 18:22:33 -06:00
Mark J Crane 11b2a73040 Fix file permissions 2017-05-16 00:04:42 +00:00
FusionPBX 4fc71e337c Update random.sh 2017-05-15 17:57:28 -06:00
FusionPBX 194ad45308 Create random.sh 2017-05-15 17:56:08 -06:00
FusionPBX df1a274a6d Create empty.sh 2017-05-15 17:48:13 -06:00
FusionPBX d9a5ca92a1 Update sngrep.sh 2017-05-14 22:25:30 -06:00
FusionPBX 8e29bb93d8 Update install.sh 2017-05-10 22:03:58 -06:00
FusionPBX a433df8dec Update fusionpbx.sh 2017-05-10 13:56:24 -06:00
FusionPBX c56521d63e Update finish.sh 2017-05-10 13:46:42 -06:00
Simon Walter 4bb4d099c0 installation script for OS Devuan (#95)
* adding devuan

* add devaun desc to README
make update and upgrade more noisy
correct path for devuan in pre-install

* some untested code for the source install - source installation is broken in Debian installation script and I have not debugged the problem. Focusing on the packaged version first.
2017-05-09 12:58:43 -06:00
FusionPBX 765d325149 Update bdr.sh 2017-05-04 15:17:15 -07:00
FusionPBX dba2aef312 Update config.sh
Debian default back to PHP 5 to use Debian's default repository rather than the 3rd party repo. To get Debian 7 now go to debian/resources/config.php and change it to 7.
2017-04-29 04:09:00 -06:00
Charlie Root ba467b410a Make the scripts executable 2017-04-24 22:10:47 +00:00
FusionPBX 2377fd8bc4 Update postgres.sh 2017-04-23 01:54:00 -06:00
FusionPBX ef6a0613bc Update fusionpbx.sh 2017-04-23 01:49:16 -06:00
FusionPBX ef0490bce7 Update fusionpbx.sh 2017-04-23 01:44:41 -06:00
DigiDaz d980759de9 Update for ARM (#93)
* Update to use php7 for arm

* Fix typo

* Use sip247 9.6 repo for arm
2017-04-19 17:55:50 -06:00
FusionPBX 408af778b7 Update finish.sh 2017-04-16 11:57:58 -06:00
FusionPBX 6849ec9725 Update fusionpbx-maintenance.sh 2017-04-10 20:06:57 -06:00
FusionPBX d33ed5f718 Update bdr.sh 2017-04-05 11:56:28 -06:00
FusionPBX 2fec091526 Update pre-install.sh 2017-04-03 22:32:48 -06:00
FusionPBX b64ffd17d9 Create pre-install.sh 2017-04-03 21:39:57 -06:00
Mark J Crane 99eeaa13cf Add creat role and permissions 2017-03-30 21:41:35 +00:00
Mark J Crane 7102bb4d0a Add a sleep and date 2017-03-30 21:12:10 +00:00
root a3f41a0f02 Update PostgreSQL 2017-03-30 20:38:06 +00:00
FusionPBX 9998b7cbc3 Update pg_hba.conf 2017-03-30 00:39:24 -06:00
FusionPBX 4f57a25254 Create pg_hba.conf 2017-03-30 00:38:37 -06:00
FusionPBX fbae85ff97 Create postgresql.conf 2017-03-29 20:10:52 -06:00
FusionPBX ab820bca03 Update config.sh 2017-03-29 15:15:24 -06:00
root 616d0d3c92 update the permissions 2017-03-29 21:11:22 +00:00
FusionPBX 4f3a5345ad Update fusionpbx-maintenance.sh 2017-03-29 15:08:53 -06:00
FusionPBX 6f451687c0 Update fusionpbx-maintenance.sh 2017-03-29 15:03:24 -06:00
FusionPBX ed281f8bbd Create fusionpbx-maintenance.sh 2017-03-29 14:55:42 -06:00
FusionPBX 59c4f4473e Update iptables.sh
Adding IPtables DSCP QoS tagging - Thanks Brian K West for this suggestion.
2017-03-23 14:51:08 -06:00
FusionPBX ddca9feea4 Update finish.sh 2017-03-18 23:03:37 -06:00
FusionPBX 1a6d526ab0 Update config.sh 2017-03-18 22:51:37 -06:00
erxspin 5a2f3521cb Bug fix exec permissions CentOS - part 1 (#89)
* added CentOS, Fedora, RHEL choices with minimal version check (recommited)

* fixed small typos

* added special option --use-php5-package

* parse options and export new environment variable USE_PHP5_PACKAGE

* added choice between php5* or php7.0* packages (recommited)

* fixed php*-fpm service name and php.ini file path (recommited)

* prepare socket name for nginx to work with php5-fpm or php7.0-fpm (recommited)

* added ppa:ondrej/php5-compat repo

* added dependency ppa:ondrej/php repo and package software-properties-common

* added execute permissions to ./centos/*.sh files
2017-03-17 17:44:14 -06:00
FusionPBX 7086f7aff8 Update letsencrypt.sh 2017-03-11 12:43:31 -07:00
FusionPBX e68d908e47 Update letsencrypt.sh 2017-03-11 12:40:29 -07:00
FusionPBX 2b1c6190fa Update postgres.sh
Fix the drop schema and create schema.
2017-03-10 04:12:59 -07:00
FusionPBX 1e18000cd5 Update nginx.sh 2017-03-09 12:10:47 -07:00
FusionPBX 40505e1de7 Update source-release.sh 2017-03-09 10:40:20 -07:00
FusionPBX fd9d998339 Update package-release.sh 2017-03-09 10:31:20 -07:00
FusionPBX 77ce16af7c Update package-all.sh 2017-03-09 10:27:02 -07:00
FusionPBX 614c3ff3bc Update sngrep.sh 2017-03-05 22:38:32 -07:00
FusionPBX 5075fda937 Update sngrep.sh 2017-03-05 22:37:15 -07:00
FusionPBX 29d8ee2717 Update sngrep.sh 2017-03-05 22:36:28 -07:00