Commit Graph

471 Commits

Author SHA1 Message Date
FusionPBX
a43ad4a992 Destination edit enable emptying app and data values 2021-09-03 23:13:16 -06:00
FusionPBX
b640a68581 Ensure destination cache is cleared when destination is saved by a user in the admin group. 2021-09-03 23:00:07 -06:00
FusionPBX
164467aea9 Change the order of operation to fix an issue when destination range was added. 2021-08-10 12:39:09 -06:00
FusionPBX
e20a27d659 Destination Edit - efficiency improvements.
Efficiency Improvements.
- Use the build dialplan XML when saving a dialplan as its more efficient than running the dialplan class xml method.
- Remove delete previous dialplan details as there it seems to be redundant. There is a broader delete for dialplan details in the code.
2021-07-30 14:27:02 -06:00
FusionPBX
00f121701f Fix outbound destinations and toggle display the user and hold music. 2021-07-29 23:41:45 -06:00
FusionPBX
0445361ad1 Add destination_numbers array and use a foreach. 2021-07-18 17:28:37 -06:00
FusionPBX
a3a1fc737b HTTP POST corrects destination delete. 2021-06-19 12:08:57 -06:00
FusionPBX
4b1ab310b7 Remove the login.php code as it breaks the destinations and not needed for this.
Retract changes from this pull request. Its not constantly refreshing and so this login check is not needed for this feature.
https://github.com/fusionpbx/fusionpbx/pull/5951
2021-06-10 22:51:29 -06:00
FusionPBX
b551ef2148 Improve the search to maintain the type. 2021-06-10 00:04:27 -06:00
FusionPBX
b2a7ebb4b0 Add two descriptions. 2021-06-04 10:54:43 -06:00
FusionPBX
e400815c75 Add ability to assign destinations to users.
- Remove trim
2021-06-04 10:46:35 -06:00
FusionPBX
c1caba1e7c Add new field user_uuid and permission destination_user_uuid 2021-06-04 10:33:50 -06:00
FusionPBX
b21572fb44 Add better support for destination alternate
Get the destination actions from columns in the destination table instead of filtering through the dialplan details. If a destination action app is set or export then use inline = true.
2021-06-03 21:30:31 -06:00
mhoogveld
bcf2366dbd Redirect to login page when auto-refreshing a (part of a) page while being logged out (#5951) 2021-05-28 22:45:11 -06:00
chansizzle
6c47a567c9 improved export page descriptions 2021-05-17 14:37:34 -06:00
chansizzle
72bef9be31 improved export page descriptions 2021-05-17 14:36:27 -06:00
chansizzle
c25037ca13 create destinations export 2021-05-12 15:49:18 -06:00
chansizzle
15e7807e90 create destinations export 2021-05-12 15:48:33 -06:00
chansizzle
5999d79b6a create destinations export 2021-05-12 15:46:50 -06:00
chansizzle
d5de5ec791 create destinations export 2021-05-12 15:45:07 -06:00
markjcrane
3ce6855116 Add hold_music support to ring groups 2021-05-06 15:09:34 -06:00
markjcrane
8d95421fc6 Only add continue_on_fail when using application bridge 2021-05-05 13:33:15 -06:00
FusionPBX
06617e0c1e Change effective_caller_id_name inline false
The inline attribute breaks effective_caller_id_name. Changed inline attribute to false to fix the issue.
2021-04-06 13:25:36 -06:00
Andrew Querol
228b3d0b31 Fix typo with destination ID for the new destination buttons 2021-03-23 00:42:33 -05:00
Andrew Querol
4075a12a74 Do not use the null coalescing operator to retain pre PHP 7 support. 2021-03-23 00:07:35 -05:00
Andrew Querol
ee30b59909 Switch to window.open to '_blank' to prevent accidental navigation that looses changes. 2021-03-22 23:44:33 -05:00
Andrew Querol
59dbcd02a7 Check if there is an ID before redirecting 2021-03-22 23:37:11 -05:00
Andrew Querol
f1fbbad7ab Recordings are stored in 'uuid' not 'recording_uuid' 2021-03-22 23:25:12 -05:00
Andrew Querol
152955625c Initial attempt at allowing the destination button button
to dynamically change

This sets the UUID as the ID in the options list. The we use the javascript onclick listener to get the id(uuid) of the selected option and open the link to the edit page.
2021-03-22 23:13:39 -05:00
demonspork
ea8aa47029 Add direct link button for dynamic destinations
Added a button that links directly to the currently selected destination's edit page if you have the permission to view or edit it.
2021-03-22 20:59:18 -05:00
FusionPBX
7390f79ae0 Add destination order to the order by. 2021-03-06 08:16:30 -07:00
FusionPBX
70577ac83f Add destination order to the database and use it. 2021-03-06 08:14:54 -07:00
FusionPBX
c6707fc835 Add destination_order ot the destinations table. 2021-03-06 08:10:47 -07:00
FusionPBX
524bf1e230 Merge pull request #5709 from emaktech/patch-6
French language update
2021-01-26 08:41:46 -07:00
agree
71a468113a add destination_accountcode permission 2021-01-18 17:12:13 -05:00
agree
a1baa68230 Destinations add accountcode permission 2021-01-18 17:08:12 -05:00
demonspork
8fb5ffb553 Destination Emergency Checkbox Spacing Fix
Add a missing non-breaking space to fix the positioning of the checkbox.
2021-01-11 10:24:30 -06:00
emaktech
731c969d4a Update app_languages.php
super minor french language edit
2021-01-06 16:02:31 -05:00
FusionPBX
dadea8d4c6 Merge pull request #5672 from demonspork/Destination-Emergency
Add Support for Validated Emergency Destinations/Caller ID
2020-12-24 10:31:44 -07:00
demonspork
c3704c6172 Add Support for Validated Emergency Destinations/Caller ID
This adds emergency_caller_id_select permissions. and an "Emergency" checkbox to destinations. When emergency_caller_id_select permssion is added, the "Emergency Caller ID number" and name become a dropdown in the Extension and only show Destinations that have the "Emergency" checkbox selected to indicate they are valid for emergency calls.
2020-12-11 18:24:14 -06:00
fusionate
1687ebb3ae Destinations: Correct permission. 2020-12-10 16:58:50 -07:00
fusionate
c13c5182ac Destination Select - Dynamic: Clear session array for Outbound Destinations. 2020-11-30 15:53:44 -07:00
fusionate
c67c8cd4c2 Destination Select - Dynamic: Clear session array on add/toggle/delete of a destination type record. 2020-11-30 14:15:57 -07:00
FusionPBX
e8790a8314 Remove trailing white space. 2020-11-23 09:36:04 -07:00
FusionPBX
6be0a340f2 Improve the destination select list other category. 2020-11-23 09:32:02 -07:00
FusionPBX
7370d5cd45 Add other_destinations permission. 2020-11-23 08:52:29 -07:00
FusionPBX
6fd52ec721 Add select_mode 2020-11-19 09:54:32 -07:00
FusionPBX
cb14ed7a77 Create resources/destinations.php 2020-11-19 09:48:38 -07:00
FusionPBX
a1ac4cb1b9 Create root.php 2020-11-19 09:47:09 -07:00
FusionPBX
43f162e815 Add new destinations select_mode 2020-11-19 09:46:05 -07:00