Commit Graph

7755 Commits

Author SHA1 Message Date
Nate 00b5ca6742 Ring Group - Edit: Button updates. 2020-02-05 20:18:32 -07:00
Nate e1b475ae1a Queues - Add: Button updates. 2020-02-05 19:58:59 -07:00
Nate 780c72448b Phrases - Edit: Button updates. 2020-02-05 19:48:43 -07:00
Nate 4265a82a78 Messages: List view and button updates. 2020-02-05 19:31:40 -07:00
Nate b4602d8521 IVR Menu - Edit: Button updates. 2020-02-05 17:49:16 -07:00
agree 2efb2f7804 Update contact_import.php (#5143) 2020-02-04 13:08:05 -07:00
Nate c2e8f7cfd1 GS Wave: Update layout. 2020-02-03 10:40:33 -07:00
Nate aef1a84a88 Contact Edit: Permission adjustment on Delete button. 2020-02-03 08:20:33 -07:00
FusionPBX fffbb14455 Update xml_cdr_extension_summary.php 2020-02-02 15:37:50 -07:00
FusionPBX a2b135809f Update xml_cdr.php 2020-02-02 12:50:34 -07:00
FusionPBX 087ef91a8c Update xml_cdr_extension_summary.php 2020-02-02 12:48:54 -07:00
FusionPBX c00563efd8 Update xml_cdr.php 2020-01-31 21:28:29 -07:00
FusionPBX 3f019e7855 Update xml_cdr.php 2020-01-31 21:09:41 -07:00
FusionPBX 729c06cb25 Update xml_cdr.php 2020-01-31 17:17:55 -07:00
FusionPBX 00656120ef Update v_xml_cdr_import.php 2020-01-31 16:36:03 -07:00
Andy-Seattle cfd70dcf4e E.164 Inbound caller ID fix (#5138)
When an inbound call has E.164 caller ID format (eg Skyetel), the + is being stripped from the caller_id_number variable before storing in the v_xml_cdr database table. If we then try and block this CDR in the Call Block application it adds the number BUT without the + so it never matches future calls.
This proposed change ensures that the + is not stripped for INBOUND calls when written to v_xml_cdr and therefore when blocking the CDR it works correctly (i.e. it includes the + which then matches the call next time and blocks it).
2020-01-31 15:37:46 -07:00
Felix Wolfsteller 105be5410d fix german translation typo (KO*->Ko*) (#5136) 2020-01-30 06:55:27 -07:00
Nate 469798ad36 Fax Logs: Better refresh button. 2020-01-29 11:49:49 -07:00
Nate ee283c7ea9 Fax Logs: Fix refresh button. 2020-01-29 11:47:37 -07:00
Nate 1ceccf698e Fax Server: List view, button, bulk delete via class, etc. 2020-01-29 11:41:12 -07:00
Adrian Fretwell d5823a88c3 Update cidlookup.lua (#5134)
Added callee parameter to SQL query and changed v_destinations.destination_number to look at callee.
2020-01-28 21:33:10 -07:00
FusionPBX 492e88592f Update xml_cdr.php 2020-01-28 18:43:04 -07:00
FusionPBX 70e3865d42 Update xml_cdr_export.php 2020-01-28 17:28:01 -07:00
FusionPBX 1076c99d63 Update xml_cdr_inc.php 2020-01-28 17:27:23 -07:00
Nate 5978745532 Contacts: Fix save. 2020-01-26 15:39:48 -07:00
Nate 2d557eec88 Contact - Edit: Better permissions on Delete button. 2020-01-23 21:41:09 -07:00
Nate 9995bc4361 Contacts - Edit: List view, button and bulk action updates, modal integration. 2020-01-23 21:24:10 -07:00
FusionPBX 2e36e47f66 Update index.lua 2020-01-23 19:54:43 -07:00
FusionPBX 9c0d2870e6 Merge pull request #5126 from Len-PGH/patch-65
Update app_config.php
2020-01-23 09:52:02 -07:00
Nate 3ca46887d9 CDR: Only allow user to select assigned extensions when xml_cdr_search_extensions permission is assigned but xml_cdr_domain permission not assigned. 2020-01-23 07:05:01 -07:00
Nate aac98e7d06 Conference Centers - List: Bulk Toggle and Delete actions added, Edit: Button updates. 2020-01-23 06:47:54 -07:00
Len 47548f09f6 Update app_config.php 2020-01-22 22:08:42 -05:00
agree 012504d8a0 Update call_recordings.php 2020-01-22 14:26:46 -05:00
FusionPBX 8a3b9326ac Update music_on_hold.php 2020-01-21 16:53:13 -07:00
chansizzle 493c4bd33e Update devices.php 2020-01-21 14:21:34 -07:00
root e9f4d5113f Added destination select permissions 2020-01-21 11:43:19 -05:00
FusionPBX 0c5e2cc85e Update 870_cidlookup.xml 2020-01-20 10:57:17 -07:00
FusionPBX 3375fcfa55 Update 870_cidlookup.xml 2020-01-20 10:52:00 -07:00
FusionPBX 1d0b37c10f Update 870_cidlookup.xml 2020-01-20 10:51:13 -07:00
FusionPBX 2be2246574 Update dialplan_edit.php 2020-01-18 13:03:43 -07:00
FusionPBX d795ee62d1 Update scripts.php 2020-01-17 17:55:42 -07:00
FusionPBX 4a31db0ed6 Update scripts.php 2020-01-17 17:53:36 -07:00
markjcrane ca5a824bb5 Move the scripts to app/scripts/resources/scripts 2020-01-18 00:30:13 +00:00
FusionPBX 1dd99599ac Update call_block_edit.php 2020-01-17 16:19:46 -07:00
FusionPBX 618f01d8fa Update call_block.php 2020-01-17 14:06:46 -07:00
FusionPBX ccc6dbdbbf Update call_block.php
Fix the syntax.
2020-01-17 14:03:53 -07:00
chansizzle c9b45a7335 Update dialplan_edit.php 2020-01-16 14:59:27 -07:00
FusionPBX 947c018160 Update 870_cidlookup.xml 2020-01-16 14:33:01 -07:00
FusionPBX 2ce8693abe Update 870_cidlookup.xml 2020-01-16 14:32:37 -07:00
FusionPBX 563fe1c778 Update app_config.php 2020-01-15 13:41:20 -07:00
FusionPBX 3f91262652 Update app_config.php 2020-01-15 13:38:56 -07:00
FusionPBX c3bcdf1353 Update app_config.php 2020-01-15 13:35:21 -07:00
Nate d2839f1055 Conferences - Add/Edit: Action bar and button updates. 2020-01-15 12:47:27 -07:00
Nate 9b6c133300 Conference Profiles: List view, button, token, class updates, etc. 2020-01-15 12:21:16 -07:00
Nate df2aa6fe6b Update conference_control_edit.php 2020-01-15 12:18:24 -07:00
Nate 27420e6afc Conference Controls: Update class to include Details in copy action. 2020-01-15 12:05:45 -07:00
Nate 26047fe759 Conference Controls: Update class, misc on details and detail edit. 2020-01-15 11:25:18 -07:00
Nate e51ee969a0 Update conference_control_details.php 2020-01-15 10:45:01 -07:00
Nate 5d3e057371 Conference Controls - Details: List view, token, and button updates. 2020-01-15 09:35:52 -07:00
Nate a14418969b Conference Centers: More list and button updates. 2020-01-14 16:06:14 -07:00
Nate 9f533bb02f Update conference_rooms.php 2020-01-13 17:18:55 -07:00
Nate 378edba940 Conference Centers - Rooms: List view updates, token integration, added bulk actions within class. 2020-01-13 17:15:42 -07:00
Nate dbbcefe2c7 Conferences Inter/Active: Button updates. 2020-01-13 13:54:08 -07:00
Nate 30c8738c1c Call Routing - Add/Edit: Action bar and button updates. 2020-01-13 10:41:27 -07:00
Nate ba27607246 Call Flow - Add/Edit: Action bar and button updates. 2020-01-13 10:03:06 -07:00
Nate 8c54adb5c4 Call Center Active: Action bar and list view updates. 2020-01-13 09:45:21 -07:00
Nate d10cfc3252 Call Centers: Action bar and button updates. 2020-01-13 09:44:46 -07:00
Nate e2922a0096 Update app_languages.php 2020-01-13 08:18:16 -07:00
Nate d8fc69dc25 Call Broadcast - Add/Edit: Action bar and button updates. 2020-01-13 08:17:21 -07:00
Nate 3547fc8be8 Call Block - Add: Minor visual adjustments. 2020-01-11 21:14:45 -07:00
Nate 467a40a335 Call Block - Add: Sub Action Bar enhancements. 2020-01-11 20:24:43 -07:00
Nate 306606f7c6 Call Block: Action bar, list view and button updates, bulk add (with class) from CDR, etc. 2020-01-11 19:06:34 -07:00
Nate deec97d73c Inbound Routes - Add: Icon change. 2020-01-11 14:39:11 -07:00
Nate 974ae96c03 Inbound/Outbound Routes - Add: Action bar and button updates. 2020-01-11 14:32:19 -07:00
Nate 578090dd31 Dialplan - Add/Edit/XML: Action bar and button updates, token integration. 2020-01-11 13:53:21 -07:00
Nate 5e4e57c8b2 Destinations - Edit/Import: Action bar and button updates, token integration. 2020-01-11 12:23:27 -07:00
Nate 714319d711 Update extension_imports.php 2020-01-11 12:20:47 -07:00
Nate e267477631 Bridge Edit: Action bar and button updates. 2020-01-11 11:39:32 -07:00
Nate 693148a157 Gateway Edit: Action bar and button updates. 2020-01-11 11:36:46 -07:00
Nate e3d15e6d05 Update extension_edit.php 2020-01-11 11:23:52 -07:00
Nate 4de20fd969 Extension Edit/Import/Export - Action bar, button and list updates. 2020-01-11 11:06:49 -07:00
Nate 02c9326143 Devices - Import/Export: List mods, token fix, etc. 2020-01-11 10:21:17 -07:00
chansizzle ffaf16b1b6 Update app_config.php (#5046) 2020-01-09 11:15:56 -07:00
chansizzle 8366887380 Update app_config.php (#5047) 2020-01-09 11:15:32 -07:00
chansizzle d5f95b6198 Update app_config.php (#5048) 2020-01-09 11:15:07 -07:00
chansizzle a5d4c56850 Update app_config.php (#5049) 2020-01-09 11:14:38 -07:00
chansizzle a1545e2675 Update app_config.php (#5050) 2020-01-09 11:14:14 -07:00
chansizzle 20e1441749 Update app_config.php (#5051) 2020-01-09 11:13:43 -07:00
FusionPBX 0233feda04 Update app_config.php 2020-01-08 21:45:11 -07:00
chansizzle 3ee2661051 Update app_config.php (#5037)
* Update app_config.php
2020-01-08 20:51:46 -07:00
chansizzle 928016bb1a Update app_config.php (#5038)
* Update app_config.php
2020-01-08 20:50:21 -07:00
chansizzle ac1ebb6f6e Update app_config.php (#5039) 2020-01-08 20:49:34 -07:00
chansizzle 9fe84a2b7d Update app_config.php (#5040)
* Update app_config.php
2020-01-08 20:48:58 -07:00
chansizzle 13e15570b2 Update app_config.php (#5041) 2020-01-08 20:48:03 -07:00
chansizzle cd2676a296 Update app_config.php (#5042)
* Update app_config.php
2020-01-08 20:47:44 -07:00
chansizzle 70a374d19b Update app_config.php (#5043)
* Update app_config.php
2020-01-08 20:46:45 -07:00
chansizzle 63c8cb9eda Update app_config.php (#5044)
* Update app_config.php
2020-01-08 20:45:55 -07:00
chansizzle 6854803729 Update app_config.php (#5036)
* Update app_config.php
2020-01-08 20:43:57 -07:00
chansizzle a163870824 Update app_config.php (#5035) 2020-01-08 20:42:30 -07:00
chansizzle e7d9a8d4ab Update app_config.php (#5034)
* Update app_config.php

* Update app_config.php

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-01-08 20:42:17 -07:00