cdr

Unknown user error when trying to set up replication with informix

I am on a linux system, logged in as the informix user. I have the following environment variables set: INFORMIXDIR=/opt/IBM/informix INFORMIXSQLHOSTS=/opt/IBM/informix/etc/sqlhosts.mydb INFORMIXSERVER=rep_0 The contents of sqlhosts.mydb are as follows: g_rep_0 group - - i=0 rep_0 onsoc...

Whats the best architecture for CDR integration to a Asterisk based Application

Iam developing a VOIP platform which would allow users to make 100s of calls concurrently using my service. Asterisk stores all call detail records in the CDR table. I would like to know where is best place to keep this table for the best possible architecture of my system. Should I keep it on the Asterisk Box and run a cron to sync it...