How To Implement An ENUM Mock Database ?
Hello,
For personal lab testing, I would like a mock database, replacing a legacy ENUM database.
More precisely, I would like to:
– play with Asterisk’s ENUMLOOKUP, ENUMQUERY and so on functions
– populate mock db with a couple of fake numbers or ranges of numbers
– test common use-cases (unknown number, …)
I’m entirely discovering ENUM, itself.
How can I easily implement such db ? With dnmasq (don’t laugh) ? With things like [1] ?
Best regards
[1] https://github.com/hadrienk/enum-dns
One thought on - How To Implement An ENUM Mock Database ?
We use Powerdns (https://www.powerdns.com/) in production and it works well. Choice of backends – mysql, sqlite3, bind, etc. Works well.
-Barry Flanagan
Best regards