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
FusionPBX
414c85eef8
Fix a bug where transfer is part of recording name
2024-12-10 13:44:49 -07:00
FusionPBX
3095bb5a30
Removed messages and providers
...
These are optional and have the own repositories
2024-12-09 17:13:22 +00:00
anthony-ricci
7993e2ad1b
messages-to-email ( #7193 )
2024-12-09 10:10:15 -07:00
FusionPBX
e1cfb7931e
Active Calls responsive design update
2024-12-07 13:28:27 -07:00
Alex
f0bc1cfe33
Update contacts path ( #7192 )
...
* Update contacts path
* Update menu.php
* Update contact_edit.php
* Update contact_relation_edit.php
* Update config.php
* Update authentication.php
* Update database.php
* Update totp.php
* Update email.php
2024-12-06 11:55:41 -07:00
chansizzle
014adb461b
add call duration to the active calls page ( #7191 )
...
* add call duration to the active calls page
* add duration label for active calls
2024-12-04 15:13:25 -07:00
FusionPBX
f0837e173b
Add function_exists for posix_getsid
...
Used to support operating systems that don't support posix_getsid
2024-12-02 18:34:49 -07:00
markjcrane
78306a1a68
Add execute permission
2024-12-02 18:05:26 -07:00
FusionPBX
57a792dccd
Use the PHP_BINARY constant
2024-12-02 17:58:07 -07:00
FusionPBX
efdc007eb2
Use the PHP_BINARY constant
2024-12-02 17:55:35 -07:00
FusionPBX
6f1c595b1f
Use the PHP_BINARY constant
2024-12-02 17:54:49 -07:00
FusionPBX
642d4cd8d7
Set the Yealink default to 4 PAI-RPID-FROM
2024-12-02 11:56:35 -07:00