Commit Graph

27 Commits

Author SHA1 Message Date
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
markjcrane d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
konradSC a55b9a6377
Add toll allow 2021-02-17 10:51:42 -05:00
FusionPBX b7d52fecbe
Change eventsocket_create to event_socket_create 2020-08-31 11:40:39 -06:00
FusionPBX 66504dbb54
Update call_broadcast_send.php 2020-04-07 16:06:32 -06:00
markjcrane a6977be1dc Call Broadcast add start time 2020-04-01 19:30:49 +00:00
Nate f943254593 Update Call Broadcast 2019-09-10 14:04:30 -06:00
Nate c660b27096 Misc: Database class integration. 2019-08-28 21:02:08 -06:00
Nate e18f1ef537 Database class integration. 2019-07-02 08:44:23 -06:00
FusionPBX ffe608bb78 Update call_broadcast_send.php 2019-02-09 08:23:10 -07:00
reliberate 5b97091e27 Theme: Add additional Settings to control the style of various elements, remove old css classes.
Default/Domain/User Settings: Add color previews in list view.
2016-03-28 22:29:15 -06:00
markjcrane cde9debb29 After removing domain name from the default recordings dir path need to add the domain name every where the recordings directory is currently used. 2015-12-06 13:37:35 -07:00
Alexey Melnichuk 9097861e30 Change. Does not use `default` dialplan/directory.
I think it more consistent that it allows edit domain in single place.
Also on my Windows machine while installing all users/context creates not in `default` directory.
And I have problem because remove users did not work, `default.xml` file contain `$${v_domain}` variables.
2015-07-02 13:14:35 +04:00
Mark Crane c5755666cb Add the text class to more of the applications. 2015-01-18 10:06:08 +00:00
luis daniel lucio quiroz 1335bef8a6 billing compatibility for callbroadcast 2014-09-24 01:03:34 +00:00
Mark Crane 40c1447b69 Only set the avmd if avmd is set to true 2014-08-08 07:00:31 +00:00
Mark Crane 55942f781f Add avmd to call broadcast 2014-06-04 09:13:27 +00:00
Mark Crane 699dd5cd40 add domain_uuid, domain, and domain_name to call broadcast, follow me, and call forward. 2014-05-29 23:49:17 +00:00
Nate Jones 50506b8d8d Response message updates, permission fix. 2014-02-21 02:13:06 +00:00
Mark Crane cd28bf2491 Change the 'Cancel' button to 'Stop Broadcast' 2014-02-19 08:50:36 +00:00
Mark Crane dbaeadc69c Use the broadcast uuid so we can use it to del the scheduled calls. 2014-02-19 06:47:51 +00:00
Mark Crane 7342c6f48a Re-organize call broadcast to use the class method. 2014-02-18 11:19:23 +00:00
Mark Crane e9aa47069c Update the references for header.php and footer.php files to point the resources directory. 2013-07-06 06:29:50 +00:00
Mark Crane c44d39dcf9 Change the path for includes/require.php to the resources directory. 2013-07-06 06:03:27 +00:00
Mark Crane 6a70d8db41 Change includes/checkauth.php to resources/check_auth.php. 2013-07-06 05:50:55 +00:00
Mark Crane 8fb5942f85 Fix the URL that the call broadcast directs to after sending calls. 2013-05-09 20:15:08 +00:00
Mark Crane dd4828ed0f rename v_call_broadcast_send.php to call_broadcast_send.php 2012-11-24 00:20:47 +00:00