Commit Graph

1073 Commits

Author SHA1 Message Date
chansizzle
0c6aeb216b pgpassword security and conflict avoidance (#442) 2025-07-05 16:13:33 -06:00
FusionPBX
08fdebd1bb Remove bdr
Remove old deprecated old replication
2025-07-05 16:09:17 -06:00
FusionPBX
a8f14d95e7 Add websockets and active_calls services 2025-06-24 13:47:56 -06:00
FusionPBX
e25129c99a Proxy calls to the websocket server 2025-06-24 12:37:28 -06:00
FusionPBX
b361af8c11 Update grandstream phonebook rewrite rule 2025-06-20 19:53:28 -06:00
FusionPBX
475c7c5203 Remove PHP 5.6 and 7.0 from the Debian install 2025-06-12 12:03:06 -06:00
FusionPBX
bc4842a5b5 Update call_recordings.php 2025-05-15 13:45:06 -06:00
FusionPBX
7a9200b3fd Update call_recordings.php 2025-04-04 15:45:54 -06:00
FusionPBX
b2a73beb59 Update call_recordings.php 2025-04-04 15:44:17 -06:00
FusionPBX
e5495ccb11 Update call_recordings.php 2025-04-04 15:33:01 -06:00
FusionPBX
c702809b77 Add option to convert with sox 2025-04-04 15:26:18 -06:00
FusionPBX
5d990aa0e7 Update ioncube.sh 2025-03-10 21:52:35 -06:00
FusionPBX
bdf9a998f2 Update php.sh 2025-03-10 21:44:31 -06:00
FusionPBX
ed7873a333 Update php.sh 2025-03-10 21:38:19 -06:00
FusionPBX
88f70caa38 Update ioncube.sh 2025-03-10 21:35:15 -06:00
FusionPBX
028dd53504 Update php.sh 2025-03-10 20:09:01 -06:00
FusionPBX
d27e184ee0 Update ioncube.sh 2025-03-10 20:03:10 -06:00
FusionPBX
68407a9e96 Update ioncube.sh 2025-03-10 20:01:48 -06:00
FusionPBX
80df536abe Add php8.2 support 2025-03-10 19:58:56 -06:00
chansizzle
10dc132466 Create fail2ban.local (#440)
adding this file removes the warning: 

WARNING 'allowipv6' not defined in 'Definition'. Using default one: 'auto'
2025-03-04 08:21:03 -07:00
frytimo
06a38b38a8 Fix the application edit path (#441) 2025-03-04 08:19:10 -07:00
chansizzle
dee7ae0943 v_xml_cdr_json changed from start_stamp to insert_date (#438)
v_xml_cdr_json.start_stamp is always null so the old records in this table were not being purged. Changed to v_xml_cdr_json.insert_date since this field is populated
2025-02-04 08:46:35 -07:00
frytimo
2ede664657 add inotify to php installer and php8.2 (#439) 2025-02-04 08:44:21 -07:00
FusionPBX
a745027df0 Change the version to Postgresql 17 2024-12-30 20:11:06 -07:00
FusionPBX
71db64e7e7 Add UTF8 encoding and additional comments 2024-12-30 09:05:38 -07:00
FusionPBX
327d6d136c Install gpg with apt 2024-12-30 08:59:22 -07:00
FusionPBX
2a2305f4fc Use the new git branch 2024-12-11 16:46:23 -07:00
FusionPBX
114f36fd7a Add bootstrap.sh 2024-11-23 16:46:31 -07:00
FusionPBX
32780058c2 Update the install to use a git repo 2024-11-23 16:34:47 -07:00
FusionPBX
abdd3a517a Update php version to 8.1 in the nginx config 2024-11-15 11:34:16 -07:00
FusionPBX
00b3c3b5d9 Use branch 5.3 for the new release. 2024-09-17 12:05:34 -06:00
denisent
d0322070ff fix tables not deleting and added echoing (#432)
- updated tables that were not deleting
- updated user log table IF statement variable name
- changed section comments to echo so it is easier to know what is being deleted if running manually. includes number of days
2024-08-30 16:51:14 -06:00
Antonio Fernandez
6f866ad94f indentation (#435) 2024-08-30 16:48:05 -06:00
Harry Foster
6d76c2fe0b Update iptables.sh (#429)
Bookworm (12) is not accounted for in the iptables script. End up with an almost blank chain on install.
2024-07-06 20:40:43 -06:00
Antonio Fernandez
49930c411a avaya rewrite rules added for all distros (#433) 2024-07-04 20:19:01 -06:00
FusionPBX
02f30200c6 Send the output to /dev/null 2024-07-03 13:35:53 -06:00
FusionPBX
1dd775d251 Create call_recordings.php 2024-07-03 12:36:24 -06:00
Antonio Fernandez
8820f2be22 Added nginx rewrites to fix snom provision url (#431) 2024-06-27 15:56:43 -06:00
FusionPBX
acd052f6e9 Updated patches for FreeSWITCH 2024-06-22 13:28:23 -06:00
FusionPBX
65f3d2dd22 RTP audio patch
Fix RTP audio issues use the following for additional information. 

https://github.com/briteback/freeswitch/
2024-06-22 11:07:15 -06:00
FusionPBX
fcda62a065 Create rtp_timestamp.patch 2024-06-22 11:00:40 -06:00
Antonio Fernandez
3a19df73ec Added needed Snom rewrite rules to all distros (#428) 2024-06-12 09:43:32 -06:00
Antonio Fernandez
7b695723c0 updated the repo for dehydrated (#430) 2024-06-12 09:42:17 -06:00
FusionPBX
8bd141b9c1 Add rsyslog package for fail2ban 2024-05-09 08:59:47 -06:00
chansizzle
55beab1c70 Fix calling variables and consistent database connections (#426)
A couple of variables were not being called correctly (missing '$')
A couple of database connection strings were not consistent with the other connection strings
2024-05-09 08:29:41 -06:00
fusionate
1574a51e66 Maintenance Script (Debian) - Clean up empty year and/or month folders after Call Recordings are removed. 2024-05-03 12:45:28 -06:00
FusionPBX
906441b4bb Add Avaya rewrite rules 2024-04-25 14:16:02 -06:00
chansizzle
582d1ffb69 add missing log tables and new cdr tables (#423) 2024-04-20 10:27:24 -06:00
chansizzle
3bb58326ec remove duplicate --config /etc/dehydrated/config (#425) 2024-04-20 10:25:53 -06:00
FusionPBX
3a2d0d98b8 Update config.sh 2024-04-20 08:05:23 -06:00