FusionPBX
552e1261e2
Update software version to 5.6.2-dev
2026-05-05 17:14:47 +00:00
frytimo
2f2883ca8b
Add video setting for yealink ( #7954 )
...
Available settings from template are: 0=Disabled, 1=Video first, 2=Optional
2026-05-05 16:33:13 +00:00
frytimo
bb6d962b9f
Update PHPDocs in services class ( #7953 )
2026-05-04 23:13:29 +00:00
FusionPBX
678a008709
Remove class overflow for the domain column
2026-05-04 22:24:29 +00:00
Alex
d03b678ff2
Add sort direction icon ( #7952 )
...
for table headers that use the th_order_by function.
2026-05-04 20:47:23 +00:00
FusionPBX
bbae2e6955
Remove redundant window.open
2026-05-04 19:42:32 +00:00
frytimo
fc08584901
Fix an error when upgrade cli is used for first time with services ( #7951 )
2026-05-04 17:56:07 +00:00
frytimo
097af5d836
Fix missing first line of in-progress call and wrong state ( #7948 )
...
When the dashboard widget is first called, the first line of the active call response was ignored due to a promise dropped in the client. This fixes the dropped event.
The status is hard-coded to 'ringing' on the server-side to allow the client to pick up the event as a 'new' call. This patches the client to correct this and put the correct 'answered' status for an already in-progress call.
2026-05-04 16:58:43 +00:00
Alex
494664f598
Fix: Stop incrementing MWI Account when adding extensions ( #7950 )
...
- MWI Account is empty by default.
- When adding multiple extensions with the range, the MWI Account should be the same on all of them.
2026-05-04 16:57:34 +00:00
frytimo
f2df94cf93
Check for empty service list before array_column ( #7949 )
2026-05-04 08:31:01 -06:00
FusionPBX
fe7a5033c2
Add missing services during upgrade
...
Added functionality to add missing services during the upgrade process.
2026-05-01 21:10:10 +00:00
Alex
a48ea3d945
Update added modules message ( #7947 )
2026-05-01 20:47:07 +00:00
Alex
c68602b6d3
Update add missing and reload messages ( #7946 )
...
* Update add missing and reload messages
* Update app_languages.php
2026-05-01 20:36:14 +00:00
Alex
1f5c7099ac
Add translations for reload confirmation ( #7945 )
...
* Add translations for reload confirmation
* Update app_languages.php
2026-05-01 20:35:39 +00:00
FusionPBX
df18b4790f
Add btn_reload to checkbox_on_change
2026-05-01 18:15:14 +00:00
FusionPBX
652a7dc256
Add ability to reload one or more services
2026-05-01 17:51:22 +00:00
FusionPBX
d3a03a8b28
Add translations for message-reload
2026-05-01 17:32:03 +00:00
Alex
571c5f98f4
Fix the service delete ( #7944 )
...
* Fix the service delete
* Update services.php
2026-05-01 10:04:33 -06:00
FusionPBX
4022dbb3b2
Enhance service status display with color and tooltips
2026-05-01 01:17:37 -06:00
FusionPBX
182aabf709
Update service status labels to 'Active'
2026-05-01 01:13:46 -06:00
FusionPBX
1424ec2e18
Add translations for 'Yes' and 'No' labels
2026-05-01 01:11:09 -06:00
Alex
11e07e5d30
Fix the service toggle ( #7943 )
2026-04-30 17:57:31 +00:00
markjcrane
76744aaaf5
Add a new feature to manage services
2026-04-30 07:46:04 -06:00
markjcrane
cf28698320
Add category and get_category method
2026-04-30 07:00:36 -06:00
markjcrane
50032436ac
Add category and get_category method
2026-04-30 07:00:05 -06:00
markjcrane
116b705ab4
Add category and get_category method
2026-04-30 06:53:29 -06:00
markjcrane
479551604c
Add category and get_category method
2026-04-30 06:53:21 -06:00
markjcrane
0047dba989
Add class property category
2026-04-30 02:20:38 -06:00
markjcrane
ccbd957ac0
Add class property category
2026-04-30 02:17:34 -06:00
Mendel
368ad20227
Fix destination export to honor Show All across domains ( #7936 )
...
When SHOW ALL button has been pressed then export all destinations from all domains and add '_all' to the exported file name.
2026-04-29 23:35:30 +00:00
Alex
6a37970e12
Fix default_setting_category getting set twice ( #7940 )
...
* Fix default_setting_category getting set twice
2026-04-29 23:03:55 +00:00
Alex
cb0788cbb1
Exclude category in search form ( #7941 )
...
A category select box is already in the form
2026-04-29 22:57:37 +00:00
Alex
78777f0722
Fix: Remove domain_change from global diaplan urls ( #7942 )
2026-04-29 22:57:12 +00:00
markjcrane
848f4c9343
Remove git sub modules added by a pull request
2026-04-29 16:43:58 -06:00
frytimo
33d54b71cd
Use better heuristics for drag-and-drop call park ( #7939 )
...
When an inbound call was dragged it caused the wrong leg to be put in park.
Added permissions for barge and whisper.
2026-04-29 20:38:09 +00:00
frytimo
6ccb7cd16c
Fix - scope variable to function only ( #7935 )
2026-04-29 16:49:01 +00:00
Ivan E
f4a5a16ca9
Add Provisioning file for ht8x1 ( #7926 )
...
Add Provisioning file for ht841 and ht881
2026-04-29 16:46:00 +00:00
Ivan E
a7e02c9797
Change transient_provisioning value to 0 ( #7854 )
...
Set app/phone to Provision on startup
2026-04-29 16:40:17 +00:00
Ivan E
f20eb35160
Update template for ht801 ( #7860 )
...
* Update template for ht801
2026-04-29 16:38:09 +00:00
Alex
4cdb36109b
Destinations: Preserve query string parameters across list and edit pages ( #7930 )
...
* Destinations: Preserve query string parameters across list and edit pages
* Update destination_edit.php
2026-04-29 16:22:28 +00:00
Alex
1e883d0e66
Dialplans: Preserve query string parameters across list and edit pages ( #7934 )
...
* Dialplans: Preserve query string parameters across list and edit pages
* Update dialplan_edit.php
* Update dialplan_xml.php
* Update dialplan_inbound_add.php
2026-04-29 16:21:49 +00:00
FusionPBX
48d0798bbe
Add additional Yealink device vendors #7933
2026-04-29 16:18:14 +00:00
frytimo
8302c68678
Fix first line and app data of already in progress calls ( #7931 )
...
Also fixed application data not being read correctly from already in progress calls.
2026-04-28 20:48:45 +00:00
FusionPBX
5738bd0e35
Refactor firmware server path in ht801 template
...
Update firmware server path logic to include firmware version.
2026-04-28 18:54:03 +00:00
Ivan E
32d3db9de7
Clean up Template for Grandstream HT801 ( #7927 )
2026-04-28 18:53:42 +00:00
FusionPBX
fd5eef4f16
Update firmware and config server paths in XML
...
These two values state Mandatory in the template so added a default value
- grandstream_dial_timeout
- grandstream_web_access_mode
2026-04-28 18:12:59 +00:00
Ivan E
ce5769f276
Update HT814 provisioning template ( #7928 )
2026-04-28 18:10:32 +00:00
Ivan E
3ec65d6552
Add MN_Generic.cfg for Mitel 5320 ( #7925 )
2026-04-28 15:28:21 +00:00
frytimo
66afefbb7d
Fix PHPDoc types for on_topic method parameters and return value ( #7924 )
2026-04-28 15:27:32 +00:00
Ivan E
5453b1f785
Update MN_{$mac}.cfg ( #7853 )
...
The string "29c4a0e4ef7d1969a94a5f4aadd20690" is an MD5 hash representing the password "admin1234"
RegScheme= 1-TCP 2-UDP
No Luck with BLF Status working
2026-04-28 03:16:06 +00:00