Commit Graph

1544 Commits

Author SHA1 Message Date
FusionPBX 43fce2d231
Change w+ to .* to account for domains with hyphens. 2021-08-21 12:43:06 -06:00
FusionPBX 0618074b69
Change w+ to .* to account for domains with hyphens. 2021-08-21 12:42:26 -06:00
FusionPBX 41046e30a6
Change w+ to .* to account for domains with hyphens. 2021-08-21 12:41:43 -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 86e27b370c
Add mbstring used by fax and smarty. 2021-07-07 11:41:33 -06:00
FusionPBX 97989452cb
Add mbstring used by fax and smarty. 2021-07-07 11:38:36 -06:00
FusionPBX 2eece9d01e
Fix Raspberry Pi ioncube install. 2021-06-25 11:24:07 -06:00
FusionPBX ceb0f06f63
Remove the comments. 2021-06-07 22:29:15 -06:00
FusionPBX 4ad6ce0b14
Update Ubuntu install PostgreSQL if the database_host is 127.0.0.1 or ::1 2021-06-07 19:00:20 -06:00
FusionPBX e81f22f4c7
Update fusionpbx-maintenance 2021-04-26 11:57:23 -06:00
FusionPBX 59c4b7df5b
Add PHP curl to the FreeBSD install script. 2021-04-16 16:42:45 -06:00
FusionPBX b74b33e1c0
Change FreeSWITCH compile to 1.10.3
Compile FreeSWITCH 1.10.3 compile works with Ubuntu 20.04 LTS
2021-03-20 01:39:58 -06:00
FusionPBX 4359da381f
Update php.sh 2021-03-19 23:03:56 -06:00
FusionPBX d3a7125ff2
Update ioncube.sh 2021-03-19 22:18:35 -06:00
FusionPBX 0795fa076a
Update the path /usr/lib/php/20170718 to /usr/lib/php/20190902 2021-03-19 22:02:50 -06:00
FusionPBX 8a9620a581
Start adding php version 7.4 2021-03-19 21:57:21 -06:00
FusionPBX eaaef03163
Remove mod_avmd from default compile. 2021-03-19 20:01:24 -06:00
FusionPBX 331a7e77ca
Change libspandsp3-dev to libspandsp-dev
libspandsp3-dev not available on Ubuntu 20.04 LTS changed to libspandsp-dev
2021-03-19 19:43:34 -06:00
FusionPBX c8ad3bbf5e
Remove pushd and pop
These are fancy tools but not as intuitive.
2021-03-19 19:38:42 -06:00
FusionPBX e651d3f41c
Add PHP 7.3 and 7.4 2021-03-09 15:45:25 -07:00
FusionPBX 94914a2052
Install FreeSWITCH then Fail2ban. 2021-03-08 08:36:42 -07:00
FusionPBX 66f6f70177
Install FreeSWITCH then Fail2ban. 2021-03-08 08:34:42 -07:00
FusionPBX 741e9b634b
Install FreeSWITCH then Fail2ban. 2021-03-08 08:33:20 -07:00
FusionPBX 1ce68372c0
Add ExecStartPre=/bin/sleep 10 to systemd freeswitch.service file. 2021-02-20 17:25:49 -07:00
alex-eri 35ba464189
Ubuntu 20.04 (#367)
* Ubuntu 20.04 LTS

For #363

* Update php.sh

* Ubuntu 20.04

* Update nginx.sh

* Update php.sh

* Update source-release.sh

* Update source-release.sh

* Update etc.default.freeswitch.source

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2021-02-14 11:21:46 -07:00
FusionPBX 113700a741
Copy the freeswitch-acl.conf filter into the fail2ban filter.d directory. 2021-02-03 17:55:24 -07:00
FusionPBX bb6cfd01b7
Add the new freeswitch-acl filter to jail.local. 2021-02-03 17:45:23 -07:00
FusionPBX 7346df61a3
New fail2ban filter for Rejected by register acl 2021-02-03 17:38:10 -07:00
FusionPBX 94fd2d4d39
Create nftables.sh
Add the start of an nftables script. Will need additional work.
2021-01-22 14:26:32 -07: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
Guangming Zhou 1805dd7c8d
Fix PostgreSQL version (#364) 2021-01-08 12:44:32 -07:00
frytimo 3a63d467fd
If condition always evaluated to true (#362)
If condition always evaluated to true.
2020-12-16 16:49:17 -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 78aa6f9cd2
Update finish.sh (#361) 2020-12-16 12:34:52 -07:00
Len a5d4c05118
Update finish.sh (#360) 2020-12-16 12:34:24 -07:00
Len d29fb42f3c
Update finish.sh (#359) 2020-12-16 12:33:32 -07:00
Len b7640f6952
Update finish.sh (#358) 2020-12-16 12:33:21 -07:00
Len f5b375a3d0
Update finish.sh (#357) 2020-12-16 12:33:08 -07:00
FusionPBX 389d355630
Update php.ini variables with better defaults. 2020-12-16 12:30:30 -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