Example:
```
rpc->rpl_printf(ctx, "");
rpc->rpl_printf(ctx, "Blocked messages (blacklist)");
rpc->rpl_printf(ctx, "============================");
rpc->rpl_printf(ctx, "[+] By user-agent : %d", secf_stats[BL_UA]);
rpc->rpl_printf(ctx, "[+] By country : %d", secf_stats[BL_COUNTRY]);
rpc->rpl_printf(ctx, "[+] By from domain : %d", secf_stats[BL_FDOMAIN]);
rpc->rpl_printf(ctx, "[+] By to domain : %d", secf_stats[BL_TDOMAIN]);
rpc->rpl_printf(ctx, "[+] By contact domain: %d", secf_stats[BL_CDOMAIN]);
rpc->rpl_printf(ctx, "[+] By IP address : %d", secf_stats[BL_IP]);
rpc->rpl_printf(ctx, "[+] By from name : %d", secf_stats[BL_FNAME]);
rpc->rpl_printf(ctx, "[+] By to name : %d", secf_stats[BL_TNAME]);
rpc->rpl_printf(ctx, "[+] By contact name : %d", secf_stats[BL_CNAME]);
rpc->rpl_printf(ctx, "[+] By from user : %d", secf_stats[BL_FUSER]);
rpc->rpl_printf(ctx, "[+] By to user : %d", secf_stats[BL_TUSER]);
rpc->rpl_printf(ctx, "[+] By contact user : %d", secf_stats[BL_CUSER]);
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2992#issuecomment-1004178805
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/2992/1004178805(a)github.com>