frytimo
d7f05621c7
Implement changes in to the session class ( #7042 )
2024-07-09 12:50:01 -06:00
frytimo
d68c1a08d8
Call recordings maintenance changes ( #7039 )
...
* add filesystem maintenance method to the call_recordings class
* Add filesystem maintenance default setting to the app_config
Set filesystem_retention_days default setting to 90 days in the
app_config.php file to allow the maintenance service to delete older
files.
2024-07-09 09:19:50 -06:00
FusionPBX
555d52cbb3
Add FAX PDF View
...
Added an iframe to display the PDF
2024-07-08 22:40:42 -06:00
Antonio Fernandez
da7a748a8a
added notes about avaya firmware ( #7040 )
2024-07-08 14:43:41 -06:00
FusionPBX
41de2177e1
Update provision.php
...
Fix bug to pass the parameters including settings and database.
2024-07-08 13:37:58 -06:00
frytimo
50f1601a4d
update voicemail with the latest changes to the maintenance application ( #7035 )
...
* update voicemail with the latest changes to the maintenance application
Update the public static function filesystem_maintenance in voicemail
class to use the newest changes in the maintenance class. The
maintenance class now has a constant defined for the subcategory used
within the project.
* update app_config file with necessary default setting changes
---------
Authored-by: Tim Fry <tim@fusionpbx.com>
2024-07-06 20:45:25 -06:00
Antonio Fernandez
adbb9f9fd8
fix for Avaya buttons ( #7038 )
2024-07-05 20:01:30 -06:00
FusionPBX
e08943ebc2
Wrap isset grandstream_wifi_enabled
...
Add a condition around the wifi settings. This allows manually setting up the wifi settings on the phone without the device provisioning. If someone wants to use the provisioning config for wifi then set grandstream_wifi_enabled value to true.
2024-07-05 18:02:59 -06:00
frytimo
0ea012c494
Update database_maintenance ( #7037 )
2024-07-05 17:37:50 -06:00
Antonio Fernandez
9ec26f0244
Enhanced Avaya J-Series support ( #7036 )
...
* Updates to Avaya J-Series support
* small J189 fixes
2024-07-05 17:07:45 -06:00
FusionPBX
56aea7c66d
Domain settings array override default settings
...
Domain setting array types override the default settings set as type
2024-07-04 18:05:37 -06:00
FusionPBX
0ff2503240
Update index.php
...
Minor changes. Use the provision array to get the cidr details.
2024-07-04 18:01:50 -06:00
FusionPBX
1d7bcbe0ee
Device disabled send message to syslog
2024-07-04 17:58:12 -06:00
frytimo
766aeeefae
email_send_remove_extra_database_objects ( #7034 )
...
Use a single instance of the object instead
2024-07-04 11:53:44 -06:00
frytimo
2b87349e7d
remove the manual inclusion of classes to let autoloader handle it ( #7033 )
...
By including the class manually with the include statement, the class
has a possibility of loading twice. This will cause a fatal error if
classes are already loaded.
2024-07-04 09:12:34 -06:00
FusionPBX
c0e1b1a6b5
Changed the order of missed_call conditions
...
Move billsec condition near the end but before voicemail.
If a call center call was missed but answered by an extension with the exit action then the call wasn't technically missed.
2024-07-03 14:35:13 -06:00
frytimo
9beef70b94
fix missing class exists check for transcribe engine ( #7032 )
...
Add a class_exists check to ensure transcribe engine exists before
attempting the use of the class.
2024-07-02 09:30:26 -06:00
Alex
482768c1aa
Added maintenance and running labels ( #7031 )
2024-07-01 11:22:58 -06:00
FusionPBX
54e7b85142
Update functions.php
2024-06-28 13:10:15 -06:00
FusionPBX
1f077ebc2b
Bug FIX - Deny device_address 000000000000
...
Polycom will make a request with a device address of 000000000000 as well as another request with the real device mac address.
The issue was 000000000000 was on another tenant and it delivered contacts from the other tenant.
2024-06-28 12:18:29 -06:00
Antonio Fernandez
b51b97f495
Fixed comment ( #7028 )
2024-06-28 09:56:01 -06:00
Antonio Fernandez
9081f59ca9
bug fix in device_by.php ( #7027 )
2024-06-28 09:55:43 -06:00
Antonio Fernandez
d1dc1f59ca
bug fix for transcription ( #7030 )
2024-06-28 09:53:50 -06:00
frytimo
7d493c3287
smtp_from_name was accidentally set to smtp_from ( #7029 )
...
This uses the settings default value to set smtp_from_name to be set to
smtp_from if it does not have it's own value. The isset check on line
248 is no longer needed because smtp_from_name will always have a value
2024-06-28 08:47:17 -06:00
frytimo
5ea753295d
add maintenance function to the xml_cdr ( #7025 )
...
Co-authored-by: Tim Fry <tim@fusionpbx.com>
2024-06-27 11:27:09 -06:00
frytimo
a863faaae2
fix the user_uuid missing from transaction tables ( #7026 )
...
Co-authored-by: Tim Fry <tim@fusionpbx.com>
2024-06-27 11:26:16 -06:00
FusionPBX
23093f6a14
Add new permissions
...
- xml_cdr_json_view
- xml_cdr_json_delete
- xml_cdr_flow_view
- xml_cdr_flow_delete
- xml_cdr_log_view
- xml_cdr_log_delete
2024-06-27 10:33:38 -06:00
FusionPBX
6be515de9e
Add a missing $
2024-06-26 21:50:49 -06:00
FusionPBX
315a3d322f
Provision class use settings and database object
...
Credit for these changes go to frytimo changes curated by Mark
2024-06-26 21:23:24 -06:00
FusionPBX
71334c9655
Removed session server temp directory
...
This session variables is no longer used
2024-06-26 07:48:41 -06:00
FusionPBX
efce99375b
Template engine use sys_get_temp_dir
...
Used to get the operating system temp directory.
2024-06-26 07:28:37 -06:00
FusionPBX
7d2941124e
Update provision.php
...
Use sys_get_temp_dir() to get the temp directory
2024-06-25 20:13:46 -06:00
FusionPBX
2bb2bb79eb
Update install.php
...
Use sys_get_temp_dir() to get the temp directory
2024-06-25 20:12:57 -06:00
FusionPBX
eb4104bd9a
Update footer.php
...
Use sys_get_temp_dir() to get the temp directory
2024-06-25 19:53:47 -06:00
frytimo
49b2505f0c
Voicemail maintenance ( #7023 )
...
* add database_maintenance
* add filesystem_maintenance
* use modified time instead of create time
* Update voicemail.php
2024-06-25 13:07:42 -06:00
FusionPBX
4369ab6380
Update email_send.php
...
Email transcription has a value no need to transcribe again so run the transcription when the value is empty.
2024-06-24 18:12:49 -06:00
FusionPBX
b6257bbda2
Update email_send.php
2024-06-24 17:34:19 -06:00
Anthony
47a17af7cc
Added Turkish translations to core/groups/app_languages.php ( #7020 )
2024-06-24 16:02:28 -06:00
frytimo
820a7231dc
format class for comments to be at the same tab stop ( #7018 )
...
Co-authored-by: Tim Fry <tim@fusionpbx.com>
2024-06-24 08:26:34 -06:00
FusionPBX
3215f50826
Update domains.php
2024-06-22 19:31:38 -06:00
frytimo
fcd64fcce6
Remove session from provisioning ( #7014 )
...
* use single database object, use settings class
* add common domain functions
* use settings class
2024-06-22 19:28:04 -06:00
fusionate
81af0fefd1
Voicemail - Edit: Add option to Keep Local After Forward (or not).
2024-06-21 17:24:06 -06:00
Alex
1ef5f1dab0
Dashboard - Icon widget hover settings ( #7016 )
...
* Update system_counts.php
* Update system_cpu_status.php
* Update system_status.php
* Update voicemails.php
* Update missed_calls.php
* Update recent_calls.php
* Update index.php
* Update app_defaults.php
* Update app_defaults.php
* Update index.php
* Update index.php
* Update dashboard_edit.php
* Update index.php
* Update app_defaults.php
* Update css.php
* Update icon.php
* Update dashboard_edit.php
* Update app_config.php
* Update app_defaults.php
* Update css.php
* Update app_languages.php
* Update index.php
* Update dashboard_edit.php
2024-06-21 16:44:31 -06:00
FusionPBX
63e2316885
voicemail transcription to show or not show
2024-06-21 16:27:58 -06:00
fusionate
2403fcc20e
Voicemail - Edit: Show Transcription disabled if value empty.
2024-06-21 16:16:05 -06:00
frytimo
4eb9892256
update templates with checking for codec to be set to 'true' ( #7015 )
...
Co-authored-by: Tim Fry <tim@fusionpbx.com>
2024-06-21 14:34:52 -06:00
fusionate
f97bfef62a
Outbound Route - Add: Append dialplan expression abbreviation to call_direction-outbound dialplan name if Description empty.
2024-06-21 12:25:19 -06:00
fusionate
a5e991a1f2
Outbound Route - Add: Disable dialplan if Enabled is false.
2024-06-21 10:17:54 -06:00
Anthony
be678d2694
Added Turkish translations to core app_languages.php ( #7012 )
...
* Added Turkish translations to core databases
* Added Turkish trasnaltions to core default_settings
* Added Turkish translations to core domain_settings
* Added Turkish translations to core domains
2024-06-20 11:27:45 -06:00
FusionPBX
64c33b21c1
Call center queue context
...
When the user doesn't have call center queue context permission get the context from the database.
2024-06-19 16:53:14 -06:00