Commit Graph

20333 Commits

Author SHA1 Message Date
markjcrane a650ca062a Add transcribe_enabled default false 2023-05-23 13:15:00 -06:00
fusionate cc5b2ba554 Group Permissions: Fix search, filter after submit and PHP 8.1 updates. 2023-05-23 18:53:50 +00:00
fusionate 2cf6e79c2e Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2023-05-23 18:38:57 +00:00
markjcrane 2608f1ffad Return immediately if switch conf dir is empty 2023-05-23 08:22:23 -06:00
FusionPBX 63ccea687c Add setting grandstream_public_mode 2023-05-22 21:58:46 -06:00
markjcrane dbb3e90ace Add smarty modifer in_array 2023-05-22 21:50:15 -06:00
markjcrane 3311363c27 Rename public_mode to grandstream_public_mode. 2023-05-22 21:08:18 -06:00
fusionate dfdcba5a0c Database [Class]: Update for PHP 8.1 2023-05-23 02:42:19 +00:00
fusionate 18f9c7a26f Functions: Update for PHP 8.1 2023-05-22 23:06:07 +00:00
fusionate d0481896ba Destinations [Class]: Updates for PHP 8.1 2023-05-22 23:05:44 +00:00
fusionate a707462979 Destinations - Import: Updates for PHP 8.1 2023-05-22 23:05:25 +00:00
fusionate 9abea834b5 Destinations - Export: Updates for PHP 8.1 2023-05-22 23:05:10 +00:00
fusionate d0b6874f23 Destination - Edit: Updates for PHP 8.1 2023-05-22 23:04:46 +00:00
markjcrane 7ee2b7c4b3 Add parentheses to empty string detection 2023-05-22 16:26:01 -06:00
markjcrane a419fa985b Use isset when empty as it could be numeric. 2023-05-22 16:16:58 -06:00
markjcrane c045bb4705 Add a new fax user group 2023-05-22 10:45:01 -06:00
FusionPBX 54ce2b15c8 field name is singular domain_name 2023-05-21 17:13:11 -06:00
FusionPBX 044932163c After removing natsort add order by domain name 2023-05-21 17:10:43 -06:00
FusionPBX e7730e9e69 Prevent overwriting variables 2023-05-21 16:52:14 -06:00
FusionPBX e0d8574410 Destinations - change negative condition to a positive one.
Usually best use positive conditions rather as they are easier to follow.
2023-05-21 16:19:54 -06:00
FusionPBX efc332aba7 [Bug FIX] Default Setings fix syntax to get the correct values switch settings. 2023-05-21 15:47:59 -06:00
FusionPBX c6e3fd381b Update scripts dir session variable as it was not set in the install
This would break the install and prevent the scripts getting copied to the right location. That had a chain reaction of breaking multiple additional things.
2023-05-21 10:58:05 -06:00
fusionate 67e77560a6 Database [Class]: Updates for PHP 8.1 2023-05-21 01:13:45 +00:00
fusionate d8a6101460 Dialplan - Add: Updates for PHP 8.1 2023-05-20 23:58:13 +00:00
fusionate c9122ded11 Dialplan - Edit: Updates for PHP 8.1 2023-05-20 23:58:01 +00:00
fusionate dc613c7c44 Dialplans - List: Updates for PHP 8.1 2023-05-20 23:57:44 +00:00
fusionate b235f951a1 Dialplan [Class]: Updates for PHP 8.1 2023-05-20 23:57:27 +00:00
fusionate 878e83fc80 Database [Class]: Updates for PHP 8.1 2023-05-20 23:57:07 +00:00
chansizzle 8673208931 add info and question font awesome icons (#6706) 2023-05-20 14:15:09 -06:00
FusionPBX 6fc9312331 Deprecated natsort
One customer 3 domains were missing and after removing this the all domains showed up in the list. Also no longer needed as the front end for the domain list.
2023-05-19 19:07:56 -06:00
fusionate 04746d9e87 Bridge - Edit: Updates for PHP 8.1 2023-05-19 23:48:18 +00:00
fusionate 61bc6c2b5b Bridges [Class]: Updates for PHP 8.1 2023-05-19 23:48:01 +00:00
fusionate 6311514ff6 Bridges - List: Updates for PHP 8.1 2023-05-19 23:47:47 +00:00
Finn 886c609a44 add a robots meta tag to reduce chances of private fusionpbx instances appearing in public Google search results (#6710) 2023-05-19 17:33:12 -06:00
Finn 75fff1c33a add template variables to override DTMF method on certain grandstream devices (#6709) 2023-05-19 17:32:20 -06:00
Anthony d1960cc3e7 Update app_languages.php (#6707) 2023-05-19 16:50:36 -06:00
FusionPBX 3b53247dee Use !isset instead of empty
Reason for this change is empty treats 0 as null.
2023-05-19 16:10:38 -06:00
FusionPBX 25fdc12f18 Strict identical condition required
Otherwise this condition matches a numeric value of 0.
2023-05-19 15:29:38 -06:00
Anthony 672dc9fa4d Corrected translations (#6705)
* Update app_languages.php
2023-05-19 14:52:45 -06:00
Alex c6bf3f50f4 Fix translations (#6704)
* Update app_languages.php
2023-05-19 13:54:10 -06:00
FusionPBX 64a8254aa6 Search agent_id or agent_name to improve flexibility 2023-05-19 11:59:06 -06:00
Ben 9a44cd409e fixed a few translations (#6703) 2023-05-19 10:36:17 -06:00
FusionPBX 8649db18d8 Fax Queue is enabled if the service is enabled
That means this setting is no longer needed.
2023-05-19 09:48:52 -06:00
FusionPBX 62b95fa690 Handle call center variables with a value of _undef_ 2023-05-18 23:41:21 -06:00
markjcrane cf580e6c8c Move failed call detail records to a failed directory 2023-05-18 17:44:36 -06:00
FusionPBX 778b5832be database save method returns result details 2023-05-18 16:29:03 -06:00
Ben d900a7cffc corrected translations (#6698) 2023-05-18 15:37:22 -06:00
Anthony 60adb692ec Corrected translations & added missing translations in core/app_languages.php (#6701)
* Update app_languages.php
2023-05-18 15:36:59 -06:00
Alex 05063e35d2 Update translations (#6694)
* Update app_languages.php
2023-05-18 15:36:17 -06:00
fusionate f8a3d95e83 Upgrade [CLI]: Fix minor language file issue. 2023-05-18 20:25:18 +00:00