Alex
8cfc221da4
Redirect to the correct domain if using show all ( #7265 )
...
* Redirect to the correct domain if using show all
* Update bridges.php
* Update call_recordings.php
* Update conference_controls.php
* Update conference_profile_params.php
* Update conference_profiles.php
* Update email_queue.php
* Update event_guard_logs.php
* Update fax_queue.php
* Update user_settings.php
* Update require.php
2025-02-20 16:30:09 -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
frytimo
bb76878156
fix voicemail message count when viewing all domains ( #7186 )
2024-11-30 12:10:58 -07:00
FusionPBX
aae7cbdc5a
Fix the voicemail transcribe title
2024-11-13 17:46:53 -07:00
FusionPBX
ebaf1f909f
Use boolean in conditional statement
2024-10-24 14:37:26 -06:00
Alex
b43bcb9a13
Added the heading counter div ( #7124 )
2024-09-06 16:43:42 -06:00
Alex
cb6edd88ef
Added content card to applications ( #7121 )
2024-09-05 17:10:04 -06:00
frytimo
2cbb4dbc31
remove instances where a pointer is used in a foreach loop for value ( #7108 )
2024-08-22 12:41:10 -06:00
FusionPBX
90852f54db
Update voicemails.php
2024-07-30 18:50:55 -06:00
FusionPBX
1b2a47dd6c
Add voicemail export
2024-07-23 22:59:58 -06:00
FusionPBX
63e2316885
voicemail transcription to show or not show
2024-06-21 16:27:58 -06:00
fusionate
cb2b1b4132
Voicemails - List: Minor code adjustments.
2024-06-07 15:12:29 -06:00
fusionate
3dd8404daf
Voicemails - List: Generate Greetings count.
2024-05-31 08:48:50 -06:00
fusionate
1b2bcf2719
Voicemails - List: Implement natural sorting of Voicemail ID column.
2023-10-19 18:54:30 +00:00
frytimo
d7bbcd89f5
Use magic constant dir ( #6711 )
...
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__ to load only functions.php
* replace spaces with tab character
* update dirname command to use levels instead of nesting
* use magic constant __DIR__
* update dirname command to use levels instead of nesting
* Update access_control_edit.php
* Update access_control_import.php
* Update access_controls.php
* Update dnd.php
* Update access_controls_reload.php
* Update call_center_agents.php
* Update call_center_agents.php
* Update fax_queue.php
* Update login.php
* Update pdo.php
* Update pdo_vm.php
* Update switch.php
* Update index.php
* Update css.php
* Update v_mailto.php
* Update fax_to_email.php
---------
Co-authored-by: FusionPBX <markjcrane@gmail.com >
2023-06-15 11:28:23 -06:00
fusionate
bd9a407ba5
Voicemails: Updates for PHP 8.1
2023-06-09 16:51:36 +00:00
Anthony
f30614baf0
Update voicemails.php ( #6722 )
...
* Update voicemails.php
2023-05-26 13:53:41 -06:00
frytimo
fef8165be2
Frytimo pr patches for php8.1 ( #6630 )
...
* Passing null to parameter #2 ($string) of type string is deprecated
* Passing null to parameter #1 ($string) of type string is deprecated
* php 8.1 fixes
* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - strlower with null
* php 8.1 fixes - strreplace with null
* php 8.1 fixes - passing null to base64_decode
* php 8.1 fixes - check for false and check for null on $this->dir
* php 8.1 fixes - remove assignment of $db variable to modules object
* php 8.1 fixes - avoid sending null to substr
* php 8.1 fixes - change ${var} to {$var}
* php 8.1 fixes - check for null before preg_replace
* php 8.1 fixes - remove setting db variable on domains object
* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null
* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available
* php 8.1 fixes
* php 8.1 fixes - correct $_POST checking syntax
* php 8.1 fixes - correct $_POST variables
* php 8.1 fixes
* Use brackets consistently
* Update user_setting_edit.php
* Change to not empty
* Update device.php
* Update text.php
---------
Co-authored-by: Tim Fry <tim@voipstratus.com >
Co-authored-by: FusionPBX <markjcrane@gmail.com >
2023-05-05 10:46:37 -06:00
fusionate
242ceb7ccb
Voicemails - List: Additional permission check.
2023-03-01 22:35:44 +00:00
fusionate
49ed64bba9
Voicemails - List: Misc minor adjustments.
2023-03-01 22:13:27 +00:00
markjcrane
d50bcb476a
Replace root.php
2022-10-10 16:35:14 -06:00
AlexC
52614e4a21
Update voicemails.php ( #6250 )
2022-01-20 16:00:54 -07:00
AlexC
e316559771
Added show all button ( #6249 )
...
* Update call_center_queues.php
* Update call_center_agents.php
* Update app_config.php
* Update app_config.php
* Update contacts.php
* Update app_config.php
* Update ivr_menus.php
* Update app_config.php
* Update call_flows.php
* Update app_config.php
* Update conference_centers.php
* Update app_config.php
* Update voicemails.php
* Update app_config.php
* Update phrases.php
* Update app_config.php
* Update recordings.php
* Update app_config.php
* Update call_recordings.php
* Update app_config.php
* Update call_broadcast.php
* Update app_config.php
* Update time_conditions.php
* Update app_config.php
* Update music_on_hold.php
* Update app_config.php
* Update conferences.php
2022-01-20 15:54:42 -07:00
AlexC
2a74114cf2
Copy, toggle and delete buttons visible when checkbox is selected ( #6242 )
...
* Update bridges.php
* Update call_block.php
* Update call_center_queues.php
* Update call_center_agents.php
* Update call_broadcast.php
* Update call_flows.php
* Update call_recordings.php
* Update conference_centers.php
* Update conference_rooms.php
* Update conference_controls.php
* Update conference_profiles.php
* Update conferences.php
* Update contacts.php
* Update fax.php
* Update ivr_menus.php
* Update music_on_hold.php
* Update phrases.php
* Update recordings.php
* Update streams.php
* Update voicemails.php
* Update devices.php
* Update device_vendors.php
* Update device_vendor_functions.php
* Update extensions.php
* Update gateways.php
* Update dialplans.php
* Update destinations.php
* Update email_templates.php
* Update modules.php
* Update sip_profiles.php
* Update vars.php
* Update databases.php
* Update users.php
* Update default_settings.php
* Update domains.php
* Update groups.php
* Update menu.php
2022-01-13 11:37:59 -07:00
Anthony
1db3e5ba14
Removed Search Reset ( #6241 )
...
* Update default_settings.php
* Update devices.php
* Update extensions.php
* Update gateways.php
* Update users.php
* Update destinations.php
* Update dialplans.php
* Update bridges.php
* Update call_block.php
* Update call_broadcast.php
* Update call_flows.php
* Update call_forward.php
* Update call_recordings.php
* Update conference_centers.php
* Update conference_controls.php
* Update conference_profiles.php
* Update conferences.php
* Update contacts.php
* Update fax.php
* Update ivr_menus.php
* Update phrases.php
* Update recordings.php
* Update ring_groups.php
* Update time_conditions.php
* Update voicemails.php
* Update call_center_queues.php
* Update email_logs.php
* Update registrations.php
* Update user_logs.php
* Update access_controls.php
* Update domains.php
* Update email_templates.php
* Update groups.php
* Update menu.php
* Update number_translations.php
* Update sip_profiles.php
* Update database_transactions.php
* Update vars.php
* Update dashboard.php
2022-01-12 16:00:01 -07:00
Nate
b8acae0afb
Voicemail: Show assigned extension mailboxes if voicemail_domain permission not assigned.
2020-10-12 14:55:07 -06:00
agree
3d0df8b271
Add voicamail_domain permission ( #5349 )
2020-07-14 16:24:51 -06:00
agree
10e7685d87
Update voicemails.php ( #5231 )
2020-04-02 15:22:08 -06:00
Nate
5ec9b39f22
Voicemails: Modal integration.
2020-03-26 16:34:03 -06:00
Igor Olhovskiy
9df1f5c90a
Show count of VM messages per box ( #5176 )
2020-03-11 19:54:10 -06:00
Nate
0bfe9bfea6
Voicemails - List: Remove deprecated javascript.
2020-03-04 18:00:41 -07:00
Nate
83b859fd07
Voicemails: Add window titles.
2020-01-06 12:02:38 -07:00
Nate
e89539ddce
Update voicemails.php
2019-12-09 17:08:13 -07:00
Nate
4effe4c8b5
Voicemails: List view updates.
2019-12-09 17:05:31 -07:00
Andy-Seattle
013aa7a0df
Update voicemails.php ( #4806 )
...
* Update voicemails.php
If Transcription enabled in default settings show transcription state for each voicemail box
* Update voicemails.php
* Update voicemails.php
2019-10-30 19:09:33 -06:00
FusionPBX
f1c00c7ba5
Update voicemails.php
2019-10-01 16:09:05 -06:00
Nate
32a8d06fa6
Voicemails: Database class integration.
2019-08-17 07:02:58 -06:00
FusionPBX
52168c83e1
Update voicemails.php
2018-09-28 12:31:20 -06:00
FusionPBX
df11ad9614
Update voicemails.php
2018-09-28 12:08:38 -06:00
FusionPBX
4bfa9f95d8
Update voicemails.php
2018-07-02 10:57:31 -06:00
FusionPBX
32ce43d208
Update voicemails.php
2018-06-05 18:46:51 -06:00
FusionPBX
20bdf00eac
Update voicemails.php
...
Uppercase the SQL, cast voicemail id as text, and add sterilize user data.
2016-11-24 13:01:32 -07:00
reliberate
f67971515f
Voicemail: Fix an issue with the Back button on Voicemail Greetings page.
2016-07-01 02:53:01 -06:00
markjcrane
9dd5667118
Change voicemail_id from text to numeric and remove the cast on voicemail_id.
2016-04-29 09:49:04 -06:00
Harry G. Coin
cc553a70c5
Cleanups.
...
Remove default 192.168.42.42/32 allow.
Restore missing app/fax/resources/functions/parse_attachments.php to satisfy pre-existing include
Fix so sql in voicemail app works if var undefined. Warning: don't know if non Mariadb's like cast(...) .
Cleanup close in event socket.
2016-04-25 22:16:19 -05:00
Harry G. Coin
8abe003a71
The goal is to increase confidence in fusionpbx, one step is to run by default with error_reporting (E_ALL ^ E_NOTICE);
...
So, please find in this set numerous small changes which eliminate numerous php warning messages.
Also, a small bug fix in an sql statistics routine, naming a count(*) field as count, so displaying correct detail.
If any of the proposed changes are omitted, the relevant page will experience php warnings.
There are no doubt fusionpbx pages I've yet to visit that still generate warnings, this set is nearly certainly not comprehensive.
2016-04-25 20:19:58 -05:00
markjcrane
85439ff62e
voicemail_id is not guaranteed to be numeric so can't use the cast unless we protect against non numeric ids.
2016-04-19 14:05:12 -06:00
reliberate
d73ea93a14
Voicemail: Show Add button even when no Voicemails exist.
...
Extensions: Integrate keyboard shortcuts (Ctrl+A to select all, Delete to delete checked).
2016-03-31 18:03:32 -06:00
reliberate
9cfedbf2e9
Function: Created key_press function to dynamically generate key detection javascript.
...
Voicemail: Ctrl+A checks all checkboxes, pressing Delete deletes the checked Voicemails.
Editor: Integrated key_press function.
Command: Integrated key_press function.
2016-03-31 17:11:37 -06:00