Alex
1e96df6e95
Change $setting to $settings ( #7318 )
...
* Change $setting to $settings
* Update app_defaults.php
* Update fax_queue.php
* Update xml_cdr.php
* Update email_queue.php
* Update transcribe.php
* Update send.php
* Update fax_queue.php
* Update fax_send.php
* Update app_defaults.php
* Update email_queue.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
* Update app_defaults.php
2025-03-14 16:19:49 -06:00
FusionPBX
cd8d5302ac
Fix temporary permissions
2024-11-29 13:57:01 -07:00
frytimo
2cbb4dbc31
remove instances where a pointer is used in a foreach loop for value ( #7108 )
2024-08-22 12:41:10 -06:00
FusionPBX
cd1cc70044
Remove redundant database objects
...
This reduces database connections and improves performance.
2024-08-05 14:22:17 -06:00
FusionPBX
5d587fdd17
Add default value for queue_context
2023-11-29 13:57:43 -07:00
FusionPBX
c6d966395e
Use settings class for app_defaults.php
2023-09-16 00:22:12 -06:00
FusionPBX
5bcb9b8d26
Use !empty instead of is_array
2023-07-06 11:42:43 -06:00
FusionPBX
7331f90d1b
Comment the call center dialplan rewrite
2023-06-07 23:42:52 -06:00
markjcrane
6d7e125743
Fix all PHP 8.1 messages for upgrade.php
2023-05-17 10:07:49 -06:00
fusionate
decebec7db
Call Centers: Fix PHP 8.x issue on explode function in app_defaults.php.
2023-05-08 13:23:07 +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
Alex
43eb2a5b9d
[security] sanitize the xml ( #6595 )
...
* Update call_center_queue_edit.php
* fix typo
* Update call_flow_edit.php
* Update conference_center_edit.php
* Update conference_edit.php
* Update destination_edit.php
* Update fax.php
* Update ivr_menu_edit.php
* Update ring_group_edit.php
* Update app_defaults.php
* Update ivr_menu_copy.php
* Update destination_imports.php
* Update app_defaults.php
2023-03-30 12:46:36 -06:00
amibtl
1a0a8e1f6a
Update call center dialplan template for add and edit ( #6481 )
...
* prepend to cc_export_vars
* prepend to cc_export_vars
2022-09-30 08:39:09 -06:00
FusionPBX
3c18286c69
Update if the call center dialplan is different
2022-09-22 10:40:16 -06:00
FusionPBX
2e2376829f
Use the domain_name from the database.
2022-06-23 10:25:31 -06:00
FusionPBX
312873fb39
Add sip_h_Alert-Info to cc_export_vars
2022-05-09 21:52:30 -06:00
FusionPBX
4e2fe618e7
Fix the dialplan call center greeting and queue_extension.
2022-05-05 10:16:33 -06:00
FusionPBX
67be72b452
Database save method set to false. ( #6215 )
...
* When database save set to false for app_defaults.php
2021-12-24 12:42:16 -07:00
FusionPBX
f99d9198c8
Add cc_export_vars to the call center dialplan.
2021-05-10 15:50:34 -06:00
markjcrane
cfd70fb18f
Use the queue uuid for the cc_queue
2021-05-06 23:23:07 -06:00
markjcrane
a6e59c3522
Call Center Queue name change from uuid@domain to extension@domain
2021-04-27 22:42:09 -06:00
agree
2c7f103deb
[callcenter] Add to app defaults to update all callcenter dialplans to have @domain
2021-04-23 17:48:43 -04:00
Nate
12d7ceb397
Database class integration.
2019-07-29 09:26:52 -06:00
FusionPBX
c53108ca5b
Update app_defaults.php
2018-03-31 11:09:20 -06:00
Harry G. Coin
bda6861f88
\r\n --> \n
...
Cause all the .php files containing lines ending with \r\n to instead end with \n.
DYI with:
find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
markjcrane
562f000356
Add a new switch class with a method to get the directories needed for FreeSWITCH and add them to default settings -> switch category.
2016-04-02 17:53:51 -06:00
markjcrane
2e306568e4
Disable default settings -> call center path by default.
2016-01-25 10:24:09 -07:00
markjcrane
14e9c2743e
Change app/call_center to app/call_centers.
2015-08-03 16:09:38 -06:00