markjcrane
ee9336f325
Add Yealink password_use_default.mode
2025-11-21 12:35:24 -07:00
Alex
d2b5fe4839
Check if destination_actions is empty to fix a PHP warning ( #7633 )
2025-11-19 15:56:10 -07:00
FusionPBX
d6aa15549c
Exclude json to jsonb for schema data types
2025-11-19 15:49:10 -07:00
markjcrane
323d318141
Update boolean toggle
...
- When 2 equals it evaluates null as false and then false is selected.
2025-11-19 15:26:40 -07:00
markjcrane
b79ff030da
Systemctl use enable and start
...
- remove --now for better compatibility
2025-11-19 14:23:41 -07:00
markjcrane
8063ae9ceb
Set the schema return type
...
- Remove deprecated comments
2025-11-19 14:22:27 -07:00
frytimo
f8de76762f
Documentation, formatting ( #7630 )
...
* Documentation, formatting
* Updated formatting to remove alignment
* Updated spacing in the quoted script
2025-11-19 12:08:12 -07:00
frytimo
34821bed7e
Documentation, format class, no modification. ( #7629 )
2025-11-19 09:48:36 -07:00
markjcrane
0ea256fce8
Upgrade Schema includes Data Types by default
...
- Change the label to Database Schema
- Update the description to say tables, columns and data types
- upgrade.php --schema
- Includes data types by default
- Remove --types from upgrade.php
- command line upgrade --interactive
- Option 2 schema
- Includes data types by default
2025-11-18 20:19:04 -07:00
markjcrane
acbddb2a4d
Update dashboard app defaults
...
- Remove old dashboard data
- Add more comments
2025-11-18 19:20:50 -07:00
frytimo
bbe7b9e9b7
Documentation, format class, no modification. ( #7628 )
2025-11-18 18:49:39 -07:00
frytimo
adfc4cc469
Create more documentation ( #7627 )
...
* Documentation, format class, no modification.
2025-11-18 18:33:07 -07:00
FusionPBX
e619c97ce6
Remove extra line that is not needed
2025-11-18 14:08:04 -07:00
FusionPBX
0d4887affd
Format the date and time in fax logs with timezone
...
Updated SQL query to format fax date and time with timezone. Adjusted output to display formatted date and time in the fax logs.
2025-11-18 14:00:20 -07:00
markjcrane
21b85d0316
Get the language from settings and re-use it
2025-11-18 09:35:28 -07:00
Alex
e2981aa9c6
Set default domain setting enabled value ( #7625 )
2025-11-17 21:44:26 -07:00
frytimo
debd5c0fbb
Add more documentation for the abstract service class ( #7626 )
2025-11-17 21:44:02 -07:00
markjcrane
ce1bee4821
Optimize the schema class
2025-11-17 14:01:45 -07:00
frytimo
aacc41ade2
Fix PHP error implicit null casting ( #7624 )
2025-11-17 06:12:22 -07:00
frytimo
c2a2d1c1f9
Fix parameter array not unset ( #7621 )
...
* Fix parameter array not unset
* Fix parameter array not unset
2025-11-15 21:30:11 -07:00
frytimo
c11920c932
Fix PHP errors when trying to save with missing field data ( #7620 )
2025-11-15 21:29:51 -07:00
frytimo
b151f3c4ce
Fix dialplans always shows as selected for empty entry ( #7619 )
2025-11-15 21:29:26 -07:00
frytimo
723b9f19f4
Fix PHP warning when destination email is not in post data ( #7618 )
2025-11-15 21:29:07 -07:00
frytimo
5f1b34a194
When the $show variable is false or null the condition for !$show == all will always evaluate to true. ( #7617 )
...
The call to action_name with $destination_app_data empty (no action for destination number) will cause a PHP warning.
2025-11-15 21:28:52 -07:00
frytimo
41daacf090
Fix number translation order on edit page ( #7623 )
2025-11-15 21:27:55 -07:00
frytimo
e8aabf8d04
Fix variable undefined when adding new module ( #7622 )
2025-11-15 21:27:22 -07:00
frytimo
9ebcbb75b8
Fix PHP warning in smarty template keyboard binding ( #7616 )
2025-11-15 18:46:51 -07:00
fusionate
63aa341d99
Theme - Menu Style (Fixed): Make User Menu visible when scrolled.
2025-11-15 18:21:36 -07:00
fusionate
63026bbf88
Active Calls (Dashboard): Use empty() instead.
2025-11-15 17:55:52 -07:00
fusionate
17b3188f79
Extension Summary: Resolve PHP warning.
2025-11-15 17:40:18 -07:00
fusionate
2c684a318e
Active Calls: Resolve PHP warning.
2025-11-15 17:39:53 -07:00
fusionate
b887f7d727
Call Block - List: Resolve PHP warning.
2025-11-15 17:39:30 -07:00
fusionate
94837fde05
Default Template & Active Calls (Dashboard): Resolve PHP Warnings noticed on login.
2025-11-15 17:39:05 -07:00
fusionate
bf510ed7e2
CSS: Resolve PHP Warnings noticed on logout.
2025-11-15 17:37:06 -07:00
markjcrane
c7afa0455a
Update the SQL query to get the Categories
2025-11-15 12:12:40 -07:00
markjcrane
761948f850
Adjust defaults values for enabled and dialplan_continue
...
- IVR Menu option enabled by default
- Dialplan Add - dialplan_continue: false
- Add Outbound Route
- dialplan to set call_direction dialplan_continue: true
- dialplan for the main outbound route dialplan_continue: false
2025-11-15 10:00:21 -07:00
markjcrane
8ccf6b6d26
Fix ring group destination_enabled toggle
2025-11-15 09:04:59 -07:00
markjcrane
ffa86100b2
In the service reconnect to the database only when needed
2025-11-15 08:29:51 -07:00
frytimo
96a0355d1d
Fix domain name with port number from device ( #7606 )
2025-11-14 15:25:41 -07:00
frytimo
45710ef012
Use APCu cache for the text class when APCu is enabled ( #7614 )
...
Using the APCu cache within the text class adds a significant speed boost. In testing, the load time of the text class was about 7% of the total load time on the page. After implementing caching, the load time for the text class dropped to just 0.17% of the total time for the page to load. When APCu caching is not available, the class will cache it directly dropping it from 7% to just 2.3% of the total script load time.
2025-11-14 15:22:49 -07:00
frytimo
f6f14fff4c
Add missing default colors for dashboard network status chart ( #7615 )
2025-11-14 14:48:24 -07:00
markjcrane
d877c0e712
Allow type to be null
2025-11-14 13:21:26 -07:00
markjcrane
d5ef3a3834
Prevent warningx in get_classname
2025-11-14 12:11:42 -07:00
markjcrane
71edbd5b28
Minor update for code alignment
2025-11-13 23:44:02 -07:00
markjcrane
92a0c9d75f
Efficiency improvements for the destinations class
2025-11-13 23:40:35 -07:00
markjcrane
8fb57aad41
Update functions.php prevent warnings
2025-11-13 23:39:37 -07:00
markjcrane
e8efd52aa1
Update search for template.php
...
If the template is pointing to a custom location but the template.php doesn't exist there then use the default/template.php
2025-11-13 14:48:58 -07:00
Alex
17f7d3c515
Add Htek uc924u template ( #7613 )
...
* Add Htek uc924u template
* Update {$mac}.cfg
2025-11-13 13:15:22 -07:00
markjcrane
195c158128
Add the htek_provision_url
2025-11-13 11:52:48 -07:00
markjcrane
85aeefb96d
Fix the spa_provision_url
2025-11-13 11:52:31 -07:00