Added numbers to voicall contract ignore list
This commit is contained in:
@@ -108,13 +108,15 @@ class VoiceCallHistoryController extends mfBaseController {
|
||||
}
|
||||
|
||||
public function addContractIds() {
|
||||
// regex format
|
||||
$ignore_numbers = [
|
||||
"^43664",
|
||||
"^43677",
|
||||
"^4331641220846$",
|
||||
"^43623237705$",
|
||||
"^4367761737195$",
|
||||
"^43664",
|
||||
"^43677",
|
||||
|
||||
"^43216720836$",
|
||||
"^43623237705$"
|
||||
];
|
||||
|
||||
$unknown_numbers = [];
|
||||
|
||||
Reference in New Issue
Block a user