fusionate
|
662d6e71de
|
Gateways [Class]: Updates for PHP 8.1
|
2023-05-17 21:00:49 +00: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 |
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 |
FusionPBX
|
ff2aa6a5db
|
Start specific gateway using sofia profile startgw
Old way to start gateway was re-scanning the SIP profile.
|
2022-11-16 14:54:22 -07:00 |
FusionPBX
|
6dee085009
|
Replace gateway_domain with gateway_all.
|
2022-01-21 02:45:38 -07:00 |
FusionPBX
|
34e4ea9ca3
|
Allow the toggle enabled across all gateways using the Show All button.
|
2022-01-21 02:07:42 -07:00 |
SeyedGH
|
0a33d7a90b
|
Update gateways.php
Foreach has a typo -> must be =>
|
2020-12-09 17:18:17 +01:00 |
Nate
|
b6c2eebe18
|
Gateways: Additional checks for socket connection in delete() method.
|
2020-02-12 14:24:31 -07:00 |
Nate
|
ed6a6a8314
|
Gateways: Update class.
|
2019-11-30 17:49:26 -07:00 |
Nate
|
bec5c647c9
|
List View: Updates to action classes.
|
2019-11-30 15:18:48 -07:00 |
Nate
|
d60786eb31
|
Gateways: List view updates.
|
2019-11-22 13:15:53 -07:00 |