Commit Graph

22965 Commits

Author SHA1 Message Date
FusionPBX
4d668cbb31 Fix device status provisioned date
This affected the new device's provisioned status update
2025-09-10 12:03:29 -06:00
Alex
5283e58198 Fix menu item delete (#7487) 2025-09-10 11:59:13 -06:00
FusionPBX
e55e9bf693 Use speech get_format to get the recording extension 2025-09-09 17:52:47 -06:00
FusionPBX
caae9cfec1 Use speech get_format to get the recording extension 2025-09-09 17:51:00 -06:00
FusionPBX
4090b314ef Use class_exists for speech and transcribe 2025-09-09 15:38:52 -06:00
FusionPBX
7d7a6bcb70 Only enable transcribe and speech if their respective class exists (#7480) 2025-09-09 15:29:41 -06:00
FusionPBX
953d46db53 Fix undeclared variable warning in fax_send (#7478)
* Fix undeclared variable warning in fax_send
2025-09-04 10:51:46 -06:00
FusionPBX
4ee3927c0f Update login.php 2025-09-04 10:42:38 -06:00
FusionPBX
3385817596 Update xml_cdr.php 2025-09-02 13:12:26 -06:00
FusionPBX
c170562415 Add background_image_enabled default false
This was added to make it easier to use the login_background_image
2025-09-01 14:01:27 -06:00
FusionPBX
9787d863fb Fix the Htek templates 2025-08-30 12:02:49 -06:00
FusionPBX
d1711f2b0a Update fax.php 2025-08-30 08:59:02 -06:00
FusionPBX
d6e7cd648e Remove file that is no longer used 2025-08-29 09:47:46 -06:00
FusionPBX
4023dcd3d6 Minor version update 5.4.6 2025-08-27 12:28:01 -06:00
FusionPBX
da22f575c7 Update app_config.php 2025-08-27 10:56:15 -06:00
FusionPBX
cf7ff39d32 Update provision.php 2025-08-27 10:53:23 -06:00
frytimo
599885daf6 Fix bug by adding 'tries' counter so reading websocket data can return (#7471)
When reading web socket data, the loop will run forever if there is no more data available in a chunk. This fix will add a counter to how many times it tries to read before a timeout is reached.
Fixed a problem where the constructor parameter for permission_filter was not being fulfilled. This can cause a crash also leading to the read of web socket data to begin looping.
Added better debugging information by using the topic of the websocket_message instead of the payload data. This would cause some messages to appear empty when they were not.
Added a wait state for re-connecting to the web socket server for system status service so it would not exit immediately when the websocket server exited.
Added more PHPDoc Block information.
2025-08-27 08:02:21 -06:00
FusionPBX
c4f51138d5 Fix the daylight_savings_enabled for Polycom 2025-08-26 16:50:42 -06:00
FusionPBX
0770cf7aba Create {$mac}-directory.xml 2025-08-23 10:34:59 -06:00
FusionPBX
107f70b4b2 Add Poly Edge E550 2025-08-23 10:34:04 -06:00
FusionPBX
d80308ebdb Update xml_cdr.php 2025-08-21 22:36:39 -06:00
FusionPBX
79c502151f Update failed directory permissions 2025-08-21 18:31:08 -06:00
FusionPBX
f8e7e49e41 Add provision setting grandstream_match_callerid_1 - 10 2025-08-21 15:15:44 -06:00
FusionPBX
94be0f3c01 Add try-catch around beginTransaction and commit
Added try-catch blocks around the save and delete methods.
2025-08-21 09:55:33 -06:00
FusionPBX
6d2d9aafc3 Use the toggle for voicemail keep local 2025-08-20 19:08:26 -06:00
FusionPBX
f095139155 Use the toggle for voicemail and transcribe 2025-08-20 18:57:56 -06:00
FusionPBX
cde4a82bde Use the settings class 2025-08-20 18:54:30 -06:00
FusionPBX
4b5be628a7 Update the systemd service files 2025-08-19 18:16:44 -06:00
FusionPBX
aa6974af56 Fix the event_guard pid file 2025-08-19 17:42:35 -06:00
FusionPBX
26a7bfe241 Update authentication.php 2025-08-19 10:02:16 -06:00
FusionPBX
a75c476940 Fix the SESSION user settings 2025-08-19 09:54:01 -06:00
FusionPBX
2ae1dc11b1 Update xml_cdr service
Use array_slice to make the code more efficient

Service is unable to create the directories. Make the failed directories with app_defaults when run from command line.

php /var/www/fusionpbx/core/upgrade/upgrade.php
chown -R www-data:www-data /var/log/freeswitch/xml_cdr
2025-08-16 12:03:10 -06:00
FusionPBX
349c4241bd Prevent fax dialplan from getting breaking
Only update the fax dialplan if the fax_extension and destination_number are provided.
2025-08-15 16:22:25 -06:00
FusionPBX
236c3180ba Don't create a transaction for fax read data 2025-08-15 15:46:14 -06:00
frytimo
0a617f26c8 Fix exit key unable to be zero (#7459) 2025-08-15 11:53:27 -06:00
FusionPBX
0700d212a3 Fix: Ensure proper absolute_codec_string for fax_queue #7359 2025-08-15 07:43:52 -06:00
FusionPBX
528be253cf Update dialplan call-forward-no-answer 2025-08-14 12:32:56 -06:00
FusionPBX
6bc29e11db Use case in-sensitive matching for sec-websocket-key header #7454 2025-08-12 22:28:12 -06:00
FusionPBX
bce2095d5f Fix CDR - Export: to honor call center queue, ring group and recordings 2025-08-07 11:48:28 -06:00
FusionPBX
ba4fb2c086 Fix TTA use waitsec 2025-08-05 13:24:48 -06:00
frytimo
a3260dde54 fix websocket service exit on invalid handshake (#7448) 2025-08-05 11:18:38 -06:00
FusionPBX
7df7bcf131 Services no longer require the --no-fork parameter 2025-08-04 16:01:21 -06:00
FusionPBX
41ea77f514 Fix call center queue view only
This error only occurred when the user didn't have the call_center_queue_edit permission.
2025-08-04 15:53:41 -06:00
FusionPBX
27e77ca1b1 Update functions.php 2025-08-04 15:42:31 -06:00
FusionPBX
4a893ec3ae Fix large log file when using websockets #7446 2025-08-04 15:14:44 -06:00
FusionPBX
d3db6d6ef4 Update debian-websockets.service 2025-08-04 14:49:55 -06:00
Alex
aff05f881e Dashboard - Minor bug fixes (#7441)
* Dashboard - Minor bug fixes

* Update config.php

* Update config.php

* Update config.php

* Update dashboard_edit.php

* Update index.php

* Update index.php
2025-07-31 17:19:05 -06:00
FusionPBX
ab2510d6fc Minor version update 5.4.5 2025-07-31 08:08:26 -06:00
FusionPBX
143287a4f6 Fix text-to-speech recording 2025-07-30 19:15:02 -06:00
FusionPBX
628f776266 Fix provision auto insert #7388 2025-07-30 08:27:59 -06:00