Commit Graph

533 Commits

Author SHA1 Message Date
fusionate
072d351b8c Dialplan - Edit: Update for PHP 8.1 2023-06-01 20:35:53 +00:00
fusionate
82c71368cf Dialplans - List: Update for PHP 8.1 2023-05-25 20:57:05 +00:00
fusionate
a8adf18fcf Dialplans - List: Include Time Conditions app_uuid. 2023-05-24 00:25:52 +00:00
fusionate
ac217f1209 Dialplans - XML: Fix Back button after XML save. 2023-05-23 23:56:30 +00:00
fusionate
fcc9600f83 Dialplan - XML: Updates for PHP 8.1 2023-05-23 20:16:07 +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
markjcrane
6d7e125743 Fix all PHP 8.1 messages for upgrade.php 2023-05-17 10:07:49 -06:00
FusionPBX
445b63ec3a Update dialplan.php to prevent PHP 8.1 warnings 2023-05-13 12:55:33 -06:00
FusionPBX
c1a979a643 dialplan: update for php 8.1 2023-05-12 21:21:32 -06:00
Alex
a46c5dbfc9 Update translations (#6688)
* Update app_languages.php
2023-05-12 15:14:59 -06:00
Alex
3e0ec8b752 Add missing translations (#6673) 2023-05-09 11:39:02 -06:00
FusionPBX
13d73a33e2 If the group is null set to 0 2023-05-09 09:50:16 -06:00
FusionPBX
06bbdec276 Update for PHP 8.1 2023-05-08 22:55:00 -06:00
Alex
10a2d87ee6 Add missing translations (#6662)
* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php
2023-05-05 15:22:22 -06:00
frytimo
fef8165be2 Frytimo pr patches for php8.1 (#6630)
* Passing null to parameter #2 ($string) of type string is deprecated

* Passing null to parameter #1 ($string) of type string is deprecated

* php 8.1 fixes

* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - strlower with null

* php 8.1 fixes - strreplace with null

* php 8.1 fixes - passing null to base64_decode

* php 8.1 fixes - check for false and check for null on $this->dir

* php 8.1 fixes - remove assignment of $db variable to modules object

* php 8.1 fixes - avoid sending null to substr

* php 8.1 fixes - change ${var} to {$var}

* php 8.1 fixes - check for null before preg_replace

* php 8.1 fixes - remove setting db variable on domains object

* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null

* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available

* php 8.1 fixes

* php 8.1 fixes - correct $_POST checking syntax

* php 8.1 fixes - correct $_POST variables

* php 8.1 fixes

* Use brackets consistently

* Update user_setting_edit.php

* Change to not empty

* Update device.php

* Update text.php

---------

Co-authored-by: Tim Fry <tim@voipstratus.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-05-05 10:46:37 -06:00
FusionPBX
82810fbcb3 Re-add missing icon and order 2023-05-03 14:25:49 -06:00
markjcrane
1513bd3301 Add Chinese, Korean, and Japanese translations 2023-05-03 10:36:25 -06:00
markjcrane
28fe89066e Add Chinese, Korean, and Japanese translations 2023-05-02 22:05:16 -06:00
FusionPBX
5a3b35cb83 Add additional languages (#6654) 2023-05-02 16:12:06 -06:00
FusionPBX
501e13eaee Update missing translations. 2023-04-30 22:02:16 -06:00
FusionPBX
bba5b22d77 Change talking_clock_date to a global dialplan 2023-04-20 21:12:31 -06:00
FusionPBX
9b7ab3d204 Update 350_please_hold.xml 2023-04-20 21:11:38 -06:00
FusionPBX
840d2dcd31 Change please_hold to a global dialplan 2023-04-20 21:11:05 -06:00
FusionPBX
3771e7af13 Change is_transfer to a global dialplan 2023-04-20 21:09:28 -06:00
FusionPBX
559a963a87 Change cf to a global dialplan 2023-04-20 21:07:02 -06:00
FusionPBX
b0f51ebfcd Change att_xfer to a global dialplan 2023-04-20 21:05:37 -06:00
FusionPBX
9b4c6c2e7e Change dx to a global dialplan 2023-04-20 21:03:33 -06:00
FusionPBX
3909f12992 Change call_return to a global dialplan 2023-04-20 21:01:14 -06:00
FusionPBX
a8eebe9da6 Make redial a global dialplan 2023-04-20 20:57:01 -06:00
FusionPBX
ff958a8c96 Make directory dialplan global 2023-04-20 20:52:39 -06:00
FusionPBX
c65b316217 Change to global 2023-04-20 20:47:41 -06:00
FusionPBX
98180d0ea2 Delete 410_freeswitch_conference.xml 2023-04-20 20:35:07 -06:00
fusionate
c705e8712c Dialplan Manager: Add Context filter to search form. 2023-04-20 21:02:49 +00:00
FusionPBX
c989649176 Make call_privacy dialplan global 2023-04-19 23:50:41 -06:00
FusionPBX
2eea25e108 Make follow-me dialplan global 2023-04-19 23:32:06 -06:00
FusionPBX
d4ab968fe2 Update 200_agent_status.xml 2023-04-19 23:22:02 -06:00
FusionPBX
15dae6e74a Update 210_agent_status_id.xml 2023-04-19 23:21:36 -06:00
FusionPBX
f8b3649f1b Update 215_agent_status_break.xml 2023-04-19 23:21:05 -06:00
FusionPBX
9cf9d4c332 Update 370_is_secure.xml 2023-04-19 23:09:50 -06:00
FusionPBX
b8816c4089 Update 370_tone_stream.xml 2023-04-19 23:08:58 -06:00
FusionPBX
7d58793a37 Update 360_milliwatt.xml 2023-04-19 23:08:14 -06:00
FusionPBX
e6acab33ae Update 360_is_zrtp_secure.xml 2023-04-19 23:07:09 -06:00
FusionPBX
4ac9b4ea2c Update 490_do-not-disturb.xml 2023-04-19 23:04:46 -06:00
FusionPBX
cb3f458d4e Update 500_call-forward.xml 2023-04-19 23:04:25 -06:00
FusionPBX
f51f48646a Make vmain a global dialplan 2023-04-19 22:56:40 -06:00
FusionPBX
d5a28f3d91 Make xfer_vm a global dialplan 2023-04-19 22:56:22 -06:00
FusionPBX
d29bc2987c Make vmain_user a global dialplan 2023-04-19 22:55:50 -06:00