Commit Graph

22426 Commits

Author SHA1 Message Date
FusionPBX 3f186d90cc
Fix the forget password feature 2025-01-16 21:49:56 -07:00
FusionPBX 11f250191d
Add call recordings record_extension
Call recording file format options: wav, mp3
2025-01-16 19:59:32 -07:00
FusionPBX 31adc0883a
Update destination_edit.php
- Use the settings class to get the default settings
- Use call recordings variable record_extension wav or mp3
2025-01-16 19:56:32 -07:00
FusionPBX 590e4fb072
Add record_stereo and record_stereo_swap 2025-01-16 18:24:22 -07:00
frytimo 24ecfa16a0
update voicemails to use settings object where possible (#7212) 2025-01-16 12:49:00 -07:00
fusionate edf2efb517
Voicemails - List: Restore search functionality. 2025-01-16 10:51:41 -07:00
FusionPBX df90b758bb
Fix issue with sending local faxes
When sip_to_user or sip_req_user are used then we need to add these variables so that it can find the correct inbound route.
2025-01-15 19:44:56 -07:00
FusionPBX d49e8e4d2c
Add a default for paging 2025-01-15 15:42:11 -07:00
fusionate 93309e17f9
Side Menu: Improved behavior for Expanded and Hidden states when clicking on the content body. 2025-01-15 13:56:02 -07:00
FusionPBX 4e99779bc5
Fix server_address_primary
This was showing as a select box instead of input-type text .
2025-01-13 12:59:11 -07:00
FusionPBX 405a335ffb
Removed domain_enabled to fix a bug for those using BDR
An issue occurs if the domain_enabled data type was text rather than boolean. The upgrade schema data types will correct the data type except when using BDR. The alter table for changing data types doesn't work because of BDR.
2025-01-13 11:10:34 -07:00
fusionate a118cd658e
Voicemail - Edit: Change boolean select elements to toggle switches. 2025-01-09 23:04:03 -07:00
frytimo 79b0767343
fix xml_cdr import failing to move a zero byte record to failed folder (#7210)
When an XML CDR record is zero bytes that is recorded in the /var/log/freeswitch/xml_cdr directory, the xml_cdr class would fail to move the file. This causes the record files to eventually build up to where the files can exceed the import limit. This adjustment moves the sanity checking for `filesize` to before the import attempt and checks for over limit and zero bytes. If those conditions match the file is moved to the "failed" folder.
2025-01-09 11:47:28 -07:00
FusionPBX f121c16931
Update access control export add node_type 2025-01-09 00:16:21 -07:00
FusionPBX c388194721
Add Access Control Export 2025-01-09 00:06:52 -07:00
FusionPBX 106fc33459
Remove the pdo.php include
The pdo.php file was replaced by the database class
2025-01-08 12:14:38 -07:00
FusionPBX 1ada27a5b8
Add the settings_array to the class constructor
- More efficient to pass in the database object
- Added an option to pass in the domain_name
2025-01-07 22:20:57 -07:00
FusionPBX 75e7e9b71b Add multi-cast settings to all yealinks 2025-01-07 20:50:57 +00:00
FusionPBX 43d57fce14
Change the agent.contact size from 255 to 1024 2025-01-03 16:53:23 -07:00
FusionPBX 2aae8635db
Fix the device line default values and use the settings class 2025-01-03 14:41:08 -07:00
FusionPBX 5e8271ecc6
Use the domain_name as the context 2025-01-03 09:01:03 -07:00
FusionPBX eb7645772a
Update the context for the operator
Use the domain_name as the context.
2025-01-03 09:00:17 -07:00
FusionPBX 5c9c872c99
Show newest emails first 2025-01-01 11:26:44 -07:00
frytimo 76af096f52
xml_cdr catch edge case of failed import when no start stamp is present (#7207)
* xml_cdr catch edge case of failed import when no start stamp is present

* xml_cdr catch edge case of failed import when no start stamp is present
2025-01-01 10:32:12 -07:00
fusionate 5ace1902e3
Recordings: Restore audio playback. 2024-12-30 12:33:54 -07:00
chansizzle 9203fa0ed9
update cpm_ans to be cpm_answered (#7204)
The sql aliases the calculation as cpm_answered. Without this change the CDR Statistics Call Per Minute will always be zero.
2024-12-27 09:55:26 -07:00
FusionPBX ff95ada636
Fix the duration by use the created_epoch
Also used the settings class
2024-12-26 10:57:45 -07:00
FusionPBX 803b8755b2
Use the settings class and change date and time handling
- Use the settings class
- Fix the date and time
2024-12-25 22:08:10 -07:00
FusionPBX 6524cdcd0b
Fix greeting when using phrases
After saving a phrase for the greeting it would save but it wouldn't show the correct label. It would continue to play the phrase but show the UUID.
2024-12-23 12:22:44 -07:00
FusionPBX b6e1a2f775
Fix greeting when using phrases
After saving a phrase for the greeting it would save but it wouldn't show the correct label. It would continue to play the phrase but show the UUID.
2024-12-23 12:15:38 -07:00
FusionPBX 640b9f3184
Update the contacts path
Moved contacts from app to core
2024-12-22 10:40:41 -07:00
FusionPBX 67582a0f90
Update presence.php 2024-12-22 10:13:18 -07:00
shing6326 fb719cf331
Add grandstream wp826 template (#7201) 2024-12-21 14:37:50 -07:00
FusionPBX aecf84c6b6
Allow wrap on the action bar
This is needed to fit better on tablets and mobile screens.
2024-12-21 14:35:26 -07:00
FusionPBX eab081e253
Fix log viewer overflow for log content using word wrap 2024-12-21 11:32:15 -07:00
FusionPBX 2b22a15bf9
Update permission to hide hangup cause by default
This call detail records permission was assigned to the superadmin group by default. The Status replaces it with a simpler message. The hangup cause status will remain as an option for those that want it.
2024-12-21 10:56:15 -07:00
FusionPBX afaf31c3a2
Sanitize the caller ID name and number 2024-12-20 11:07:05 -07:00
FusionPBX 257066f4d0
Fix a typo in the description 2024-12-17 12:49:49 -07:00
FusionPBX d9f401f577
Use the settings class 2024-12-16 18:48:44 -07:00
frytimo 38b02f11d5
fix missing slash '/' at end of link tag (#7200) 2024-12-16 13:53:33 -07:00
FusionPBX 2cd94a93a5
Fix the device ADD button.
Also, permission_exists function uses the permission::new() method and this made it efficient enough to continue to use the permission_exists function.
2024-12-13 10:35:36 -07:00
frytimo 075cc4824a
Security, Use the same number of characters for the masked password (#7198)
* security set display asterisks to constant number
Harder to guess when length is also hidden
2024-12-12 10:03:21 -07:00
chansizzle 8feb150dba
rename extension summary csv export (#7179)
rename extension summary export/download from 'user-summary.csv. to 'extension-summary.csv'
2024-12-11 22:15:28 -07:00
FusionPBX 7e5ac499ef
Update {$mac}.xml 2024-12-11 22:08:07 -07:00
FusionPBX 7a33e79f4a
Add the spa_router_mode 2024-12-11 22:06:44 -07:00
FusionPBX a9b2076fbe
Update the cisco 192 template 2024-12-11 22:00:18 -07:00
Alex 9fc82c02cb
Add dashboard icon color setting (#7197)
* Add dashboard icon color setting

* Update index.php

* Update app_languages.php

* Update app_defaults.php

* Update app_config.php

* Update dashboard_edit.php

* Update index.php

* Update app_languages.php

* Update app_defaults.php

* Update app_config.php

* Update config.php

* Update domains.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update registrations.php

* Update config.php

* Update config.php

* Update config.php

* Update config.php

* Update voicemails.php

* Update config.php

* Update missed_calls.php

* Update recent_calls.php

* Update index.php

* Update index.php

* Update index.php
2024-12-11 21:28:45 -07:00
frytimo 3d4fe6e5c1
fix call forward back button on save (#7196)
* fix call forward back button on save
2024-12-11 14:53:55 -07:00
Antonio Fernandez 975f0755ea
fix-sms/mms-to-email-en-us (#7194) 2024-12-10 16:53:35 -07:00
Alex 02aacd2c40
Fix menu_side_brand_image_contracted not showing (#7195) 2024-12-10 16:51:36 -07:00