Commit Graph

978 Commits

Author SHA1 Message Date
fusionate b20228e19d
Source Switch Scripts - Updated source permissions script. (#406)
Make source-permissions.sh the same as package-permissions.sh, since the paths are the same.
2023-02-28 11:22:33 -10:00
FusionPBX c078a8df0f
Update package-release.sh 2023-02-23 20:19:46 -07:00
FusionPBX 814cd820d4
Install sox 2023-02-23 20:16:12 -07:00
FusionPBX bd3e11e5a9
Update version to FreeSWITCH 1.10.9 and Sofia 1.13.13 2023-02-07 11:10:24 -07:00
FusionPBX c4ee52d8e9
Update fusionpbx-maintenance 2023-01-27 10:35:04 -07:00
markjcrane 787c7686a9 Update shell script execute permissions 2023-01-26 17:21:07 -07:00
FusionPBX 9197586ecc
Update switch.sh 2023-01-18 13:12:19 -07:00
FusionPBX 2e74c5e380
Update source-release.sh 2023-01-18 13:10:53 -07:00
FusionPBX 66d52df5b1
Update source-sounds.sh 2023-01-18 13:10:11 -07:00
FusionPBX 0319e435fe
Create source-sounds.sh 2023-01-18 13:08:07 -07:00
Arsenie Ciprian f4677be0fe
Update fusionpbx (#403)
* Update fusionpbx

added ipv6 support to port 80 and 443 [::]:

* Update fusionpbx
2023-01-09 11:11:29 -07:00
chansizzle 145575a8d1
set old cipher's priority to last (#405)
If old ciphers are used, make sure they are set to last in priority, which improves preferred order score.
2023-01-09 11:03:58 -07:00
FusionPBX 6a02dda4e5
Update dsn.sh 2022-12-23 16:42:22 -07:00
FusionPBX 0a25b44ec0
Use the fusionpbx database. 2022-12-23 16:38:08 -07:00
FusionPBX 663ae4d1ca
Update dsn.sh 2022-12-23 16:35:33 -07:00
FusionPBX a1bb6b86c3
update the switch database directory 2022-12-23 15:51:19 -07:00
FusionPBX 8987317c9f
update the switch db directory 2022-12-23 15:31:03 -07:00
FusionPBX 0d0229c0f4
Use the file cache 2022-12-23 15:20:37 -07:00
FusionPBX 31ae7fc978
Debian 10 use PHP 7.4 2022-12-18 12:27:23 -07:00
FusionPBX d2bd98d96e
disable vi visual mode 2022-12-13 11:59:10 -07:00
FusionPBX f36ae28a9d
Older phone firmware still need ssl_protocols TLSv1 TLSv1.1 2022-12-09 13:07:41 -07:00
FusionPBX e26840d8f2
Update config.sh 2022-11-30 15:32:16 -07:00
FusionPBX 5cfff5ac91
Update reboot_phones.sh 2022-11-09 19:54:19 -07:00
FusionPBX 4820a39b79
Update reboot_phones.sh 2022-11-09 19:53:04 -07:00
FusionPBX 8aa1d2147b
Update reboot_phones.sh 2022-11-09 19:52:26 -07:00
FusionPBX 10592c0453
Update reboot_phones.sh 2022-11-09 19:47:20 -07: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 17c0051d3e
Use SQLite by default 2022-10-19 10:58:47 -06:00
FusionPBX 5c18456b23
Use PHP 7.4 2022-10-12 18:58:34 -06:00
FusionPBX 5536cf2f1f
Update config.conf 2022-10-12 10:31:39 -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 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 fe963fb296
Remove duplicate fastcgi_read_timeout and re-arrange to be more consistent. 2022-09-11 10:09:31 -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
FusionPBX ace12fe203
Update package-permissions.sh 2022-08-08 19:42:37 -06:00
FusionPBX 41137f6659
Add -f to the rm. 2022-08-08 18:17:55 -06:00
FusionPBX 3f3593ba4f
Update vsofia version 1.13.7 to 1.13.8 2022-08-07 16:27:32 -06:00