Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-26 Thread Brian Capouch
A comment and a question about the latest version: First, the question: What is the organizing principle of the Asterisk Minutes chart, with respect to the ordering of the various days? It seems random. . . I also assume the last column is the average number of minutes per call? As to the

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-25 Thread Areski
Do your php support GD ? You can simply check it with a phpinfo ! More info about gd (configuration, installation) : http://www.php.net/image On Wed, 2004-03-24 at 21:12, Robert Boardman wrote: Hi I'm trying to install but I think I have a problem!!! Would I be correct in saying if I

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-25 Thread Robert Boardman
Yes php sysinfo say gd is complied inb any other clues? Robb Areski [EMAIL PROTECTED] said: Do your php support GD ? You can simply check it with a phpinfo ! More info about gd (configuration, installation) : http://www.php.net/image On Wed, 2004-03-24 at 21:12, Robert Boardman

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-25 Thread Areski
Can you try: http://yourdomain/asterisk-stat/graph_stat.php?min_call=fromstatsday_sday=25days_compare=2fromstatsmonth_sday=2004-03 And tell me about the result ! -Areski On Thu, 2004-03-25 at 11:13, Robert Boardman wrote: Yes php sysinfo say gd is complied inb any other clues? Robb

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-25 Thread Robert Boardman
Hi Areski it comes back with a blank page? Robb Areski [EMAIL PROTECTED] said: Can you try: http://yourdomain/asterisk-stat/graph_stat.php?min_call=fromstatsday_sday=25days_compare=2fromstatsmonth_sday=2004-03 And tell me about the result ! -Areski On Thu, 2004-03-25 at 11:13, Robert

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-25 Thread Areski
Sounds like it s missing smth in your php conf ! have a look to this good tutorial http://www.zend.com/zend/tut/tutsweat3.php Check your configuration with the conf information provided there and then try to make working a jpgraph sample on your server... Hope that it will help, Regards,Areski

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-24 Thread Peer Oliver schmidt
Hello Brian, It might be helpful for us all if the author could let us know more about the environment in which this application was built. . I'm getting all kinds of errors when I try to run it, and I suspect that either my Postgres or PHP installations are incompatible with yours. I am not

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-24 Thread Peer Oliver schmidt
Brian Capouch wrote: It might be helpful for us all if the author could let us know more about the environment in which this application was built. . I'm getting all kinds of errors when I try to run it, and I suspect that either my Postgres or PHP installations are incompatible with yours.

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-24 Thread Jon Lawrence
On Wednesday 24 March 2004 06:49, Brian Capouch wrote: It might be helpful for us all if the author could let us know more about the environment in which this application was built. . I'm getting all kinds of errors when I try to run it, and I suspect that either my Postgres or PHP

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-24 Thread WipeOut
Peer Oliver schmidt wrote: Brian Capouch wrote: It might be helpful for us all if the author could let us know more about the environment in which this application was built. . I'm getting all kinds of errors when I try to run it, and I suspect that either my Postgres or PHP installations are

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-24 Thread Peer Oliver schmidt
Wipeout wrote: Another thing I had to do was changing the defines.php file to reflect my environment. After that, things went smooth. On my server the links dont even work in the menu on the left.. Not sure what is going on with the code and dont have the time to look right now.. I will just

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-24 Thread WipeOut
Peer Oliver schmidt wrote: Wipeout wrote: Another thing I had to do was changing the defines.php file to reflect my environment. After that, things went smooth. On my server the links dont even work in the menu on the left.. Not sure what is going on with the code and dont have the time to

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-24 Thread ast
You need to turn register globals = on in your php.ini file, HOWEVER, this can make things VERY insecure if you have other php scripts that are not thought out right. On Wed, 24 Mar 2004, Peer Oliver schmidt wrote: Wipeout wrote: Another thing I had to do was changing the defines.php

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-24 Thread Areski
Hello All, I just finished an other version, all my apologies, cause I made it for mysql then I ve done the change to support postgresql and forget to re-test again... not really professional at all ;) By the way, I made some amelioration in the sql queries and now it works even with few

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-24 Thread Ryan Thrash
Does register_globals need to be on to work with this? And if so, any chance that will be turned off in the (hopefully near) future? Thanks, Ryan On Mar 24, 2004, at 9:09 AM, Areski wrote: I just finished an other version, all my apologies, cause I made it for mysql then I ve done the change

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-24 Thread Areski
I made an Update, now don't need register_globals on anymore... By the way, I fix some bugs, cause it was not possible to choose criteria and then browse the result page by page... now it's work fine :) So, better to make an update of your version

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-24 Thread Robert Boardman
Hi I'm trying to install but I think I have a problem!!! Would I be correct in saying if I don't have the jp graph libs, the links on the form would be followed but nothing would be displayed Areski wrote: I made an Update, now don't need register_globals on anymore... By the way, I fix some

RE: [Asterisk-Users] Graphical Interface to display Asterisk CDR /php

2004-03-24 Thread bohmanj
Noobie question... I have the app installed ok, and set up CDR just now as well, Mysql is also working as expected, however is there something that needs to be added to extensions.conf to enable global CDR logging .. I looked through the Wiki pages and couldn't find any examples.. thanks

RE: [Asterisk-Users] Graphical Interface to display Asterisk CDR /php

2004-03-24 Thread Chris HARIGA
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Areski Sent: Wednesday, March 24, 2004 1:35 PM To: Asterisk-Users Mailing-list Subject: Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR /php I made an Update, now don't need register_globals on anymore

RE: [Asterisk-Users] Graphical Interface to display Asterisk CDR /php

2004-03-24 Thread Chris HARIGA
regards, Chris HARIGA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Areski Sent: Wednesday, March 24, 2004 1:35 PM To: Asterisk-Users Mailing-list Subject: Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR /php I made an Update, now don't

[Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-23 Thread Areski
Hello Asteriskien, I made a Graphical Interface in PHP to display Asterisk CDR. To see quickly all your stat by days and also to compare them. - Support mysql postgresql Check the screenshots there : http://www.areski.net/asterisk-stat-v1/about.php Download source tar.gz:

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php / CSV too!

2004-03-23 Thread Jon Fautley
Areski wrote: Hello Asteriskien, I made a Graphical Interface in PHP to display Asterisk CDR. To see quickly all your stat by days and also to compare them. - Support mysql postgresql While not as pretty, I have a version that works from the CSV file that asterisk creates by default. Code

RE: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-23 Thread Alexander Romanov
Sent: Wednesday, 24 March 2004 5:29 AM To: Asterisk-Users Mailing-list Subject: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php Hello Asteriskien, I made a Graphical Interface in PHP to display Asterisk CDR. To see quickly all your stat by days and also to compare them. - Support

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-23 Thread Brian Capouch
It might be helpful for us all if the author could let us know more about the environment in which this application was built. . I'm getting all kinds of errors when I try to run it, and I suspect that either my Postgres or PHP installations are incompatible with yours. Thx. B.

Re: [Asterisk-Users] Graphical Interface to display Asterisk CDR / php

2004-03-23 Thread Brian Capouch
It might be helpful for us all if the author could let us know more about the environment in which this application was built. . I'm getting all kinds of errors when I try to run it, and I suspect that either my Postgres or PHP installations are incompatible with yours. Thx. B.