Blaclist Not working

So, from what I can tell, the PBX is not even checking the blacklist (this would be the default one), and just lets the call go right through. Any advice?

FreePBX Version: 15.0.16.44
Asterisk Version: 16.6.2
Blacklist Version: 15.0.2.10

Here are the logs for when the call came in (I have put ########## where my number is, but it does show mu number properly).

[2020-04-15 11:42:20] VERBOSE[24623][C-0000080c] pbx.c: Executing [in@sub-record-check:3] ExecIf(“SIP/Vitel-Default-In-00002594”, “10?Set(FROMEXTEN=##########)”) in new stack
[2020-04-15 11:42:20] VERBOSE[24623][C-0000080c] pbx.c: Executing [8506089068@from-trunk:9] ExecIf(“SIP/Vitel-Default-In-00002594”, “0 ?Set(CALLERID(name)=##########)”) in new stack
[2020-04-15 11:42:20] VERBOSE[24623][C-0000080c] pbx.c: Executing [8506089068@from-trunk:21] Set(“SIP/Vitel-Default-In-00002594”, “__CRM_SOURCE=##########”) in new stack
[2020-04-15 11:42:21] VERBOSE[24623][C-0000080c] pbx.c: Executing [s@macro-user-callerid:2] Set(“SIP/Vitel-Default-In-00002594”, “AMPUSER=##########”) in new stack
[2020-04-15 11:42:21] VERBOSE[24623][C-0000080c] pbx.c: Executing [s@macro-user-callerid:9] ExecIf(“SIP/Vitel-Default-In-00002594”, “1?Set(REALCALLERIDNUM=##########)”) in new stack
[2020-04-15 11:42:21] VERBOSE[24623][C-0000080c] pbx.c: Executing [s@macro-user-callerid:43] Set(“SIP/Vitel-Default-In-00002594”, “CALLERID(number)=##########”) in new stack
[2020-04-15 11:42:21] VERBOSE[24623][C-0000080c] pbx.c: Executing [s@macro-user-callerid:47] Set(“SIP/Vitel-Default-In-00002594”, “CDR(cnum)=##########”) in new stack
[2020-04-15 11:42:21] VERBOSE[24623][C-0000080c] pbx.c: Executing [exten@sub-record-check:1] NoOp(“SIP/Vitel-Default-In-00002594”, “Exten Recording Check between ########## and 401”) in new stack
[2020-04-15 11:42:21] VERBOSE[24623][C-0000080c] pbx.c: Executing [s@macro-dial-one:2] Set(“SIP/Vitel-Default-In-00002594”, “__CRM_SOURCE=##########”) in new stack
[2020-04-15 11:42:21] VERBOSE[24623][C-0000080c] pbx.c: Executing [ctset@macro-dial-one:1] Set(“SIP/Vitel-Default-In-00002594”, “DB(CALLTRACE/401)=##########”) in new stack

Works as expected for me. The blacklist call happens in the lines before your snippet starts. Provide a full call trace from the beginning via pastebin:
https://wiki.freepbx.org/display/SUP/Providing+Great+Debug#ProvidingGreatDebug-AsteriskLogs-PartII

good way to grab that using the info you have is to grep the full log for the call-id , the call id is the sequence C-0000080c

something like grep -i C-0000080c /var/log/asterisk/full

1 Like

I am looking at the log, and the first entry before this is from a call 20 minutes prior. This was the exact time I initiated the call, and I can even copy and paste what is before it. This comes directly from the full log file.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.