FusionPBX
de10ea2a4a
Use settings get method for list_row_edit_button
2025-04-14 09:36:05 -06:00
FusionPBX
b7e24103bf
Use the sessions get method to get rows_per_page
2025-04-14 09:27:06 -06:00
frytimo
d529021b3f
Use boolean setting as true boolean ( #7284 )
...
* use boolean setting as true boolean
* Update settings class to use the php filter_var function for boolean
Using the built-in filter type for boolean seems like a better option as they are faster, already hardened, and more widely tested.
I found this better method used originally by Mark J. Crane in 2022 in the content.php page so I included it here.
* Update settings class to use the php filter_var function for boolean
Using the built-in filter type for boolean seems like a better option as they are faster, already hardened, and more widely tested.
I found this better method used originally by Mark J. Crane in 2022 in the content.php page so I included it here.
2025-03-04 11:25:47 -07:00
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
chansizzle
3c9720ee36
Add CID Name prefix to destinations.php ( #7262 )
2025-02-20 09:13:36 -07: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
FusionPBX
2b1cba9a39
Add a permission called destination_local
2024-09-04 10:34:52 -06:00
FusionPBX
8657a68d7e
Update destinations.php
...
The &$row pointer caused a duplicate in the interface on the last row when used with updating the $row['action'] value.
Used an alternative method to update the destinations array and it solved the appearance of a duplicate.
2024-05-06 17:33:48 -06:00
FusionPBX
6176ea2376
Update destinations.php
...
- Update the array to add actions before display.
- Use column names in the SQL select
- Use a SQL Left Join to get the domain name
2024-04-29 12:46:32 -06:00
fusionate
08659badc0
Destinations - List: Show all selected Actions, including Other actions.
2024-01-19 20:28:28 +00:00
FusionPBX
dd2fbf7745
Update destinations.php
2023-09-13 08:19:06 -06:00
FusionPBX
9c09269159
Set the search value to lower case
2023-08-30 13:48:35 -06:00
fusionate
3d6c1cbb99
Destinations - List: Adjust case on Type column value, Center Prefix, mitigate PHP 8.1 warning.
2023-07-31 23:26:03 +00:00
fusionate
bd12b748e6
Destinations - List: Resolve PHP 8.1 warning.
2023-07-31 21:07:30 +00:00
FusionPBX
b7e3d6133c
Prevent PHP 8.1 errrors
2023-07-06 12:25:47 -06:00
fusionate
91366eddc5
Destinations - List: Fix Trunk Prefix and Area Code column headings.
2023-06-15 22:23:44 +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
FusionPBX
e0d8574410
Destinations - change negative condition to a positive one.
...
Usually best use positive conditions rather as they are easier to follow.
2023-05-21 16:19:54 -06:00
markjcrane
f1ac3d92dd
Destinations more minor changes
2023-05-17 16:32:05 -06:00
markjcrane
10a4ceae65
Default destination type to inbound. Use is_array where it is required
2023-05-17 16:03:36 -06:00
markjcrane
7d18e3eedc
Destinations update for PHP 8.1
2023-05-17 11:31:53 -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
markjcrane
d50bcb476a
Replace root.php
2022-10-10 16:35:14 -06:00
FusionPBX
b17748dc1e
Use loop only if destination_actions is an array
2022-09-11 10:22:23 -06:00
FusionPBX
c12cd0d296
Unset destination_app and destination_data
...
This fixes a bug where a blank empty value shows the previous value.
2022-09-07 16:33:10 -06:00
FusionPBX
b12c474c19
When using the add button send the destination type in the URL.
2022-08-08 12:56:17 -06:00
FusionPBX
ca5ef8d03d
Change label-detail_action to label-destination_actions.
2022-07-16 23:30:15 -06:00
markjcrane
4f2987da2d
Add destination_actions type json allows adding multiple actions
2022-07-15 22:38:21 -06: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
a3a1fc737b
HTTP POST corrects destination delete.
2021-06-19 12:08:57 -06:00
FusionPBX
b551ef2148
Improve the search to maintain the type.
2021-06-10 00:04:27 -06:00
chansizzle
d5de5ec791
create destinations export
2021-05-12 15:45:07 -06:00
FusionPBX
7390f79ae0
Add destination order to the order by.
2021-03-06 08:16:30 -07:00
FusionPBX
d1981a77cc
Add optional new optional columns destination_trunk_prefix and destination_area_code.
2020-08-26 22:05:11 -06:00
FusionPBX
0e42b17dd0
Destinations re-enable local
2020-07-13 11:21:42 -06:00
FusionPBX
6378e395ae
Add prefix to the destination list.
2020-06-18 08:08:26 -06:00
Nate
7a12565084
Destinations - List: Prevent wrapping in Chrome when number formatting enabled.
2020-04-10 09:50:34 -06:00
Nate
1c79f32ebd
Destinations: Modal integration.
2020-03-26 07:49:37 -06:00
Nate
029c7174b4
Multiple - Add IDs to common/default action buttons.
2020-03-05 00:05:45 -07:00
Nate
918aeaf8be
Destinations: Add window title.
2020-01-06 10:24:49 -07:00
FusionPBX
59b0dc382c
Update destinations.php
2019-12-27 19:39:46 -07:00
FusionPBX
a7d31b4a67
Update destinations.php
2019-12-27 19:29:39 -07:00
Nate
aa593c03fc
List Views: Minor adjustments to code.
2019-11-30 14:18:00 -07:00
Nate
bfb17507f1
List Views: Simplify action handling.
2019-11-30 11:12:41 -07:00
Nate
9796859df2
Destinations: Search to the right.
2019-11-07 23:27:47 -07:00
Nate
02b35a7a99
Device: List view updates.
2019-11-07 09:00:29 -07:00
Nate
d92b491600
Destinations: List view updates.
2019-11-06 11:29:11 -07:00
Nate
8fdb26e3f1
Destinations: Make show all and search persistent when switching type/direction.
2019-09-10 08:15:12 -06:00