Ben Q
2006-Jul-13 07:56 UTC
[asterisk-users] cdr functions change between * 1.2.4 and 1.2.9.1 (agi)
Hi, I was using cdr-csv through phpagi with asterisk 1.2.4 and it works great. I had: $variable = "CDR(accountcode)=" . $_SESSION['username']; // Add CDR account code and it works great. It create a new csv file for each user + the Master.csvwith everything in it. I juste upgraded to asterisk 1.2.9.1, everything is ok exept that I only get a Master.csv without the username and no csv file per user. Does the cdr function changed? Is the CDR(accountcode)=username depricated? I can't find shy it doesn't work. Where should I hunt for informations/logs/hints ? Thank you for your help. benq -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060713/14511cd5/attachment.htm
Ben Q
2006-Jul-14 06:13 UTC
[asterisk-users] Re: cdr functions change between * 1.2.4 and 1.2.9.1 (agi)
I replay to myself because I realize tha I also changed php vesion number: It works with php 4.4.0 and asterisk 1.2.4 and doesn't with php 5.1.4 and asterisk 1.2.9. Same code, same configuration. Any idea? benq On 7/13/06, Ben Q <benq.asterisk@gmail.com> wrote:> > Hi, > > I was using cdr-csv through phpagi with asterisk 1.2.4 and it works great. > I had: > $variable = "CDR(accountcode)=" . $_SESSION['username']; // Add CDR > account code > and it works great. It create a new csv file for each user + the > Master.csv with everything in it. > > I juste upgraded to asterisk 1.2.9.1, everything is ok exept that I only > get a Master.csv without the username and no csv file per user. > > Does the cdr function changed? Is the CDR(accountcode)=username > depricated? > > I can't find shy it doesn't work. Where should I hunt for > informations/logs/hints ? > > Thank you for your help. > > benq >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060714/f1f1c1cc/attachment.htm