Friday, March 12, 2021

block spammers vicidial

 block Inbound calls from specific number in vicidial

Thanks to vicidial/vicibox team to have the facility to gives the feature to block the spam inbound calls.

> its very easy to block the unwanted call in vicidial.
just go to the Inbound section,
 
Inbound 
> Add Filter Phone Group  > put your information (any you want)
like blockinbounds1  as ID, group name, description 
> Submit
 

 
After that :

Inbound 
> Show DIDs
> yourDID (any)
> Filter Inbound Number (set it to GROUP)
> Filter Phone Group ID (select as you newly created (blockinbounds1)


 
at the end, click submit

After that :

Inbound 
> Add-Delete FPG Number
> Select Filter Phone Group (any)
> Type number in Phone Numbers section
> Select Add or delete (as you want)
> Submit
 
Finally the number you added in this group, will be block in the DID you select.

If you wanna change this in all DIDs, then use phpmyadmin as its easy tool,
 

To change the filter_inbound_number and filter_phone_group_id of all DIDs

type this command in SQL of edit inline section of the table,

update vicidial_inbound_dids set filter_inbound_number='GROUP',filter_phone_group_id='blockinboind1'

Cheers!!!
 




0 comments: