Commit Graph

555 Commits

Author SHA1 Message Date
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
agree 0857b79ddb
Fix accountcode when using loopback 2020-11-18 13:05:31 -05:00
FusionPBX 708ae63440
Minor change use is_array before count this prevents a PHP Warninng. 2020-11-16 15:42:27 -07:00
fusionate 6e25a4a7bf Destinations: Apply destinations > unique default setting. 2020-11-16 12:52:14 -07:00
FusionPBX dd15534541
Add a destination unique boolean setting. 2020-11-16 12:43:31 -07:00
FusionPBX 4d183c1ffa
Update destinations.php
Fix a PHP warning.
2020-11-11 09:34:42 -07:00
FusionPBX c13b1426bb
Update destinations.php
Prevent a plugin from breaking parts of the project.
2020-11-04 10:46:58 -07:00
FusionPBX 3283140022
Update destination_edit.php
Replace string_to_regex with destination to_regex method.
2020-10-10 00:06:38 -06:00
FusionPBX cd3ed425de
Update destinations.php
Add to_regex method to the destinations class.
2020-10-10 00:03:04 -06:00
FusionPBX 2bbec3f38b
Add a missing comma. 2020-10-01 19:12:30 -06:00
agree 16b34145d6
add extensions to destination class (#5501) 2020-09-29 11:43:48 -06:00
FusionPBX e591ab9ce2
Change count to is_array to prevent a warning on PHP 7.3. 2020-09-28 11:17:17 -06:00
FusionPBX 61767aac3a
Add new destinations get method. 2020-09-23 10:46:28 -06:00
FusionPBX 05ba2b3ca0
Fix PHP warnings 2020-09-15 19:12:19 -06:00
FusionPBX 1b651b6704
Change dialplan_method to the dialplan_mode. 2020-08-27 12:58:14 -06:00
FusionPBX d95052ffef
Update app_config.php 2020-08-27 09:49:10 -06:00
FusionPBX d1981a77cc
Add optional new optional columns destination_trunk_prefix and destination_area_code. 2020-08-26 22:05:11 -06:00
FusionPBX 0218f3be0c
A few minor fixes. 2020-08-26 22:00:05 -06:00
FusionPBX b105b737d8
Add destination_area_code and destination_trunk_prefix. 2020-08-26 21:58:21 -06:00
FusionPBX 0cee9958ea
Add the destination prefix back for now. 2020-08-26 21:55:18 -06:00
FusionPBX 036a013c45
Change prefix to country code and add destination area code and trunk prefix. 2020-08-26 21:03:50 -06:00
FusionPBX b594e5ce10
Add destination_trunk_prefix and destination_area_code. 2020-08-26 21:02:38 -06:00
FusionPBX da10df7cfe
Rearrange the destinations array and add the uuid. 2020-08-24 08:56:10 -06:00
FusionPBX 95dd1cee01
Remove the deprecated save_dialplan_xml function. 2020-08-14 00:41:31 -06:00
FusionPBX 6310f5fdb7
Remove the deprecated save_dialplan_xml function. 2020-08-14 00:34:01 -06:00
chansizzle 7ffb4efb61
Update destination_imports.php (#5354)
start data on row 2
2020-07-15 16:53:42 -06:00
FusionPBX b61d13fcf5
Re-enable local destination on destination_edit.php 2020-07-13 11:22:52 -06:00
FusionPBX 0e42b17dd0
Destinations re-enable local 2020-07-13 11:21:42 -06:00
FusionPBX 9d48084b27
Fix the description lable for destination hold music. 2020-07-09 15:14:43 -06:00
FusionPBX 492ed6a191
Add hold music to destination_edit.php 2020-07-09 15:12:43 -06:00
FusionPBX 3afcef6b38
Add hold music translation to the languages file. 2020-07-09 14:51:31 -06:00
FusionPBX e368013979
Add option for destination hold music to the database. 2020-07-09 14:34:55 -06:00
agree e5d3295975
Fix destination->valid method for ivr (#5312)
* Update destinations.php

* Update ivr_menu_edit.php
2020-06-24 16:42:03 -06:00
FusionPBX b42cbc60b3
Update destinations.php 2020-06-19 19:00:33 -06:00
FusionPBX 7786e3e1b4
Add type to the destination class valid method. 2020-06-18 17:07:24 -06:00
Mark J Crane 3c3932ca7d Add additional IVR Menu Options to the Destination Select list 2020-06-18 10:44:16 -06:00
FusionPBX 6378e395ae
Add prefix to the destination list. 2020-06-18 08:08:26 -06:00
FusionPBX dd9e61862d
Change the destination prefix description. 2020-06-18 07:56:00 -06:00
FusionPBX ea4a92251a
Change destination prefix description to country code 2020-06-12 09:16:57 -06:00
agree 47c8ceb521
Destinations - Add ability to set condition field on per destination (#5301)
* Update destination_edit.php

* Update app_languages.php

* Update app_config.php
2020-06-10 23:07:12 -06:00
Nate 49f4c166bc Destinations - Edit: Fix cross-domain (via Show All) edit bug. 2020-04-11 15:17:46 -06:00
Nate 7a12565084 Destinations - List: Prevent wrapping in Chrome when number formatting enabled. 2020-04-10 09:50:34 -06:00
FusionPBX 23200b1981
Update destination_imports.php 2020-04-09 14:15:32 -06:00
FusionPBX 7fdb9e81fd
Update destination_imports.php 2020-04-09 14:04:30 -06:00
FusionPBX b4538ed69d
Update app_config.php 2020-03-31 16:49:25 -06:00
Nate 1c79f32ebd Destinations: Modal integration. 2020-03-26 07:49:37 -06:00
racitup a1699f6fa6 Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us

* Add en-gb to app_configs

* Add en-gb to app_menus

* Language copy utility

* Fix missing quote mark

* Delete cp_lang.py

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-03-20 14:47:13 -06:00
FusionPBX 7bcf522385 Update destinations.php 2020-03-08 00:29:31 -07:00
Nate e8494facee Multiple: Add IDs to form tags, remove empty action attributes. 2020-03-05 10:02:25 -07:00
Nate 029c7174b4 Multiple - Add IDs to common/default action buttons. 2020-03-05 00:05:45 -07:00
FusionPBX 5211750c42 Update destination_edit.php 2020-02-21 17:28:19 -07:00
Nate 7e6fbcbf1d Destinations (Class): Adjust select() method so defaults to top of options when no option selected. 2020-02-19 19:54:10 -07:00
Nate e32fae3c31 Destinations: Remove deprecated code and delete script. 2020-02-19 18:09:35 -07:00
FusionPBX 92acfdd60a Update destination_edit.php 2020-02-18 16:23:52 -07:00
FusionPBX b23e7829df Update destination_edit.php 2020-02-18 16:13:56 -07:00
Nate fd9b664819 Destinations - Import: Misc consistency updates. 2020-02-12 10:46:52 -07:00
FusionPBX da3c290973 Update destination_edit.php 2020-02-07 20:04:15 -07:00
markjcrane b740f9f229 Move destinations class to a more proper location 2020-02-07 18:02:42 +00:00
FusionPBX 7a71912d0f Delete destinations.php 2020-02-07 11:00:55 -07:00
FusionPBX d2446ecd48 Update destinations.php 2020-02-07 10:51:49 -07:00
root e9f4d5113f Added destination select permissions 2020-01-21 11:43:19 -05:00
Nate 5e4e57c8b2 Destinations - Edit/Import: Action bar and button updates, token integration. 2020-01-11 12:23:27 -07:00
chansizzle 8366887380 Update app_config.php (#5047) 2020-01-09 11:15:32 -07:00
chansizzle 38a664191c Update app_config.php (#5025) 2020-01-08 20:37:03 -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 8a3356b019 Update destination_imports.php 2019-12-27 19:34:42 -07:00
FusionPBX b827a32a44 Update destination_edit.php 2019-12-27 19:33:55 -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
fneto1977 970f4d1f03 continue fixing pt-br translations (#4921)
* Fixed translations for Brazilian Portuguese

* Update app_config.php

* Fixed Translations for pt-br

* Fixed Translations for pt-br

* Fixed Translations for pt-br

* Update app_config.php

* Update app_languages.php

* Update app_menu.php

* app_config Domain

* app_languages.php - Domains

* app_menu - domains

* app_config - default settings

* app_languages -  - default settings

* app_menu - default settings

* app_config - databases

* app_languages - databases

* app_menu -  - databases

* app_config - upgrade

* app_languages - upgrade

* app_menu - upgrade

* app_config - users

* app_languages - users

* app_menu - users

* app_config - usersettings

* app_languages - usersettings

* app_menu - usersettings

* app_language - Reources

* app_menu - extensions

* app_languages - extensions

* app_config - extensions

* app_menu - gateways

* app_config - gateways

* app_languages - gateways

* app_menu - providers

* app_languages - providers

* app_config - providers

* app_config - devices

* app_menu - devices

* app_languages - devices

* app_languages - destinations

* app_config - destinations

* app_menu - inboud destination

* app_languages - inbound destination

* app_config - inbound destination

* app-config outbound destination
2019-11-28 11:08:30 -07:00
noci2012 0b49249546 Next batch of nl-nl translations. (#4883)
* add nl-nl items

* Update app_config.php

* add nl-nl items

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Fix typos inn nl-nl

* Add nl-nl items

* dd nl-nl items.

* Add nl-nl items.

* Add nl-nl items (call-flows)

* Add nl-nl items

* Add nl-nl items

* dd nl-nl items (calls)

* Add nl-nl items

* Add nl-nl items (contacts)

* Add nl-nl items (vars)

* Add nl-nl items (voicemails)

* Add nl-nl items (xml_cdr)

* Add nl-nl items (xml_cdr)

* This reverts commit 41afeb4796.

* Add nl-nl items (voicemail_greetings)

* Add nl-nl items (system)

* Add nl-nl items (sip_profiles)

* Add nl-nl items (sip_status)

* Add nl-nl items (settings)

* Add nl-nl items (database_transactions)

* Add nl-nl items (destinations)

* Add nl-nl (devices)

* Add nl-nl (conferences)

* Add nl-nl (conferences_active)

* Add nl-nl (conference_centers)

* Update nl-nl (conference_centers)

* Add nl-nl (conference_controls)

* Add nl-nl items (conference_profiles)

* Add nl-nl items (dialplan_inbound)

* Add nl-nl items (dialplan_inbound)

* Add nl-nl items (dialplan_outbound)

* Add nl-nl items (dialplans)

* Add nl-nl items (edit)

* Add nl-nl items (email_logs)

* Add nl-nl items (errors)

* Add nl-nl items (exec)
2019-11-20 15:16:17 -07:00
FusionPBX 6157f8f7fa Update destination_edit.php 2019-11-11 09:59:39 -07:00
FusionPBX 434e59fe73 Update destination_edit.php 2019-11-11 09:55:07 -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
agree 278018f1c3 Update destination_edit.php (#4810) 2019-10-30 19:06:31 -06:00
FusionPBX 74ad9e8f46 Update destination_imports.php 2019-10-03 12:57:02 -06:00
Nate 39fd0971d0 Destinations: Fix CSV import delete. 2019-10-02 18:12:48 -06:00
chansizzle 9af19f3236 Update destination_imports.php (#4714) 2019-10-02 15:46:05 -07:00
Nate 52869dca68 Destinations: Token integration. 2019-09-17 22:30:17 -06:00
Nate 8fdb26e3f1 Destinations: Make show all and search persistent when switching type/direction. 2019-09-10 08:15:12 -06:00
FusionPBX f7ce68a202 Update destination_edit.php 2019-09-10 08:06:34 -06:00
FusionPBX f6d2591800 Update destination_imports.php 2019-09-07 01:21:34 -06:00
FusionPBX 43ccda2a9f Update destination_edit.php 2019-09-06 05:28:27 -06:00
FusionPBX b2d3c0be6c Update app_config.php 2019-09-06 05:17:43 -06:00
FusionPBX c550cf5e9d Update app_config.php 2019-09-06 05:13:45 -06:00
FusionPBX 8e3aa6c4f2 Update destination_edit.php 2019-09-06 05:09:57 -06:00
emaktech 13d12a215d Modified fr-ca / fr-fr translation. (#4501) 2019-09-05 13:44:34 -06:00
chansizzle de3a059f62 Update destinations.php (#4453)
* Update destinations.php

* Update destinations.php
2019-08-23 12:11:21 -06:00
konradSC 70ad9c674e Add Mini Paging Controls (#4452) 2019-08-22 07:17:52 -06:00
Nate 17f2911056 Replace misc glyphicon usage. 2019-08-20 19:53:21 -06:00
FusionPBX 0a0a6cc5b4 Update destinations.php 2019-08-16 11:35:10 -06:00
FusionPBX 9e6dac124d Action name was already escaped. So remove this one. 2019-08-13 12:37:39 -06:00
FusionPBX 1792a541b9 Update destination_imports.php 2019-08-13 00:07:29 -06:00
FusionPBX 704ce69438 Update destinations.php 2019-08-11 08:47:04 -06:00
FusionPBX d65136a017 Update app_config.php 2019-07-30 01:33:50 -06:00
Nate 77cdc6ea89 Database class integration. 2019-07-29 13:18:48 -06:00
FusionPBX f75d293b7a Update destination_edit.php 2019-07-16 09:26:42 -06:00
FusionPBX 0587461e65 Update destinations.php 2019-06-28 09:43:32 -06:00
FusionPBX bd1a5799de Update destination_imports.php 2019-06-18 16:58:08 -06:00
konradSC 86a0ad1c01 Make Destination Actions Searchable (#4289)
* Make Destination Actions Searchable

It would be nice to have destination actions as a searchable field. 

Example: If I have 500 destinations and 17 of them have Ring Group 5050 as their action, it would be helpful to be able to search for 5050 and pull up all the applicable destinations.

* Update destinations.php
2019-06-18 09:35:59 -06:00
FusionPBX 6a88e95caf Update destinations.php 2019-06-13 20:02:21 -06:00
AlexanderDCrane aa31288df3 Update destination_imports.php (#4266)
* Update destination_imports.php

* Update destination_imports.php
2019-06-08 14:54:59 -06:00
AlexanderDCrane 6af9f3bcbd Update destinations.php (#4265)
* Update destinations.php

* Update destinations.php
2019-06-06 18:55:59 -06:00
FusionPBX d8d98989b8 Update destination_delete.php 2019-05-05 19:31:43 -06:00
FusionPBX 7b8899c732 Update destination_edit.php 2019-04-29 14:33:32 -06:00
FusionPBX 9f9b327b5c Update destination_edit.php 2019-04-29 14:27:54 -06:00
FusionPBX 05514bea6c Update destination_edit.php 2019-04-29 13:22:30 -06:00
FusionPBX a96b24c8b5 Update app_languages.php 2019-04-29 13:18:02 -06:00
FusionPBX c0fe12cb9e Update app_config.php 2019-04-29 13:03:42 -06:00
FusionPBX 4626d8234e Update app_languages.php 2019-04-29 09:45:52 -06:00
FusionPBX c62c5405ec Update app_config.php 2019-04-29 09:41:54 -06:00
FusionPBX 8673e5bc6e Update destination_edit.php 2019-04-29 09:41:21 -06:00
FusionPBX baaa3694a6 Update destination_imports.php 2019-04-18 12:23:12 -06:00