Hi,
Apart from this little issue beta2 looks great - thanks to all those involved.
The only issue I have is that the call logs seem to have frozen. They haven’t updated since I loaded beta2.
Does anyone have any ideas?
Many thanks
Matthew
Hi,
Apart from this little issue beta2 looks great - thanks to all those involved.
The only issue I have is that the call logs seem to have frozen. They haven’t updated since I loaded beta2.
Does anyone have any ideas?
Many thanks
Matthew
Sorry I missed this.
Call logs seem to be working fine with others who I have checked this against. If the GUI can see the old call logs then it is probably not a FreePBX change.
The one exception, if you upgraded from the tarball and let it overwrite your:
/etc/asterisk/cdr_mysql.conf
file then that would result in Asterisk un-able to update call information.
Cheers Philippe,
I upgraded using the upgrade module - without any errors.
I can see the historic data, but nothing since the upgrade…
What should my cdr_mysql.conf contain?
It’s a pbxiaf install if that helps.
[global]
hostname = localhost
dbname=asteriskcdrdb
;password = amp109
password = xxxxxx
user = asteriskuser
userfield=1
;port=3306
;sock=/tmp/mysql.sock
Many thanks
Matthew
assuming you can see old CDRs in the report, then this config should have the same username and password as is configured for the CDR table in amportal.conf.
You can also check to make sure the proper mysql modules are loaded in Asterisk.
But if you used the module, we don’t ever touch the cdr_mysql.conf file.