Commit Graph

7698 Commits

Author SHA1 Message Date
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