Commit Graph

21960 Commits

Author SHA1 Message Date
FusionPBX
032a24cb28 Update domains.php 2024-08-05 15:52:51 -06:00
FusionPBX
163403acc7 Re-use the database object 2024-08-05 15:07:13 -06:00
FusionPBX
cd1cc70044 Remove redundant database objects
This reduces database connections and improves performance.
2024-08-05 14:22:17 -06:00
FusionPBX
00c803f53e Use the database more efficiently 2024-08-05 12:16:36 -06:00
FusionPBX
e24edd47f0 Use database::new() 2024-08-05 09:58:14 -06:00
FusionPBX
a84c69a1dc Use the database object efficiently 2024-08-05 09:53:11 -06:00
FusionPBX
096fd4f898 Remove redundant new database objects 2024-08-05 09:31:20 -06:00
FusionPBX
30735f6587 Update menu_item_list.php 2024-08-05 09:28:19 -06:00
FusionPBX
2c4adc6d21 Add parent dashboard parent
Added for future use. Currently does nothing.
2024-08-04 10:33:19 -06:00
FusionPBX
fa68129eaf Update template.php 2024-08-03 22:41:26 -06:00
FusionPBX
63ec63f32b Add background_video_enabled (#7083)
Added this to allow disabling video so that global default and individual domains can use different settings.
2024-08-03 22:35:11 -06:00
FusionPBX
eb93adba0b Add title-follow_me 2024-08-02 15:18:11 -06:00
FusionPBX
c3a6e22f38 Change title-call-block to title-call_block 2024-08-02 15:14:57 -06:00
FusionPBX
3e9aaf7bfe Dashboard name translation 2024-08-02 14:06:35 -06:00
FusionPBX
14f2d9df85 Add title logout and account settings 2024-08-02 13:58:27 -06:00
FusionPBX
b7467e7e11 Update conference center dashboard url 2024-08-02 13:13:56 -06:00
FusionPBX
cdcc0ee73e Add user logout icon 2024-08-02 13:11:04 -06:00
FusionPBX
e9cd4dd1ec Add fax group to the fax dashboard 2024-08-02 12:51:13 -06:00
FusionPBX
90933eaaf7 Fix the ring group dashboard permissions 2024-08-02 12:49:21 -06:00
FusionPBX
11def15cdc Fix dashboard_group_uuid conflict 2024-08-02 12:38:33 -06:00
FusionPBX
aeeb9e991e Add account settings icon 2024-08-02 12:31:43 -06:00
FusionPBX
8fd37c6c3c Delete needs to include dashboard_groups 2024-08-02 12:19:08 -06:00
FusionPBX
720be4a68b By default FAX permissions remove user
- Reason for change is not everyone uses FAX
- There is a fax group adding users to that group who need FAX maybe a better option.
- There is still the option of assign the fax permissions to the user and then protect those permissions.
2024-08-02 12:06:08 -06:00
FusionPBX
8ffa56ac38 Fix database transaction edit 2024-08-02 11:54:14 -06:00
FusionPBX
0c157bd7ce Update header.php
Fix indentation and create a new database object only if it is not defined.
2024-08-02 11:35:05 -06:00
FusionPBX
b93d3e8050 Fix intermittent issue with the Sub Menu 2024-08-02 11:22:14 -06:00
frytimo
2d16cba7fb update voicemail constructor to use domain and user uuids for settings (#7080)
If the settings object is not passed in the parameters the settings object that was created did not have the current domain uuid or user uuid set. This would cause default settings that were copied to the domain to be ignored. Ensuring the domain_uuid and user_uuid are initialized before the setting object and then passing them to the settings object constructor will make sure that the values would be returned when a request to the settings object is made.
2024-08-02 09:46:54 -06:00
Mendel
82129ff8ed Update {$mac}.cfg (#7081)
changed the sip server port to work with the t34w
2024-08-02 09:39:39 -06:00
FusionPBX
e2ab9129b6 Add dashboard width and height
Used when opening a new browser window
2024-08-01 23:34:30 -06:00
FusionPBX
b3f31af5a8 If data is global then domain_uuid set to null
This means transaction is global. If there is a domain_uuid use the domain ID from the data.
2024-08-01 18:02:15 -06:00
fusionate
d86217247e Voicemail - send_email (script): Assume direct sox call (for now). 2024-08-01 12:12:39 -06:00
fusionate
d79c7b1cb9 Voicemail: Integrate message forward intro playback in web interface, and prepend intro on emailed audio file. 2024-08-01 10:27:15 -06:00
FusionPBX
a020979947 Add destination_number variable 2024-07-31 17:26:36 -06:00
FusionPBX
ac07414b9d Update send.lua
Add domain_name and message variables
Add error prevention
Pass thru the domain_name, event_subclass and mesage
2024-07-31 17:19:57 -06:00
FusionPBX
3804efe4e1 Update voicemail.php 2024-07-31 13:41:08 -06:00
frytimo
3fc320ea39 method messages in object voicemail erases the property voicemail_uuid (#7079)
The method overwrites the object property initially set when the method is called. This causes any subsequent calls to be incorrect. Removing this keeps the initial objects property intact. The method voicemail_messages is only used internally from the messages method for getting message details in the voicemails. This has been set to a private method to reflect this type of use.

Authored-by: Tim Fry <tim@fusionpbx.com>
2024-07-31 13:19:58 -06:00
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
4b04d701ec Update dashboard permissions 2024-07-30 22:18:29 -06:00
FusionPBX
77dd833b55 Update some of the dashboard icons 2024-07-30 22:15:38 -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
Antonio Fernandez
440ffb69db set fax failed when missing (#7077) 2024-07-30 16:31:11 -06:00
FusionPBX
52e5da9a23 Update config.php 2024-07-30 14:41:02 -06:00
Alex
a793eb9573 Update index.php (#7076) 2024-07-30 11:41:06 -06:00
FusionPBX
6285413dd9 Fix a bug to delete email after send or forward 2024-07-30 11:34:47 -06:00
FusionPBX
0c32c43e9a update the dashboard 2024-07-29 22:33:44 -06:00
FusionPBX
7101c3f44a Fix the destination url 2024-07-29 22:29:51 -06:00
FusionPBX
8539bfb2cc Update config.php 2024-07-29 22:14:44 -06:00