23634 Commits

Author SHA1 Message Date
markjcrane
784a23951f Major version update 5.5 release 5.5.6 2026-01-29 06:17:45 -07:00
markjcrane
56d603bb25 Add the default setting for firewall_name 2026-01-29 06:15:37 -07:00
markjcrane
5a928b9082 Event Guard for now default to iptables for Linux
- Can change this value using Default Settings
  - Category: system
  - Subcategory: firewall_name
  - Type: text
  - Value: nftables
  - Enabled: true
- Description: Firewall Options: pf, nftables, iptables

Additional firewalls will be supported in the future.
2026-01-29 06:13:04 -07:00
markjcrane
6cdfd161b4 Add call summary to the call recording transcript email 2026-01-29 06:06:24 -07:00
markjcrane
6c25906378 Disable extension password attributes
- This causes problems for updating existing extension passwords
- For this reason disabling this recent addition
2026-01-29 05:36:56 -07:00
markjcrane
2c448c7bfb Update Event Guard version 2.0
- Use the service class
- Use object interfaces
- Add support for nftables
2026-01-29 05:31:02 -07:00
FusionPBX
78b1ebc47d Fix voicemail greetings file extension
Steps to reproduce the issue current greeting is a wav file. The text-to-speech provider used mp3. Then it would change the file type to mp3.

Moved the $speech->get_format(); to the section of code that generates the text-to-speech. So that it doesn't overwrite the file type when its not the text to speech is not being used.
2026-01-28 15:25:50 -07:00
FusionPBX
084575e368 Update bridge and phrase detection in the destination actions 2026-01-28 13:46:21 -07:00
FusionPBX
e6987e9c89 Fix audio not playing when using a phrase
When the call goes directly to a phrase, the call must be answered before the audio plays.
2026-01-28 13:11:01 -07:00
FusionPBX
30a60c655d Add settings: summary_model_prompt, summary_model_name
- Use these new settings to allow a custom AI prompt and language model.
2026-01-28 12:39:18 -07:00
FusionPBX
3f356ac58f Fix the destination check for duplicates 2026-01-28 12:31:33 -07:00
Marvin Skeete
e44a340f16 Added Grandstream station label for gxp2130_35_40_60_70 (#7508)
* Added Grandstream station label
2026-01-28 10:07:39 -07:00
yois615
e43e9e07bc [dialplan] Update XML for outbound dialplan (#7724) 2026-01-28 09:33:14 -07:00
Alex
04c995decd Gateways: Add confirmation for start/stop and true/false buttons (#7726)
* Gateways: Add confirmation for start/stop and true/false buttons

* Update app_languages.php
2026-01-28 09:31:00 -07:00
markjcrane
d8786aa613 Update the URL to prevent browser cache 2026-01-27 19:37:08 -07:00
fusionate
6a8609ae25 Voicemail Greeting - Edit: Mitigate PHP warning on add. 2026-01-27 18:57:11 -07:00
markjcrane
f294d7c836 Remove the widget background and detail color default value 2026-01-27 18:55:03 -07:00
fusionate
f37edc508b Voicemail Greetings - Edit: Implement Preview button for audio playback. 2026-01-27 18:51:27 -07:00
fusionate
99b99a113a Recordings - Edit: Fix missing translation. 2026-01-27 18:36:01 -07:00
fusionate
bf6975e06b Recordings - Edit: Implement Preview button for audio playback. 2026-01-27 18:31:34 -07:00
frytimo
c7659830cc Feature Codes adjust description detection (#7727)
* Feature Codes adjust description detection

* Update feature_codes.php
2026-01-27 18:02:00 -07:00
markjcrane
cec70c5194 When saving recording stay on the edit page 2026-01-27 17:13:39 -07:00
markjcrane
006a790356 Fix the greeting transcription 2026-01-27 17:10:56 -07:00
markjcrane
5cc9ad1e44 Add update greeting toggle 2026-01-27 16:59:10 -07:00
Alex
4b868f8330 Update domain toggle/delete message (#7725)
* Update domain toggle/delete message

* Update app_languages.php

* Update app_languages.php

* Update modal.php
2026-01-27 15:30:54 -07:00
fusionate
2c30e7bcbc Music On Hold - List: Fix waveform for non-default audio files. 2026-01-27 09:03:03 -07:00
FusionPBX
048eb3a3cc The array_type function has been moved 2026-01-26 20:08:16 -07:00
FusionPBX
5d00d0b91f Voicemail Greeting save the greeting_voice
- Add the select_group_option
2026-01-26 20:04:20 -07:00
FusionPBX
22e5f77e31 Add function array_type 2026-01-26 19:43:54 -07:00
FusionPBX
85fcf9ebbd Add language name translations
For the following languages
'en: 'English',
'es: 'Spanish',
'fr: 'French',
'de': 'German',
'it': 'Italian',
'pt': 'Portuguese',
'pl': 'Polish',
'zh': 'Chinese',
'ja': 'Japanese',
'ko': 'Korean',
'nl': 'Dutch',
'ru': 'Russian',
'hi': 'Hindi',
'he': 'Hebrew',
'ar': 'Arabic'
2026-01-26 18:50:02 -07:00
FusionPBX
2429930ceb Fix the destination_map permission 2026-01-26 18:44:49 -07:00
markjcrane
9861c42ca0 Add javascript select_group_option 2026-01-26 18:27:25 -07:00
FusionPBX
e31932d064 Enable markdown format 2026-01-24 21:59:13 -07:00
FusionPBX
ec63791149 Add the transcript summary 2026-01-24 21:57:23 -07:00
FusionPBX
44e410ea75 Update the prompt summary 2026-01-24 21:47:31 -07:00
FusionPBX
a2233d85e3 Update call_recordings.php 2026-01-24 20:35:46 -07:00
FusionPBX
99be5e5cee Summarize the call recording transcript 2026-01-24 20:32:39 -07:00
FusionPBX
c4dea6d609 Update app_languages.php 2026-01-24 20:05:53 -07:00
frytimo
596a2b3179 Use languages file for internationalization (#7722) 2026-01-23 19:09:45 -07:00
FusionPBX
c50a5469ba Remove the destination MAP button 2026-01-23 17:12:53 -07:00
FusionPBX
e290f89176 Use the destination_map permission 2026-01-23 17:11:12 -07:00
FusionPBX
6105ebeb6d Add permission: destination_map 2026-01-23 17:10:25 -07:00
FusionPBX
b636736591 Add the Destination Map to the menu. 2026-01-23 17:09:27 -07:00
frytimo
a0a298a7e2 Add translations for dialplans (#7721) 2026-01-23 15:13:18 -07:00
Alex
6473c33afd Sip Profiles: Add toggle confirmation for true/false button (#7719) 2026-01-23 13:23:58 -07:00
Alex
968edb040d Domains: Add toggle confirmation for true/false button (#7720) 2026-01-23 13:23:38 -07:00
Alex
b8e17acf38 Fix list_self_check function causing true/false links to toggle all selected items (#7718) 2026-01-23 12:13:19 -07:00
FusionPBX
0c828e9e40 Add multi-lingual dialplan descriptions 2026-01-23 11:52:45 -07:00
FusionPBX
4785ab0746 Update code syntax 2026-01-23 11:49:41 -07:00
FusionPBX
f4391602e6 Add feature code dialplan language array 2026-01-23 11:24:58 -07:00