Commit Graph

43 Commits

Author SHA1 Message Date
FusionPBX d25f1d393e
Update call_block.php
Call Block changes.
- Add a new permission call_block_domain this is assigned to the superadmin group by default.
- Add a domain select list for those that have the call_block_domain permission.
- Add a show all button to Call Block.
2021-01-01 22:02:38 -07:00
fusionate 832b3fae22 Call Block: Outbound call support. 2020-11-17 17:39:49 -07:00
Nate d5bc65111a Call Block: Partial support for Country Code. 2020-10-27 11:21:12 -06:00
Nate ec21558687 Call Block: Modal integration. 2020-03-25 19:37:13 -06:00
Nate 029c7174b4 Multiple - Add IDs to common/default action buttons. 2020-03-05 00:05:45 -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
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 bddc2237ee Call Block: Add window titles. 2020-01-06 10:30:59 -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
chansizzle 48cea5c9f8 Update call_block.php (#4879) 2019-11-19 11:08:37 -07:00
Nate c6d5516467 Database Transactions: List view updates. Misc Action Bar adjustments. Include missing class for Conferences (Doh). 2019-11-05 08:13:42 -07:00
FusionPBX 02a2b5fb19 Update call_block.php 2019-10-31 13:51:59 -06:00
FusionPBX 8c0d6361a0 Update call_block.php 2019-10-31 12:05:04 -06:00
FusionPBX ea03a26332 Update call_block.php 2019-10-30 02:26:28 -06:00
FusionPBX f7c82ac083 Update call_block.php 2019-10-28 16:40:32 -06:00
Nate 0c584db194 Minor mods to Access Controls, Bridges, Call Block and Call Broadcast lists and classes. 2019-10-25 19:40:28 -06:00
Nate f0347b5214 Action Bar mods. 2019-10-24 16:31:14 -06:00
Nate 6879195ae2 Action Bar mods. 2019-10-24 16:28:09 -06:00
Nate ea536d2f6e Button class updates, logic updates to other files. 2019-10-23 21:19:37 -06:00
Nate 17ac712cc8 Updates to Access Controls, Bridges, and Call Block. 2019-10-21 17:03:59 -06:00
Nate 1c87245645 Update access_controls.php, bridges.php, call_block.php 2019-10-21 12:09:41 -06:00
Nate a413f35f70 CSS: Define responsive breakpoints, add to Access Controls, Bridges, Call Block, Buttons class. 2019-10-19 20:29:44 -06:00
Nate e29c4df126 Call Block: List view updates. 2019-10-19 19:14:34 -06:00
FusionPBX ab4203bc45 Update call_block.php 2019-08-23 12:08:44 -06:00
Nate 8882502cc6 Database class integration. 2019-07-01 21:10:31 -06:00
FusionPBX b5c8e96a0c Update call_block.php 2019-05-28 14:53:36 -06:00
AlexanderDCrane 0c666a0a0f Update call_block.php 2019-05-28 14:36:42 -06:00
FusionPBX 89dfa66333 Update call_block.php 2018-06-05 12:30:25 -06:00
The-Operator 593f8ac9a9 Enhance Call Blocking [master] (#2988)
* Added support for regular expressions in the numbers to be blocked.
Reduced the caching timeout, as the counter is only incremented when a call is blocked and the number is not cached.

* Added default sort order.

* Added option to switch on/off use of regular expression matching for pgsql and mysql.

* Added support for sqlite and updated default number match to "LIKE" as suggested by MafooUK on IRC.

* Selection of behavior (default [=], regex or like matching) is now done via the variable call_block_matching = regex|like|EMPTY - type text - in the Call Block section of Default Settings.

* Updated comment to match new matching.
2018-05-08 08:50:57 -06:00
reliberate 5974b686e9 Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric). 2016-03-28 23:02:11 -06:00
mafoo 77c72c8d7c BugFix-Translation-True_False
fixed various uses of ucwords() to render true/false to use
$text[label-*] instead
2016-03-11 11:34:52 +00:00
Nate Jones 0018e553c4 Visual adjustments. 2015-02-15 07:59:02 +00:00
Mark Crane c5755666cb Add the text class to more of the applications. 2015-01-18 10:06:08 +00:00
Mark Crane 8bf8dadc69 Fix call block paging. 2015-01-08 06:13:24 +00:00
Nate Jones a66286deb9 Usability Enhancement: Click on list rows to Edit items. 2014-06-22 01:10:24 +00:00
Nate Jones 3c07aa1a35 Add links to certain column text in a list view.
Add ability to edit Call Block number.
2014-06-21 00:58:16 +00:00
Nate Jones 9ecd74163c Unstack list control icons. 2014-02-26 04:02:56 +00:00
Nate Jones 107efa90c9 Response message updates. 2014-02-21 02:03:22 +00:00
Mark Crane fdb9589245 Rename the fields in call_block to conform with the database naming convention and to match the table name. 2013-09-27 10:21:43 +00:00
Mark Crane 457b3c6c7e Call Block: Fix the references to foreign keys and rename blocked_caller_uuid to call_block_uuid to conform to the naming convention. 2013-09-12 07:58:56 +00:00
Mark Crane 335627f4bf Move call_block so that it is available to people in a default install. Thanks gerritv for providing this feature. 2013-08-23 08:14:51 +00:00