Open Source Training Seminar


Not Logged in - No Account?

Logging in allows you to post to forums, track new posts, subscribe to threads, pm (private message) other members, and receive periodic news letters. Once logged in this message disappears. No account? Create one by registering here. Lost your password, request a new password. We respect your privacy and collect minimal information when you register and we do not resell that information or use it in any objectionable way. You can review our privacy policy for details.


Is CDR working in latest 2.5?

mustardman's picture

Just upgraded to the latest modules as of today. Looks like 2.5 has officially gone beta. I don't know if it was working before but I just noticed that CDR is not working. I just get the header and nothing else. I don't ever recall having an issue like this.

Is it just my setup or anyone else?


__________________


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

CDRs should be fine in 2.5

p_lindheimer's picture

CDRs should be fine in 2.5


__________________

Philippe Lindheimer - FreePBX Project Leader
FreePBX Training Opportunities - Click Here
Get Official Paid Support - Click Here


I seem to have the same issue.

cosmicwombat's picture

After last framework update...I think...

EDIT: Fix-

This occurs when the php session save path is not writable by the httpd process.

Determine the save path:
grep save_path /etc/php.ini
should result in something like:
session.save_path = /var/lib/php/session

Fix ownership
With the part after the =, change the ownership of that to be asterisk:
chown asterisk /var/lib/php/session


__________________

All men can see these tactics whereby I conquer, but what none can see is the strategy out of which victory is evolved.
Sun Tzu


Duh! My problem was that I

mustardman's picture

Duh!

My problem was that I downgraded Asterisk 1.6 to Asterisk 1.4 but I forgot to downgrade Asterisk add-ons as well.

My bad


just curious why you downgraded from 1.6 to 1.4?

danswartz's picture

I had some glitches, but when I got them resolved, everything is working fine...


that would do it... Glad

fskrotzki's picture

that would do it... Glad you figured it out.


CDR not working here

medwayman's picture

Hi,

I'm getting no call records in 'Reports'

Debian Etch
Apache2 running as user asterisk
Asterisk 1.4.21.2, have installed add-ons 1.4.7.
FreePBX 2.5beta1.4
PHP save_session permissions OK as cosmicwombat post above.
Everything else (far as I can tell!) OK

It's not a showstopper for my small office here, but any pointers on how to debug this would be welcome.


[Solved] CDR not working Debian Etch

medwayman's picture

The cdr_mysql module in asterisk-addons had not compiled as a needed file, mysql.h was not present.

Install of libmysqlclient15-dev will bring in that file, then a re-compile of asterisk-addons, and CDR now working.


My 2 cents. I found they did

R_Henry's picture

My 2 cents.

I found they did not work with IE, switched to FireFox and all worked well.


No call logs in the call repot

mxvoice's picture

There is no call log in the call report, I did fallow severals instructions in the web but still I getting any call report.
I using centos 5 asterisk 1.4 and freepbx 2.4. everything else is working but the call record. please let me if any one have a subjection.

Thanks


mxvoice, Please do not

fskrotzki's picture

mxvoice,

Please do not hijack a existing thread unless it truly matches the original post. You don't have the same version of things or are testing the 2.5 Beta releases.

In your case I'm guessing you've not even read the posting in this thread as the solution to the 2.5 issue posted is the same solution you need to perform.

The CDR will not work unless you have installed all the required components. You are missing one as many thousands of people are using * 1.4 and FreePBX 2.4 and have the CDR working without a issue.

Please reread this thread for the answer.