hello everyone. I am using asterisk 11 and mysql to store the CDRs.
I have seen someone using pgadmin to manage the sql for the CDRs as well as managing the extensions, queues, sip trunks from the gui of the pgadmin.
has anyone seen anything like that to administer the asterisk?
Please avoid suggetions of guis such freepbx.
To my knowledge pgAdmin is for administrating PostgreSQL and not MySQL.
You could use it to manage your database if you use a PostgreSQL database instead.
For managing your configuration with a database you will want to read about the Asterisk Realtime Architecture.
https://wiki.asterisk.org/wiki/display/AST/Realtime+Database+Configuration
If you install Asterisk realtime, then you can use phpmyadmin to administrate the configurations stored on a database