Commit Graph

14 Commits

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