Insert blacklist numbers into database

Hi;

I would like to import blacklisted numbers directly into the database, the sql syntax is not a problem and the following inserts correctly and appears in the UI when I refresh the page.

INSERT INTO ombu_blacklist (number,description,destination_id,enabled,tenant_id) VALUES('1234567','Test',76,'yes',1);

But is it enough just to insert into the database, or do I also have to execute a script to activate the new entry and pass it to asterisk ??

Many Thanks

You can run

vitalpbx fully-dump-conf

Excellent, thank you so much

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