Added numbers to VoiceCallHistory::addContractIds blacklist

This commit is contained in:
Frank Schubert
2024-08-06 22:48:42 +02:00
parent 0d99a62e2d
commit 4bc7ef960e

View File

@@ -103,7 +103,19 @@ class VoiceCallHistoryController extends mfBaseController {
"^43623237705$",
"^4367761737195$",
"^43216720836$",
"^43623237705$"
"^43623237705$",
"^43318528468150$",
"^4312532516$",
"^43720729927$",
"^4334528240030$",
"^4350144522120$",
"^4315460050680$",
"^491795058290$",
"^43346221888$",
"^43346244112609$",
"^43345271487$",
"^43318523364$",
"^4953118053397$",
];
$unknown_numbers = [];
@@ -196,7 +208,6 @@ class VoiceCallHistoryController extends mfBaseController {
}
$call->contract_id = $voicenumber->contract_id;
echo "save 3\n";
$call->save();
}