FusionPBX
21c63c3171
Update destination_edit.php
2024-03-24 10:20:12 -06:00
FusionPBX
34321b2b1d
Fix destination_context use public not null
2024-01-22 11:20:04 -07:00
FusionPBX
32f8711b14
Set inline to true for Caller ID prefix
2024-01-17 15:14:27 -07:00
FusionPBX
869719aa05
Add presence_id for inbound destinations
2024-01-12 12:09:15 -07:00
FusionPBX
cea06a548e
Add provider_uuid to destinations dialplan xml and XML CDR
2023-12-09 23:07:36 -07:00
FusionPBX
d48f4a0b89
Use not empty arround the arrays
2023-12-09 22:51:48 -07:00
FusionPBX
39d975a279
Add allowed API commands regex and sofia_contact
2023-10-04 12:27:45 -06:00
FusionPBX
3a2593002f
Sanitize the application data
2023-08-30 12:52:54 -06:00
FusionPBX
68f575b941
Fixed a problem for inbound destinations with more than one caller ID routing conditions.
...
Its a minor bug as it created the dialplan XML so the call will work. However the dialplan details needed the group incremented.
2023-08-03 12:18:02 -06:00
markjcrane
689fe5c6b4
Use call_direction, domain_name and domain_uuuid details are added to the conditions
2023-07-15 18:22:03 -06:00
markjcrane
296b092b22
Add caller ID routing dialplan details.
2023-07-14 20:49:23 -06:00
FusionPBX
e629e615d4
Update destination_edit.php
2023-07-05 18:12:08 -06:00
markjcrane
56d5c8a755
Use and update the description
2023-07-04 15:24:13 -06:00
FusionPBX
6f73009728
Add condition_app and condition_data
...
This allows caller ID routing with one destination.
2023-07-04 14:45:40 -06: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
Alex
22a01b147d
Fixed call center queue agents table ( #6746 )
...
* Update destination_edit.php
* Fixed php 8.1 errors
* Fixed cdr recording download not working
* Update call_center_queue_edit.php
* Update call_center_queue_edit.php
---------
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-06-06 11:31:22 -06:00
fusionate
d0b6874f23
Destination - Edit: Updates for PHP 8.1
2023-05-22 23:04:46 +00:00
FusionPBX
e7730e9e69
Prevent overwriting variables
2023-05-21 16:52:14 -06:00
markjcrane
f1ac3d92dd
Destinations more minor changes
2023-05-17 16:32:05 -06:00
markjcrane
af8a6991b1
Initialize the array if its empty
2023-05-17 14:18:46 -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
FusionPBX
dbeb793710
Get the destination_number when needed
...
If the user doesn't have permission to set the destination_number then get it from the database
2023-04-10 12:09:14 -06:00
FusionPBX
e2c22776ce
Country code note required but highly recommended
2023-04-03 09:44:08 -06:00
FusionPBX
4dbee9b596
Fix bridge statements from recent change
...
Example bridge statement broken by the sanitize
before
sofia/internal/$1${regex(${sofia_contact(101@dev.local )}|^[^@]+(.*)|%1)}
after
sofia/internal/1{regex({sofia_contact(101@dev.local )}|^[^@]+(.*)|%1)}
2023-03-31 19:00:23 -06:00
FusionPBX
08fce99db7
Allow sip_to_user and sip_req_user
2023-03-31 11:10:58 -06:00
Alex
43eb2a5b9d
[security] sanitize the xml ( #6595 )
...
* Update call_center_queue_edit.php
* fix typo
* Update call_flow_edit.php
* Update conference_center_edit.php
* Update conference_edit.php
* Update destination_edit.php
* Update fax.php
* Update ivr_menu_edit.php
* Update ring_group_edit.php
* Update app_defaults.php
* Update ivr_menu_copy.php
* Update destination_imports.php
* Update app_defaults.php
2023-03-30 12:46:36 -06:00
FusionPBX
3247357c5d
Remove action == add
2023-03-22 10:01:43 -06:00
FusionPBX
26b0988075
destination_country_code is required
2023-03-22 09:53:28 -06:00
Alex
7326cb845a
Set default for enabled ( #6556 )
...
* Set default for enabled
* Update conference_profile_edit.php
* Update call_block_edit.php
* Update conference_control_edit.php
* Update conference_control_detail_edit.php
* Update conference_profile_edit.php
* Update conference_profile_param_edit.php
* Update conference_edit.php
* Update destination_edit.php
* Update device_edit.php
* Update device_profile_edit.php
* Update device_vendor_edit.php
* Update email_template_edit.php
* Update extension_edit.php
* Update module_edit.php
* Update phrase_edit.php
* Update ring_group_edit.php
* Update sip_profile_edit.php
* Update stream_edit.php
* Update time_condition_edit.php
* Update var_edit.php
* Update voicemail_edit.php
* Update call_block_edit.php
* Update default_setting_edit.php
* Update domain_setting_edit.php
* Update domain_edit.php
* Update user_edit.php
* Update bridge_edit.php
* Update sip_profile_edit.php
* Update sofia_global_setting_edit.php
* Update call_flow_edit.php
* Update email_template_edit.php
* Update call_flow_edit.php
* Update bridge_edit.php
* Update email_template_edit.php
* Update sip_profile_edit.php
* Update sofia_global_setting_edit.php
* Update bridge_edit.php
* Update call_flow_edit.php
* Update conference_control_edit.php
* Update sip_profile_edit.php
* Update stream_edit.php
* Update default_setting_edit.php
* Update email_template_edit.php
* Update extension_setting_edit.php
* Update default_setting_edit.php
* Update dashboard_edit.php
* Update dashboard_edit.php
* Update default_setting_edit.php
2023-02-17 14:21:41 -07:00
Alex
129d173624
Add enable toggle to more pages ( #6549 )
...
* Add bridge enabled toggle
* Update call_block_edit.php
* Add call flows enabled toggle
* Add conference center enabled toggle
* Add conference control detail enabled toggle
* Add conference control enabled toggle
* Add conference enabled toggle
* Add phrase enabled toggle
* Add stream enabled toggle
* Add voicemail enabled toggle
* Add destination enabled toggle
* Add time condition enabled toggle
* Add default settings enabled toggle
* Add domain enabled toggle
* Add email template enabled toggle
* Add module enabled toggle
* Add number translation enabled toggle
* Add sip profile enabled toggle
* Add switch var enabled toggle
2023-02-13 18:02:01 -07:00
FusionPBX
acf3781bd3
Use the destination_prefix permission
2022-11-01 12:07:56 -06:00
FusionPBX
598eb4ab31
Wrap is_array arround foreach
2022-10-13 08:43:32 -06:00
markjcrane
d50bcb476a
Replace root.php
2022-10-10 16:35:14 -06:00
FusionPBX
93dd8bda71
Change variabale name from action to destination_action.
...
Resolves a conflict with another variable called action.
2022-09-30 16:18:39 -06:00
FusionPBX
884e90ac39
Comment out the database response.
2022-09-18 04:48:17 -06:00
FusionPBX
d62f360f77
Delete the cache in e.164 format.
2022-08-24 16:53:31 -06:00
FusionPBX
1b8bf75eff
Simplify outbound destinations further by hiding irrelevant settings.
2022-08-17 09:38:24 -06:00
FusionPBX
25d59d69fe
On change destination type show and hide specific fields
2022-08-08 13:25:56 -06:00
FusionPBX
1a96d4007a
Additional changes to allow hangup action which has no data.
2022-07-20 09:45:11 -06:00
FusionPBX
aa488eed01
Needed to allow hangup action which has no data.
2022-07-20 09:40:23 -06:00
FusionPBX
e6d7c76870
Fix the caller ID number label.
2022-07-17 19:09:34 -06:00
FusionPBX
8ce558702a
Add destination conditions.
2022-07-16 23:31:29 -06:00
markjcrane
4f2987da2d
Add destination_actions type json allows adding multiple actions
2022-07-15 22:38:21 -06:00
FusionPBX
e2640b8752
Use the destination_cid_name_prefix permission and get more values from the database when user doesn't have permission to the value.
2022-07-12 17:16:19 -06:00
FusionPBX
57df8a02aa
Require destination_number for add.
...
Update can get the number from the database.
2022-07-01 11:37:48 -06:00
FusionPBX
7a6f02474e
Prevent spaces from being considered as a valid destination_number.
2022-06-16 15:07:21 -06:00
FusionPBX
94bc7d9f99
Add distinctive ring to inbound destinations ( #6357 )
...
* Add distinctive ring to inbound destinations
* Update destination_edit.php
2022-05-02 18:11:56 -06:00
agree
9d69d91630
[destinations] fix missing dialplan extension name ( #6237 )
2022-01-10 22:25:42 -07:00
FusionPBX
4b68118d3e
Add group select
2021-12-14 16:23:47 -07:00