I am following this procedure
ou have to compile asterisk with the cdr_pgsql.o module, for this follow the steps: Configure asterisk with postgresql support: ./configure --with-postgres=<dir where postgresql is installed> Then issue the command: make menuconfig in the menu select 2.Call Detail Recording -> then check cdr_pgsql build asterisk make Install it sudo make install Then add, in the file modules.conf, the line: load => cdr_pgsql.so but when i execute this ./configure --with-postgres=<dir where postgresql is installed> it gives an error for missing an pg_config file ..... i searched the PC but it really dont exists..... but database server is fine and working OK! what to do in this situation On Mon, Aug 31, 2009 at 10:17 AM, ABBAS SHAKEEL <[email protected] > wrote: > Hello > > I have installed postgres and asterisk on centos. > > I confused which module i have to install to store CDR info to postgres > DB. > > I have visited some links but mostly are for configuration file in > database. I only want CDR to Database not the configuration files for time > being > > Please help > > -- > Best Regards > Shakeel Abbas > > -- Best Regards Shakeel Abbas
_______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2009 - October 13 - 15 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
