chansizzle
bf84789f64
yealink power savings description clarity ( #7220 )
...
It was unclear as to what 'saving enabled' is. Updated to 'power saving enabled'. Yealink setting `features.power_saving.enable`
2025-01-26 19:28:58 -07:00
Mendel
43612a5049
multiple changes to the and for the yealink t58W,and images for yealinks in general. ( #7223 )
...
* multiple changes to the and for the yealink t58W
Added the variable for Bluetooth so that it won't be disabled every time the phone is provisioned.
Added what is needed for the wallpaper and firmware.
2025-01-25 19:32:25 -07:00
Norman King
a87bdc997e
Add wp8x6 provisioning template. ( #7224 )
...
* added 8x6 template
* Add files via upload
* 8x6 phonebook
* Update {$mac}.xml
* Deleted wp8x6/${mac}.xml
* added TR69 variable
* added tr69 url and interval
* Update {$mac}.xml
changed asc variable
* added gs variables to wp8x6
* removed hard code settings
* remove additionall hard code settings
* wifi, ringtone, and dhcp settings
* bluetooth
---------
Co-authored-by: unknown <rweiler93@gmail.com>
2025-01-25 19:24:47 -07:00
frytimo
da1da92d01
fix missing variable in default template ( #7222 )
...
When 'dev' or 'all' error level is set in the config.conf file, the menu will fail to expand or contract. This commit adds the missing variable causing a PHP warning responsible for the behavior.
2025-01-24 16:05:37 -07:00
FusionPBX
965b245794
Use lowercase matching domain name #7230
...
When the domain name has upper and lower case letters. The domain UUID results in not found in app/provision
2025-01-24 16:03:53 -07:00
frytimo
d77b69b4d5
fix provision edit to use text type instead of numeric ( #7229 )
2025-01-24 10:15:36 -07:00
frytimo
f6adc9bdd0
suppress access on null php notice in new is_connected method ( #7227 )
2025-01-23 12:38:03 -07:00
frytimo
95faf83337
add is_connected method to database ( #7225 )
2025-01-23 11:42:19 -07:00
FusionPBX
18bce0437d
Add more debug details and return false
2025-01-22 20:35:53 -07:00
FusionPBX
7e4f82f840
Enhance message array debug details
2025-01-22 20:07:02 -07:00
FusionPBX
8ea79e56e7
Replace exit; with return false;
2025-01-22 19:26:25 -07:00
fusionate
e58a55df97
Password Reset: Adjustment to re-enable password match indication.
2025-01-20 09:10:04 -07:00
FusionPBX
8b59ef881b
Use the settings array to pass database connection
...
Improve efficiency by using one database connection
2025-01-18 15:47:56 -07:00
FusionPBX
b6386ada32
Add table xml_cdr_extensions
2025-01-17 23:30:06 -07:00
frytimo
62039c300a
fix menu php warning when restoring default menu ( #7219 )
2025-01-17 13:39:17 -07:00
frytimo
50125527de
fix php warning for ini set ( #7217 )
...
The ini setting can only be modified when the session has not already started. This moves the ini_set function call inside the if block
2025-01-17 12:48:49 -07:00
frytimo
dc22e87fc2
fix dashboard php warnings ( #7218 )
2025-01-17 12:48:11 -07:00
simplecoder732
5b9e82480d
Add Algo 8103 and 8196 provision templates ( #7213 )
...
* Add Algo 8103 and 8196 provision templates
* Added admin password setting to algo 8103 & 8196 templates. Also checked for existence of algo_timezone setting or set to New York time
2025-01-17 08:24:28 -07:00
FusionPBX
afe511c403
Add forgot password translations
2025-01-16 21:54:27 -07:00
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