Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: rrkelly on March 24, 2008, 03:48:42 AM

Title: No CDR
Post by: rrkelly on March 24, 2008, 03:48:42 AM
It is turned on in Globals sail 2.2.2-594. Everything else seems to be working. Any ideas on what and where
to check?
rob
Title: Re: No CDR
Post by: saleh on March 24, 2008, 08:07:45 AM
check if you have the right version of the asterisk-addons and the module cdr_addon_mysql.so is loded or not

*CLI> show modules
*CLI> show modules like cdr_addon_mysql.so
Module                         Description                              Use Count
cdr_addon_mysql.so             MySQL CDR Backend                        0
1 modules loaded

for more information see please this link:
http://forums.contribs.org/index.php?topic=40343.0

Hope this can help you

Title: Re: No CDR
Post by: rrkelly on March 24, 2008, 09:56:49 AM
the cdr_addons_mysql.so is present  so is cdr manager and cvs
so i can i verify the version is correct?
Title: Re: No CDR
Post by: groutley on March 29, 2008, 11:40:03 AM
Hello,
 what version of asterisk are you running ?
I know Selintra mentioned to me sometime ago that this was a bug in the asterisk code, and nothing todo with SAIL.
I am now running asterisk-1.4.18-56.el4  and CDR works again,  I certainly went thru a period where CDR showed no updates.
Title: Re: No CDR
Post by: rrkelly on March 30, 2008, 07:15:03 AM
this is what i have running as per rpm -qa |grep asteris*
asterisk-addons-1.4.5-19.el4
asterisk-1.4.18-56.el4
and i have yet to get the cdr working is there some tables i could check in mysql. I'm not real familiar with mysql but have used
postgres since 6.2
thank you
rob
Title: Re: No CDR--- It works NOW
Post by: rrkelly on March 30, 2008, 12:08:12 PM
I have no idea what i did but it now works -- spooky
rob
Title: Re: No CDR
Post by: bbialy on March 30, 2008, 06:11:19 PM
I've got similar problem
Are you sure that you added asterisk (zaptel) kernel modules??

in my case it was my mistake after kernel upgrading.
yum install zaptel-kmdl-'uname -r' --enablerepo=atrpms

then modprobe ztdummy
then probe PCI cards in server-manager

reboot "of koz"

Maciej