frytimo
cb94f2c02b
voicemail messages function is called twice. second call removes list ( #7078 )
...
When voicemail is called the first time, it correctly displays the list of voicemail messages. When it is called a second time the function returns an empty array and gives an empty display. This removes the second call to method 'messages' in 'voicemail' object.
authored-by: Tim Fry <tim@fusionpbx.com >
2024-07-31 12:26:26 -06:00
FusionPBX
fbec08e579
Update voicemail_messages.php
2024-07-30 20:34:04 -06:00
FusionPBX
8c7e2044fb
Update voicemail.php
2024-07-30 20:32:47 -06:00
FusionPBX
24a398f98f
Update app_menu.php
...
Using a redirect now we can use one menu to handle regular users and admins.
2024-07-30 18:52:07 -06:00
FusionPBX
90852f54db
Update voicemails.php
2024-07-30 18:50:55 -06:00
FusionPBX
82d1f4eb88
Add more dashboard widgets
2024-07-29 16:32:49 -06:00
FusionPBX
b1f64e88b5
Use the default setting text color
2024-07-29 12:33:28 -06:00
FusionPBX
dc14285cfd
Default setting used for the background color
2024-07-29 12:27:06 -06:00
FusionPBX
ecfbeba6ea
Update config.php
2024-07-29 10:58:04 -06:00
FusionPBX
2da57eea9c
Update the user dashboard
2024-07-29 10:56:33 -06:00
FusionPBX
7566dd1f4b
Update the dashboard settings
2024-07-28 10:42:16 -06:00
FusionPBX
22c57f9340
Fill in dashboard details
2024-07-28 10:36:36 -06:00
FusionPBX
546fb7edb2
Update config.php
2024-07-27 19:44:59 -06:00
FusionPBX
4e2cde3432
Add the voicemails icon
2024-07-27 19:40:02 -06:00
FusionPBX
1d7c239c37
Update app_languages.php
2024-07-25 03:52:42 -06:00
FusionPBX
1b2a47dd6c
Add voicemail export
2024-07-23 22:59:58 -06:00
frytimo
46abe4897c
use loose comparison instead of strict comparison ( #7064 )
...
Update comparison checks when testing the database status and
add a unified log message with a more detailed message from the
database when there is a failure
Authored-by: Tim Fry <tim@fusionpbx.com >
2024-07-23 19:58:13 -06:00
FusionPBX
48b2011091
Use mkdir when importing new voicemail boxes
...
In addition to making sure the voicemail directory exists for each voicemail box
Updated the settings class to use the settings object instead of the SESSION.
2024-07-23 13:39:30 -06:00
fusionate
c78d300145
Voicemail - Messages: New permission to control visibility of Transcribe feature.
2024-07-16 11:12:27 -06:00
FusionPBX
d7e8893325
Update voicemail_messages.php
...
Initializing the new object for messages prevents a problem where running the message method twice on the same object returns no results.
Running once to get the count and then using that result with paging to get the voicemail messages.
2024-07-16 11:01:40 -06:00
FusionPBX
be6afaf948
Update voicemail.php
...
- Allowing passing the database object into the constructor
- Add the database object in the constructor
- replace $_SESSION['domain_uuid'] and $_SESSION['user_uuid'] with $this->domain_uuid and $this->user_uuid
2024-07-16 10:05:06 -06:00
fusionate
ea7fb60533
Voicemail Messages: Add Resend feature, fix manual Transcription if voicemail stored as base64.
2024-07-10 16:28:41 -06:00
frytimo
50f1601a4d
update voicemail with the latest changes to the maintenance application ( #7035 )
...
* update voicemail with the latest changes to the maintenance application
Update the public static function filesystem_maintenance in voicemail
class to use the newest changes in the maintenance class. The
maintenance class now has a constant defined for the subcategory used
within the project.
* update app_config file with necessary default setting changes
---------
Authored-by: Tim Fry <tim@fusionpbx.com >
2024-07-06 20:45:25 -06:00
Antonio Fernandez
d1dc1f59ca
bug fix for transcription ( #7030 )
2024-06-28 09:53:50 -06:00
frytimo
49b2505f0c
Voicemail maintenance ( #7023 )
...
* add database_maintenance
* add filesystem_maintenance
* use modified time instead of create time
* Update voicemail.php
2024-06-25 13:07:42 -06:00
fusionate
81af0fefd1
Voicemail - Edit: Add option to Keep Local After Forward (or not).
2024-06-21 17:24:06 -06:00
Alex
1ef5f1dab0
Dashboard - Icon widget hover settings ( #7016 )
...
* Update system_counts.php
* Update system_cpu_status.php
* Update system_status.php
* Update voicemails.php
* Update missed_calls.php
* Update recent_calls.php
* Update index.php
* Update app_defaults.php
* Update app_defaults.php
* Update index.php
* Update index.php
* Update dashboard_edit.php
* Update index.php
* Update app_defaults.php
* Update css.php
* Update icon.php
* Update dashboard_edit.php
* Update app_config.php
* Update app_defaults.php
* Update css.php
* Update app_languages.php
* Update index.php
* Update dashboard_edit.php
2024-06-21 16:44:31 -06:00
FusionPBX
63e2316885
voicemail transcription to show or not show
2024-06-21 16:27:58 -06:00
fusionate
2403fcc20e
Voicemail - Edit: Show Transcription disabled if value empty.
2024-06-21 16:16:05 -06:00
Antonio Fernandez
25ba853618
clarified one of the transcription default setting ( #7003 )
...
* clarified one of the transcription default setting
* shortened the description
2024-06-18 15:59:28 -06:00
Alex
7640cd21c9
Dashboard - Add row span setting ( #7007 )
2024-06-12 16:49:34 -06:00
Antonio Fernandez
f61ee41c91
remove unused variables ( #7002 )
2024-06-11 14:12:13 -06:00
fusionate
a33975dc29
Voicemail - Messages: Implement paging.
2024-06-07 15:18:14 -06:00
fusionate
cb2b1b4132
Voicemails - List: Minor code adjustments.
2024-06-07 15:12:29 -06:00
Alex
f6e6750efc
Dashboard - Minor changes ( #6993 )
2024-06-03 11:40:05 -06:00
fusionate
3dd8404daf
Voicemails - List: Generate Greetings count.
2024-05-31 08:48:50 -06:00
fusionate
c27f287651
Voicemail - Messages: Option to manually submit audio to AI for transcription, if enabled.
2024-05-28 13:08:41 -06:00
fusionate
e128bdd850
Dashboard - New Messages: Mitigate PHP 8.x+ warnings.
2024-05-28 08:08:17 -06:00
Alex
98d5e4fd67
Dashboard - Added chart cutout and text size default settings ( #6976 )
2024-05-13 14:20:33 -06:00
fusionate
0a419a7698
Voicemail - Edit: Mitigate PHP 8.x warnings.
2024-05-13 11:39:19 -06:00
Alex
301a1f69a0
Move dashboard defaults settings to theme ( #6973 )
2024-05-08 13:41:21 -06:00
Alex
66b57a7784
Dashboard - Add gradient background color settings ( #6972 )
...
* Dashboard - Add gradient background color setting
2024-05-08 09:54:18 -06:00
Alex
5eead0d88a
Dashboard - Add disabled option to details state ( #6962 )
...
* Dashboard - Add disabled option to details state
2024-04-25 23:36:54 -06:00
Alex
28efea22fd
Dashboard - Add background color settings ( #6959 )
...
* Dashboard - Add background color settings
* Update missed_calls.php
* Update recent_calls.php
* Update app_languages.php
* Update app_config.php
* Update dashboard_edit.php
* Update index.php
* Update css.php
* Update system_status.php
* Update system_cpu_status.php
* Update system_counts.php
* Update system_counts.php
* Update switch_status.php
* Update index.php
* Update system_counts.php
* Update domain_limits.php
* Update call_forward.php
* Update caller_id.php
* Update ring_group_forward.php
2024-04-24 14:14:24 -06:00
fusionate
4e8f60cb92
Voicemail Messages - Restore non-Base64 message audio waveform generation.
2024-04-22 15:33:55 -06:00
Alex
19e21d9997
Update missed_calls.php ( #6953 )
...
* Update missed_calls.php
* Update recent_calls.php
* Update voicemails.php
2024-04-19 17:36:16 -06:00
Alex
4e06ce8c14
Update voicemails.php ( #6952 )
2024-04-18 17:11:05 -06:00
Alex
1412ed7f68
Dashboard - Add text color settings ( #6950 )
...
* Dashboard - Add text color setting
2024-04-17 16:01:54 -06:00
fusionate
4d728d47e4
Voicemail: Make waveform image generation work when using base64 message storage.
2024-03-16 13:48:59 -06:00
fusionate
b2246b3c46
Voicemail: Rework method used for emailed message Download Link to audio file.
2024-03-16 13:46:38 -06:00