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
-
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
-
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
-
the cdr_addons_mysql.so is present so is cdr manager and cvs
so i can i verify the version is correct?
-
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.
-
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
-
I have no idea what i did but it now works -- spooky
rob
-
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