Areski
2004-Mar-23 11:28 UTC
[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 mysql & postgresql Check the screenshots there : http://www.areski.net/asterisk-stat-v1/about.php Download source tar.gz: http://www.areski.net/asterisk-stat-v1/asterisk-stat-v1.tar.gz Hope that this small php application can be useful! I m waiting for your comments, Regards, Areski -_-_-_-_-_-_-_-_-_-_-_-_-_-_
Jon Fautley
2004-Mar-23 17:25 UTC
[Asterisk-Users] Graphical Interface to display Asterisk CDR / php / CSV too!
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 is provided without warranty, if it breaks your machine/* installation, neither my employer nor I are responsible. If anyone wants to tidy this code up a bit, feel free. It was a hack I put together in an afternoon... It's a perl script - so stick it in a cgi-bin directory. The call recording stuff should be fairly easy to figure out (just requires you to create the recorded files in a certain way). Avaliable here: http://www.3ait.co.uk/~jon/ Thanks, Jon
Alexander Romanov
2004-Mar-23 20:19 UTC
[Asterisk-Users] Graphical Interface to display Asterisk CDR / php
I am getting an error: Warning: pg_numrows(): supplied argument is not a valid PostgreSQL result resource in /usr/local/apache/htdocs/cdr/lib/DB-modules/phplib_postgres.php on line 209 Pls help -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Areski 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 mysql & postgresql Check the screenshots there : http://www.areski.net/asterisk-stat-v1/about.php Download source tar.gz: http://www.areski.net/asterisk-stat-v1/asterisk-stat-v1.tar.gz Hope that this small php application can be useful! I m waiting for your comments, Regards, Areski -_-_-_-_-_-_-_-_-_-_-_-_-_-_ _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Robert Boardman
2004-Mar-25 03:13 UTC
[Asterisk-Users] Graphical Interface to display Asterisk CDR / php
Yes php sysinfo say gd is complied inb any other clues? Robb Areski <areski@e-group.org> 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 wrote: > > 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 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 > > >http://www.areski.net/asterisk-stat-v1/asterisk-stat-v1_2.tar.gz > > > > > >http://www.areski.net/asterisk-stat-v1/about.php > > > > > > > > > > > >Sorry about all this changes... > > >Regards, > > >Areski > > > > > > > > >On Wed, 2004-03-24 at 16:42, Ryan Thrash wrote: > > > > > > > > >>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 to support postgresql and forget to > > >>>re-test again... not really professional at all ;) > > >>><snip> > > >>>http://www.areski.net/asterisk-stat-v1/about.php > > >>> > > >>>Download : > > >>>http://www.areski.net/asterisk-stat-v1/asterisk-stat-v1_1.tar.gz > > >>> > > >>>If you have still some problems, share them with me ! > > >>> > > >>> > > >> > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Robert Boardman Tel:01617737929 IAXTel:17007737929 FWD:82623
Robert Boardman
2004-Mar-25 05:18 UTC
[Asterisk-Users] Graphical Interface to display Asterisk CDR / php
Hi Areski it comes back with a blank page? Robb Areski <areski@e-group.org> said:> Can you try: >http://yourdomain/asterisk-stat/graph_stat.php?min_call=&fromstatsday_sday=25&days_compare=2&fromstatsmonth_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 > > > > Areski <areski@e-group.org> 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 wrote: > > > > 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 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 > > > > >http://www.areski.net/asterisk-stat-v1/asterisk-stat-v1_2.tar.gz > > > > > > > > > >http://www.areski.net/asterisk-stat-v1/about.php > > > > > > > > > > > > > > > > > > > >Sorry about all this changes... > > > > >Regards, > > > > >Areski > > > > > > > > > > > > > > >On Wed, 2004-03-24 at 16:42, Ryan Thrash wrote: > > > > > > > > > > > > > > >>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 to support postgresql and forget to > > > > >>>re-test again... not really professional at all ;) > > > > >>><snip> > > > > >>>http://www.areski.net/asterisk-stat-v1/about.php > > > > >>> > > > > >>>Download : > > > > >>>http://www.areski.net/asterisk-stat-v1/asterisk-stat-v1_1.tar.gz > > > > >>> > > > > >>>If you have still some problems, share them with me ! > > > > >>> > > > > >>> > > > > >> > > > > > > > > _______________________________________________ > > > > Asterisk-Users mailing list > > > > Asterisk-Users@lists.digium.com > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > To UNSUBSCRIBE or update options visit: > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > To UNSUBSCRIBE or update options visit: > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > > > > -- > > Robert Boardman > > Tel:01617737929 > > IAXTel:17007737929 > > FWD:82623 > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Robert Boardman Tel:01617737929 IAXTel:17007737929 FWD:82623