Commit Graph

20023 Commits

Author SHA1 Message Date
FusionPBX
acf05f470a Remove broken language characters 2023-04-29 21:45:54 -06:00
Krushali Shah
1f302c903f enable/disable codec settings for all accounts (#6628)
The template for codec enable settings was taking a value as 1 if it was set in the settings. It was not taking the actual value inside it. So I have edited the templates to check the value if it's set to true.
2023-04-29 20:32:04 -06:00
lyleatFusionPBX
ff944683b8 Update app_menu.php (#6646) 2023-04-29 18:29:31 -06:00
Anthony
610edaae60 Update app_languages.php (#6640) 2023-04-29 18:26:50 -06:00
fusionate
4c36b41313 Streams: Add missing language translations. 2023-04-29 03:20:04 +00:00
fusionate
365d5ee316 Switch: Add missing language translations. 2023-04-29 01:24:37 +00:00
fusionate
74a7d3b612 System: Add missing language translations. 2023-04-29 01:14:09 +00:00
lyleatFusionPBX
68ebe39481 Update app_menu.php (#6645) 2023-04-28 18:18:54 -06:00
Ben
793940f525 added translations (#6644) 2023-04-28 17:20:59 -06:00
fusionate
cea439d213 Time Conditions: Add missing language translations. 2023-04-28 23:14:41 +00:00
Alex
ce540fe25b Add missing translations (#6635)
* Update app_languages.php

* Update app_languages.php
2023-04-28 16:11:53 -06:00
Ben
de791a2201 Added translations (#6641) 2023-04-28 16:10:31 -06:00
Ben
c253e8e975 added translations (#6642) 2023-04-28 16:10:03 -06:00
Ben
f4e9069cec added translations (#6643) 2023-04-28 16:09:44 -06:00
Ben
18ff648488 Added translations and Greek (#6638) 2023-04-28 12:03:32 -06:00
Ben
6d05163a21 Added translations and Greek (#6639) 2023-04-28 12:03:06 -06:00
Harry Foster
83af204be1 Honor the default settings for password complexity and strength when copying extensions (#6632) 2023-04-28 11:21:35 -06:00
Ben
3210441627 Added traslations and Greek (#6637) 2023-04-28 11:19:38 -06:00
Ben
a86ef65e76 added translations (#6636) 2023-04-28 11:19:08 -06:00
Ben
0b3cc45032 Filled in traslations (#6634) 2023-04-28 11:17:29 -06:00
frytimo
675ace1d9a Fix the quotes in language file (#6633)
Co-authored-by: Tim Fry <tim@voipstratus.com>
2023-04-28 08:26:02 -06:00
frytimo
69bd42af05 remove unneeded destruct methods as GC has higher performance (#6631)
Co-authored-by: Tim Fry <tim@voipstratus.com>
2023-04-27 20:18:53 -06:00
Alex
c0443e4da9 Add missing translations (#6629)
* Add missing translations

* Update app_languages.php
2023-04-27 20:15:26 -06:00
fusionate
4a67359a78 Domain Settings: Implement ability to Duplicate settings. 2023-04-27 21:04:35 +00:00
fusionate
3711bf3664 Default Settings: Minor adjustment to Copy domain select box default. 2023-04-27 21:02:26 +00:00
fusionate
b6950a4083 Default Settings: Fix missing Enabled value when duplicating disabled setting(s). 2023-04-27 20:22:30 +00:00
FusionPBX
5cfdccdc2a [bug] base32 encoded TOTP secret
Some applications rejected the TOTP secret. Use the Base2n class to create a better base32 encoded TOTP secret.
2023-04-27 01:14:06 -06:00
FusionPBX
b3a0d67ac9 FusionPBX version 5.1.0 RC1 2023-04-26 22:45:01 -06:00
chansizzle
414829383c Add fax_download_view permission (#6605)
* Add fax_download_view permission

Add fax_download_view permission to allow hiding the "File Name (Download)" column on Fax Inbox and Fax Sent pages. Some users prefer hiding this field as they also have the "View" column that they can click on to view and download PDFs of the faxes.
2023-04-26 21:47:45 -06:00
Alex
e40749a18b Add missing translations (#6619)
* Update app_languages.php
2023-04-26 21:08:48 -06:00
Finn
ae7c57eb45 Add support for XMLApp to grp2615 provisioning template (#6623)
Co-authored-by: Finn <finn@acceleratenetworks.com>
2023-04-26 20:44:09 -06:00
frytimo
81d3adbd35 cast string to float for memory usage shell_exec call (#6626)
Co-authored-by: Tim Fry <tim@voipstratus.com>
2023-04-26 20:26:53 -06:00
Ben
a9908cb745 Added translations (#6622) 2023-04-26 19:31:20 -06:00
fusionate
333e989221 Tones: Add missing language translations. 2023-04-26 23:12:01 +00:00
fusionate
96d64a0b21 Variables: Add missing language translations. 2023-04-26 23:10:09 +00:00
fusionate
0dcc3892da Voicemail Greetings: Add missing language translations. 2023-04-26 22:46:34 +00:00
fusionate
c8b5b58320 Voicemails: Add missing language translations. 2023-04-26 22:36:20 +00:00
fusionate
dc327aec6d CDR: Add missing language translations. 2023-04-26 21:55:55 +00:00
Ben
2e50454e1c added languages (#6618) 2023-04-26 15:08:58 -06:00
Ben
3cc543c1e5 added translations (#6621) 2023-04-26 15:08:33 -06:00
FusionPBX
019ca725d8 Remove the seed for srand it is done automatically 2023-04-26 13:40:05 -06:00
FusionPBX
4433737c43 Removed quotes
The quotes are optional and looks a little nicer so they have been removed.
2023-04-26 11:46:53 -06:00
FusionPBX
2973ca1e4d [bug] after moving sanitize remove the original one 2023-04-26 11:28:55 -06:00
FusionPBX
b4ccdd244b [bug] error reporting options user, dev, all (#6616)
An enhancement that adds simple options to show what errors to show in the web interface. This also fixes a bug that causes an error in PHP8.
2023-04-26 11:19:45 -06:00
FusionPBX
4859282306 [bug] Allow specific safe variables
This is a bug fix for recent security changes. These particular variables are essential to the SIP profile: record-template.
2023-04-26 10:20:13 -06:00
FusionPBX
4a71d7a49a Add sound_prefix variables 2023-04-25 11:24:17 -06:00
FusionPBX
c1f81c963f When language is selected add sound_prefix 2023-04-25 11:10:18 -06:00
FusionPBX
9800311adb Add a more flexible footer value 2023-04-25 01:25:59 -06:00
Luis Daniel Lucio Quiroz
0c28221ae2 Fix adding Faxes (#6614)
$fax_email_outbound_authorized_senders is only filled when fax_extension_advanced permission is set. However, the edit part doesn't verify that sizeof(NULL) creates a fatal error.

Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of type Countable|array, null given in /var/www/fusionpbx/app/fax/fax_edit.php:286 Stack trace: #0 {main} thrown in /var/www/fusionpbx/app/fax/fax_edit.php on line 286

This patch verifies that $fax_email_outbound_authorized_senders is an array before sizeof() evaluates it. You can now add faxes with the fax_extension_advanced disabled.
2023-04-24 21:06:58 -06:00
Mendel
2edfb9a0c2 Update Yealink variables w70b (#6615)
* Update {$mac}.cfg
2023-04-24 21:04:37 -06:00