Commit Graph

650 Commits

Author SHA1 Message Date
Alex
2acda5ea06 Add dashboard, device, extension, and gateway enabled toggle (#6548)
* Update system_counts.php

* Update call_forward.php

* Add dashboard widget enabled toggle

* Add device enabled toggle

* Add extension enabled toggle

* Add gateway enabled toggle

* Update extension_edit.php

* Update extension_edit.php

* Update device_edit.php

* Update gateway_edit.php
2023-02-10 11:14:43 -07:00
fusionate
46854d4025 Voicemail - Edit: Renenable Listen Link option in select, like Extension edit page. 2023-02-06 23:24:49 +00:00
fusionate
87716d051d Extension - Edit: Clarify more descriptions. 2023-01-28 21:38:46 +00:00
fusionate
4ba6148f57 Extension - Edit: Add clarity to Max Registrations and Limit Max descriptions. 2023-01-28 21:31:00 +00:00
fusionate
4b7bac9ba1 Extension - Edit: Remove extra line breaks. 2023-01-28 21:18:01 +00:00
demonspork
7e58f6d773 Fix edge case permissions problem with extension_advanced (#6512)
* Fix edge case permissions problem with extension_advanced
2022-12-31 11:57:41 -07:00
FusionPBX
88bc541d0d Create database object if not set. (#6492)
* Create database object if not set.
2022-11-08 09:40:12 -07:00
frytimo
4a8e148ccf remove is_numeric check for voicemail id (#6484)
Co-authored-by: Tim Fry <tim@voipstratus.com>
2022-10-11 21:32:32 -06:00
FusionPBX
93ec88629b Replace root.php 2022-10-10 17:28:02 -06:00
markjcrane
d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
markjcrane
eb5c25aa35 Add insert_date, insert_user, update_date, update_user to all tables 2022-09-18 00:54:37 -06:00
frytimo
e88176c755 voicemail boxes can now be text or numeric (#6467) 2022-09-07 16:37:02 -06:00
FusionPBX
e0866eba32 Force the value to lower case for enabled. 2022-06-06 18:04:06 -06:00
FusionPBX
93c7714148 Add new permission voicemail_file (#6403)
* Add new permission voicemail_file

* Update app_config.php

* Update voicemail_edit.php
2022-06-01 10:48:33 -06:00
FusionPBX
83eaee56a2 number_alias permission removed from superadmin group.
Not providing permissions to this by default to discourage using it. However anyone can assign the permission to any groups of their choice.
2022-05-31 09:42:26 -06:00
FusionPBX
eee7786529 Remove some code redundancy. 2022-05-02 08:27:15 -06:00
FusionPBX
16b8d5e172 Update extension_edit.php 2022-05-02 08:17:53 -06:00
Joseph
f080a39053 Fix voicemail transcriptions not being pushed (#6339)
* Fix voicemail transcriptions not being pushed

When creating a new extension, under the Voicemail tab, Transcribe is empty. This was causing users to not receive VM transcriptions. Adding the above code will push transcribe = true or false (depending on the value in default settings) after creating a new extension.
2022-05-02 08:06:21 -06:00
FusionPBX
8e530abb0d Add voicemail_transcription_enabled to extension_edit.php (#6265)
* Rename permission to voicemail_transcription_enabled

* Update voicemail_edit.php

* Add voicemail_transcription_enabled

* Update app_languages.php

* Update voicemail_edit.php
2022-01-29 02:28:07 -07:00
FusionPBX
e0e6a529ec Only use the transcription_enabled_default on add. 2022-01-28 08:54:37 -07:00
FusionPBX
ecdbc1b8be Set the extension dial_string to null when the value is user_busy. 2022-01-27 00:08:41 -07:00
AlexC
78c5666aff Fixed dashboard layout bugs (#6263)
* Fixed dashboard layout bugs

* Update domain_limits.php

* Update missed_calls.php

* Update recent_calls.php

* Update voicemails.php

* Update system_counts.php

* Update system_cpu_status.php

* Update system_status.php

* Update caller_id.php
2022-01-25 11:03:37 -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
FusionPBX
67be72b452 Database save method set to false. (#6215)
* When database save set to false for app_defaults.php
2021-12-24 12:42:16 -07:00
FusionPBX
27540bb42c Fix the display_name 2021-12-15 19:36:05 -07:00
FusionPBX
a80a22f797 Default the device line label to the extension number 2021-12-15 15:06:13 -07:00
FusionPBX
2db571f2fc Correct the name dislplay_label to label. 2021-12-15 15:02:17 -07:00
FusionPBX
b2c8f976a7 Add line_label and line_display_name default settings. (#6195)
* Update app_config.php

* Add device line_label and line_dislplay_name.
2021-12-15 14:39:34 -07:00
FusionPBX
dd106a6871 Replace event_socket_mkdir with php mkdir. (#6170) 2021-12-02 19:03:55 -07:00
FusionPBX
6782195989 Update extension_edit.php 2021-11-30 14:20:25 -07:00
FusionPBX
4dff27a076 When adding an extension make the voicemail directory. 2021-11-23 10:09:08 -07:00
FusionPBX
4f6c7f5d5e Fix the path in the link. 2021-11-17 08:02:48 -07:00
demonspork
36cb791e0b Add Permission to set Empty emergency Number (#5944)
* Add Permission to set empty emergency Number
2021-11-16 13:42:31 -07:00
FusionPBX
1b7785c8ab Update extension caller_id so it would work better with the dashboard 2021-11-11 14:05:22 -07:00
FusionPBX
7a216743bc Update path to app/call_forward previously app/calls. 2021-11-10 08:12:22 -07:00
markjcrane
032a5aec39 Add a new dashboard 2021-11-09 18:42:14 -07:00
FusionPBX
1df0ade6cd Outbound caller id number - only allow numeric and + 2021-10-20 10:58:23 -06:00
FusionPBX
6d4196f537 If the device is on the local domain allow it and use its device_uuid. 2021-09-23 17:55:32 -06:00
FusionPBX
4b71467053 Add device duplicate check for extension edit. 2021-09-19 00:42:40 -06:00
markjcrane
e429756307 Change error/user_busy to USER_BUSY 2021-09-18 23:26:21 -06:00
FusionPBX
221a88c673 Update extension_edit.php 2021-09-17 13:05:48 -06:00
FusionPBX
3e67d1d392 Use tabs instead of spaces 2021-09-08 22:36:15 -06:00
FusionPBX
9145fbcfc4 When assiging an extension to a device make sure to use the server_address_primary, and server_address_secondary 2021-07-26 10:43:03 -06:00
FusionPBX
d682ff01d1 Set device vendor
Get the device vendor from the template name if the template was provided otherwise use the get_vendor method using the MAC address
2021-07-23 11:56:19 -06:00
agree
64afa5df36 [extensions] outbound caller id select list remove duplicates (#5977) 2021-06-22 14:46:34 -06:00
agree
68d9e583ef [extensions] Fix mwi_account field not emptying (#5978) 2021-06-22 14:41:54 -06:00
chansizzle
24fe361140 improved export page descriptions 2021-05-17 14:34:53 -06:00
chansizzle
3c9b1dcd53 improved export page descriptions 2021-05-17 14:32:14 -06:00
agree
cf4f8d1e36 Add ability to set default accountcodes 2021-05-05 21:28:47 -04:00