Commit Graph

1924 Commits

Author SHA1 Message Date
FusionPBX 09579c9328
config.php has been replaced by config.conf 2022-10-26 13:47:25 -06:00
FusionPBX 4a552bd30f
config.php has been replaced by config.conf 2022-10-26 13:46:52 -06:00
FusionPBX ec316d100f
Disable the patch for 1.10.8 2022-10-19 20:38:09 -06:00
FusionPBX 5ff0e1493c
Chang version to 1.10.8 2022-10-19 20:37:16 -06:00
FusionPBX fddb06683e
Use SQLite by default 2022-10-19 11:03:19 -06:00
FusionPBX 5d1d402079
Use SQLite by default 2022-10-19 11:02:06 -06:00
FusionPBX df1368ac76
Use SQLite by default 2022-10-19 11:01:06 -06:00
FusionPBX e0409214af
Use SQLite by default 2022-10-19 10:59:46 -06:00
FusionPBX 17c0051d3e
Use SQLite by default 2022-10-19 10:58:47 -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 f116ade736
Update the config.conf 2022-10-13 15:15:47 -06:00
FusionPBX 1887bef722
Add additional database settings. 2022-10-13 15:11:13 -06:00
FusionPBX bdd6adc95c
Update config.conf 2022-10-13 15:08:04 -06:00
FusionPBX 5c18456b23
Use PHP 7.4 2022-10-12 18:58:34 -06:00
FusionPBX 9f61f8d8cd
Update config.conf 2022-10-12 10:32:04 -06:00
FusionPBX 5536cf2f1f
Update config.conf 2022-10-12 10:31:39 -06:00
FusionPBX 65be3d44a1
Add database_name and database_username 2022-10-12 10:21:37 -06:00
FusionPBX 2809f6aaff
Update database_username and add database_name 2022-10-12 10:20:30 -06:00
FusionPBX 45ccf815d4
Add database_name 2022-10-12 10:17:40 -06:00
FusionPBX 2b77fa79b1
Update config.sh 2022-10-12 10:16:58 -06:00
FusionPBX be6b39cb09
Add database_username to config.sh 2022-10-12 10:13:01 -06:00
FusionPBX c6fa300858
Use database_username variable from config.sh 2022-10-12 10:11:32 -06:00
FusionPBX bc7bdb95a6
Remove config.php and chown 2022-10-12 09:40:13 -06:00
FusionPBX 2c86a8db1c
Remove config.php and chown 2022-10-12 09:39:21 -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 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 9143158480
Update finish.sh 2022-10-10 08:36:02 -06:00
FusionPBX 175e88285f
Create config.conf 2022-10-10 08:35:15 -06:00
FusionPBX ed6b4d06b3
Create config.conf 2022-10-10 08:34:06 -06:00
FusionPBX 7402ecbe16
Update finish.sh 2022-10-10 08:33:23 -06:00
FusionPBX 3767d0f3fd
Update finish.sh 2022-10-10 08:32:31 -06:00
FusionPBX 15de248b35
Create config.conf 2022-10-10 08:31:33 -06:00
FusionPBX 0dc55fac31
Update php.sh 2022-09-27 12:10:01 -06:00
FusionPBX c5d7bebcb8
Update README.md 2022-09-17 11:09:55 -06:00
FusionPBX fe963fb296
Remove duplicate fastcgi_read_timeout and re-arrange to be more consistent. 2022-09-11 10:09:31 -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
emak f60848e6e9
Add ability to build master branch (#400)
Adds the ability to build mater branch by setting the existing variable `$switch_branch` to `master` in config.sh
2022-09-10 09:56:37 -06:00
agree 8afacd9262
fail2ban add INVITE to auth challange filter (#401) 2022-09-08 09:30:29 -06:00
FusionPBX 7e62f45ff6
Add fastcgi_read_timeout 300 2022-09-06 16:34:50 -06:00
FusionPBX 205ea4060a
Update fusionpbx 2022-08-09 15:50:30 -06:00
FusionPBX 5ee45aff75
Add phonebook.xml for SPA based firmware. 2022-08-09 15:17:34 -06:00
emak cab0786d3c
Update mod_pgsql.c patch (#399)
We use pgsql14 and build from source on 1.10.7 was failing again for some reason. Updated the source code to match the current freeswitch master branch and it worked fine. Updated code these differences were made from can be found here:

92d2e0b136
2022-08-08 20:21:47 -06:00
FusionPBX fe3db43912
Update package-permissions.sh 2022-08-08 20:20:03 -06:00