Commit Graph

366 Commits

Author SHA1 Message Date
FusionPBX
904e044320 Use the new FusionPBX 5.2 release 2024-01-25 12:40:16 -07:00
Larry Gadallah
39beae7c13 Fixes to allow deployment on FreeBSD 14 (#415)
* Changing default domain name to hostname, setting default PostgreSQL version to 15

* Adding support for PostgreSQL 14 and 15

* Correcting user and group options for freeswitch runtime

* Copying missing resources/fail2ban/freeswitch-dos.conf from debian dir, adding missing copy of sip-auth-challenge-ip.conf and sip-auth-challenge.conf, setting default setting for allowipv6 directive

* Remove freeswitch database and user

Reason for this change is if FreeSWITCH uses the PostgreSQL then its a good idea for it to use its own instance. This is to prevent blocking FreeSWITCH from accessing the database if there is a long running Query on the FusionPBX database

* Changing default domain name to hostname, setting default PostgreSQL version to 15

* Adding support for PostgreSQL 14 and 15

* Correcting user and group options for freeswitch runtime

* Copying missing resources/fail2ban/freeswitch-dos.conf from debian dir, adding missing copy of sip-auth-challenge-ip.conf and sip-auth-challenge.conf, setting default setting for allowipv6 directive

---------
Co-authored-by: Charlie Root <root@sjcacs-test.gadallah.net>
2024-01-03 14:06:57 -07:00
FusionPBX
853fe7d016 Update source-copy.sh 2023-06-23 13:37:31 -06:00
FusionPBX
49d75adec5 Update package-copy.sh 2023-06-23 13:36:47 -06:00
FusionPBX
290c083048 Update config.conf 2023-05-14 14:08:52 -06:00
FusionPBX
a16c7c7fba Default to PHP 8.1 2023-05-14 13:49:18 -06:00
FusionPBX
e2f5055dd9 Update php.sh add PHP 8.1 support 2023-05-14 13:45:48 -06:00
FusionPBX
ce4308ec77 Update package-release.sh 2023-02-23 20:18:48 -07:00
FusionPBX
2a5e867571 Install sox 2023-02-23 20:18:08 -07:00
markjcrane
787c7686a9 Update shell script execute permissions 2023-01-26 17:21:07 -07:00
FusionPBX
5a11657ad2 config.php has been replaced by config.conf 2022-10-26 13:47:58 -06:00
FusionPBX
fddb06683e Use SQLite by default 2022-10-19 11:03:19 -06:00
FusionPBX
320e3f0eb2 Fix sounds and scripts directory 2022-10-18 08:17:22 -06:00
FusionPBX
ecfba00d18 Update config.sh 2022-10-17 23:04:40 -06:00
FusionPBX
8e1a43fbf7 Update finish.sh 2022-10-17 22:33:49 -06:00
FusionPBX
60af1e3adf Update config.sh 2022-10-17 22:21:29 -06:00
FusionPBX
bb024ec47f Update config.conf 2022-10-17 22:16:02 -06:00
FusionPBX
a713b4eec1 Update finish.sh 2022-10-17 22:13:41 -06:00
FusionPBX
6c8c8a8e35 Create config.conf 2022-10-10 08:44:25 -06:00
FusionPBX
0d5191331e Use /usr/local/etc on FreeBSD 2022-10-10 08:39:38 -06:00
FusionPBX
0dc55fac31 Update php.sh 2022-09-27 12:10:01 -06:00
jailbird777
3c12d3dd50 Update FreeBSD install script (for release, anyways) (#392)
Tested on HardenedBSD 14-CURRENT

I'm honestly not sure how the script ever worked without the missing cd commands?
2022-09-10 10:00:37 -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
Pro-pra
954247951a Set missing php end brace (#393)
* Update config.php

* Update config.php

* Update config.php

* Update config.php
2022-06-14 09:26:30 -06:00
FusionPBX
d3974e1584 Change ssl_protocols and additional ssl_ciphers 2022-04-18 19:34:10 -06:00
FusionPBX
7b5bcaa1d3 Update ioncube.sh to use PHP 7.4 2022-03-10 19:45:44 -07:00
FusionPBX
ced688d1d7 Change to PHP 7.4 2022-02-21 13:32:30 -07:00
Richard Allen
e3d22325bf changed default postgresql version to 13 to match the defalt version used by the freeswitch package. (#381)
changed py37-fail2ban to py38-fail2ban because the py37-fail2ban package is no longer available.
2022-02-21 13:07:22 -07:00
FusionPBX
3d24b132c7 Update letsencrypt.sh add --algo rsa to the dehydrated command. (#380)
* Update letsencrypt.sh
2022-01-06 13:43:13 -07:00
FusionPBX
aefc849f9c Add --preferred-chain ISRG Root X1 2021-12-30 08:54:57 -07:00
FusionPBX
415d616016 Update finish.sh 2021-10-06 19:32:14 -06:00
FusionPBX
d8fb2a7b88 Add a message rewrite rule and replaces spaces with tabs. 2021-09-30 10:31:41 -06:00
FusionPBX
dd2ac64251 Update database_version add postgresql 14 and remove versions older than 9.6.
PostgreSQL 12 works the best currently for the install script the other versions are there because they can be installed on FreeBSD 13. However other versions may have issues with PHP package that is built to use PostgreSQL 12.
2021-07-31 10:48:53 -06:00
FusionPBX
89432238f9 Change the description for php_version removing old versions of PHP. 2021-07-31 10:45:38 -06:00
FusionPBX
be8d23190d Remove old versions of PHP and add PHP 8.0. 2021-07-31 10:44:04 -06:00
FusionPBX
a187afad8d Add mbstring used by fax and smarty. 2021-07-07 11:44:50 -06:00
FusionPBX
59c4b7df5b Add PHP curl to the FreeBSD install script. 2021-04-16 16:42:45 -06:00
FusionPBX
5699784e94 Use doublequotes so that the email address variable is added to the configuration. 2021-01-09 12:32:54 -07:00
FusionPBX
84057d999a Update letsencrypt.sh 2021-01-09 00:31:18 -07:00
FusionPBX
bc91517e0d Fix indentation and remove 'ssl on' as it was deprecated. 2021-01-08 12:50:55 -07:00
Len
a5d4c05118 Update finish.sh (#360) 2020-12-16 12:34:24 -07:00
FusionPBX
ff1ad43d0f Uncomment service freeswitch restart 2020-11-16 19:39:10 -07:00
FusionPBX
ea70a6313c Add pg_ctl start after initdb has completed. 2020-11-16 17:07:34 -07:00
FusionPBX
101c67aba8 Change database version from 11 to 12 2020-11-15 22:19:49 -07:00
FusionPBX
46f7cbac90 Add PostgreSQL server 12 and 13 2020-11-15 21:59:47 -07:00
FusionPBX
b61fbf40cc Remove pkg install postgresql-client
The postgresql client should be added as a dependency automatically.
2020-11-15 21:34:20 -07:00
FusionPBX
e40e204211 Update php.sh
Fix a spelling mistake to improve the install.
2020-11-15 20:38:55 -07:00
FusionPBX
fd6d398c5e Update php.sh
Add php74 and pdo_pgsql out of the database_version if statement.
2020-11-15 19:32:19 -07:00
FusionPBX
f1e071b0b5 Update package-release.sh
Use switch_source package or port instead of portsnap_enabled.
2020-11-15 19:16:51 -07:00
Len
4f606f7399 Update finish.sh (#354) 2020-11-10 18:46:54 -07:00