Which is the table where phonebook records are stored?

Hello everyone,

I would like to know which is the table name (mysql db engine) where asterisk phonebook is saved.

I would like to make a little automation using the phonebook, but i cant find the records.

Thanks,
Tiago Teixeira

Hi,

I think you’ll find them stored in a Berkeley DB in /var/lib/asterisk/astdb - which is where I think freePBX stores most stuff.

I don’t know much/anything about the database but I believe you can access the database at least through the CLI using ‘database …’ commands.

C.