Maurizio Pederneschi
2006-Oct-20 02:59 UTC
[asterisk-users] Asterisk Realtime... Help Me!!!
Hi, i have implemented Asterisk Realtime architecture with Odbc and MySql DB. I have followed all the step of the documentation I found on the Internet. On the CLI, if I make "odbc show" I see that the DB connection is "UP", but if I make "realtime load <family> <column> <value>" both with extensions family or with sipusers family, I can't find anything in the db. Why it happens? What can I check in my configuration? Someone know if there is a way to test if asterisk make effectively the query to the DB when I make the "realtime load" command? Please, help me! Maury -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061020/392dd6e5/attachment.htm
Maurizio Pederneschi wrote:> Hi, > > i have implemented Asterisk Realtime architecture with Odbc and MySql > DB. I have followed all the step of the documentation I found on the > Internet. > > On the CLI, if I make "odbc show" I see that the DB connection is > "UP", but if I make "realtime load <family> <column> <value>" both > with extensions family or with sipusers family, I can't find anything > in the db. > Why it happens? What can I check in my configuration? > Someone know if there is a way to test if asterisk make effectively > the query to the DB when I make the "realtime load" command? > > Please, help me! > > Maury > >------------------------------------------------------------------------ > >_______________________________________________ >--Bandwidth and Colocation provided by Easynews.com -- > >asterisk-users mailing list >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >paste your relevant config files and also an example command (realtime load etc) that you are using. also.. if u can.. turn on logging(DEBUG) in logger.conf, or better still, go change the code n put in ur own debug lines duznt take too long to figure out where u r going wrong. - Ben