Commit Graph

146 Commits

Author SHA1 Message Date
FusionPBX
bdd6adc95c Update config.conf 2022-10-13 15:08:04 -06:00
FusionPBX
0087938f6f Update finish.sh 2022-10-10 09:04:03 -06:00
FusionPBX
1d17deeefb Create config.conf 2022-10-10 09:03:18 -06:00
FusionPBX
bfa8ec3a45 Update fusionpbx-backup.sh 2022-08-08 18:19:23 -06:00
FusionPBX
e17b057881 Only need user_groups table. Old if statement is no longer needed. (#394) 2022-06-25 11:37:21 -06:00
FusionPBX
dc9cce9e11 Comment out deprecated ssl on 2021-10-18 01:09:11 -06:00
FusionPBX
d29102e221 Restart php-fpm and nginx 2021-10-06 19:40:08 -06:00
FusionPBX
8fa711ac2a Update finish.sh 2021-10-06 19:31:42 -06:00
FusionPBX
63e766458c remove pgsql-9.6 from the path to psql and change 9.6 to 14 2021-10-06 18:49:04 -06:00
FusionPBX
1717be44d2 Change the service restart to postgresql-14 2021-10-06 18:05:10 -06:00
FusionPBX
2fff460632 A few more updates change 9.6 to 14 2021-10-06 18:03:48 -06:00
FusionPBX
f4b4f09943 Update the path to psql. 2021-10-06 17:59:39 -06:00
FusionPBX
8e87ca646f Update PostgreSQL to version 14. 2021-10-06 15:50:51 -06:00
FusionPBX
12110c641e Add a message rewrite rule, add a few more deny rules and replaces spaces with tabs. 2021-09-30 10:40:22 -06:00
FusionPBX
663c0dd914 Change \w+ to .* to account for domains with hyphens. 2021-08-21 12:52:40 -06:00
Guangming Zhou
1805dd7c8d Fix PostgreSQL version (#364) 2021-01-08 12:44:32 -07:00
cargreg
881c60fb9f Update postgresql version from 9.4 to 9.6 to prevent installation issue on Centos
* modfied finish.sh to prevent failure during postgresql user creation
* update postgresql.sh to install postgresql-9.6
2020-12-16 16:45:00 -07:00
Len
f5b375a3d0 Update finish.sh (#357) 2020-12-16 12:33:08 -07:00
Len
bebcaa39e0 Update finish.sh (#351) 2020-11-10 18:47:13 -07:00
Len
ef78ba5a96 Update finish.sh (#346) 2020-10-02 15:53:13 -06:00
yois615
0237a5b1c5 Install FreeSWITCH 1.10.3 (#331)
Previous version of this script pulled FreeSWITCH 1.6, but there is an official RPM package available for 1.10.3.  I have tested this with my own system and haven't encountered problems.
2020-08-28 10:30:22 -06:00
Len
02f3bd3ecc Update finish.sh (#340) 2020-08-28 10:29:02 -06:00
Len
7514ceb3da Update finish.sh (#335) 2020-08-02 22:52:51 -06:00
Gill Abada
278e65c2e1 make database host dynamic. (#334)
Co-authored-by: Gill Abada <gill@callifi.com>
2020-07-31 09:17:08 -06:00
Len
547feffebf Update finish.sh (#326) 2020-06-29 18:54:54 -06:00
Len
4a11c74bec Update finish.sh (#320) 2020-06-13 23:35:50 -06:00
FusionPBX
be0076595d Add --no-check-certificate to ioncube.sh 2020-06-02 11:52:55 -06:00
Len
111cbdfddc Update finish.sh (#312) 2020-05-01 23:32:46 -06:00
Len
4638ca82fa Update finish.sh (#298) 2020-03-07 12:03:50 -07:00
FusionPBX
5319dc55bd Update jail.local 2020-02-19 16:45:32 -07:00
FusionPBX
5552381442 Update fusionpbx.sh 2019-12-14 10:53:01 -07:00
Len
bfee3dbad6 Update finish.sh (#284) 2019-12-11 19:08:31 -07:00
FusionPBX
bca839396d Update fusionpbx.sh 2019-12-06 23:52:18 -07:00
FusionPBX
c1320d9365 Update package-permissions.sh 2019-12-06 23:43:54 -07:00
FusionPBX
911b6b8b8a Update package-permissions.sh 2019-11-28 04:57:28 -07:00
FusionPBX
a0280f5bf0 Update fusionpbx.sh 2019-11-28 03:42:39 -07:00
Len
6dfdee7a5b Update finish.sh (#278) 2019-11-27 17:05:48 -07:00
FusionPBX
61e189c74b Update config.sh 2019-11-03 10:32:36 -07:00
Len
c9e0902989 Update finish.sh (#267)
* Update finish.sh

* Update finish.sh
2019-09-27 14:54:59 -06:00
FusionPBX
1df51f5a7e Update php.sh 2019-09-27 14:54:29 -06:00
Len
6b51b74975 Update finish.sh (#260) 2019-08-23 16:05:35 -06:00
FusionPBX
c42fcf3a90 Update php.sh 2019-08-01 13:05:58 -06:00
Len
70647eab8c Update finish.sh (#254) 2019-07-02 21:55:35 -06:00
FusionPBX
2237f0e97e Update iptables.sh 2019-06-08 00:26:51 -06:00
Len
e0425e29fb Update finish.sh (#249) 2019-06-06 10:33:55 -06:00
Rodrigo Ramírez Norambuena
eacfb9089b Bugfix: Fix the user/group for /etc/php-fpm.d/www.conf (#237)
For a clean install of Centos 7 and using the installer php-fpm get the
permission error

"unix:/var/run/php-fpm/php-fpm.sock failed (13: Permission denied) while
connecting to upstream"

This patch the correct group and user to run php-fpm process.
2019-06-03 18:51:05 -06:00
Bryan Redeagle
f045753429 Added rewrite rules for Digium provisioning. (#246) 2019-06-03 09:42:02 -06:00
J005
867d887596 Iptables update (#238)
* Update iptables.sh

Removed the rules with --string "system" as is can cause issues with legitimate SIP traffic from clients with user agents such as "3CXPhoneSystem"

* Update iptables.sh

Removed the rule --string "system" as is can cause issues with legitimate SIP traffic from clients with user agents such as "3CXPhoneSystem"
2019-05-31 13:37:49 -06:00
Len
d8eae924bb Update finish.sh (#244) 2019-05-30 08:52:32 -06:00
Len
bb3f9a796f Update finish.sh (#241) 2019-05-30 08:44:45 -06:00