Re: [asterisk-users] Looking for a reporter for SQLite3 with Lighttpd and PHP

2013-04-09 Thread Daniel - Asterisk
Hello List, here I go again, I'm looking for an interface to access my Sqlite3 DB which holds my CDR and SIP realtime tables. I'm running Asterisk 1.8.20.1 on my Raspbian distro (Debian Wheezy). I've tried http://astcdrview.berlios.de/ without success after following installation guide and it

Re: [asterisk-users] Looking for a reporter for SQLite3 with Lighttpd and PHP

2013-04-09 Thread jon pounder
On 04/09/2013 01:44 PM, Daniel - Asterisk wrote: sqlite is not really a multiuser dbms, so really its hard to build tools that do what you want without causing problems in the way it operates. You'd be better off running postgres or mysql (yuck I said it), and using one of the many tools

Re: [asterisk-users] Looking for a reporter for SQLite3 with Lighttpd and PHP

2013-04-09 Thread Daniel - Asterisk
Thanks Jon!, I think it'd be time to go back to the old known databases, I was motivated for light performance of SQLite Elder On Tue, Apr 9, 2013 at 1:21 PM, jon pounder j...@inline.net wrote: On 04/09/2013 01:44 PM, Daniel - Asterisk wrote: sqlite is not really a multiuser dbms, so

[asterisk-users] Looking for a reporter for SQLite3 with Lighttpd and PHP

2013-03-20 Thread Daniel - Asterisk
Hello everyone, I wonder if there's a product that I can install on my debian-based server to extract CDRs (it'd be better if Excel's downloads are available), also it would be desirable if I can access additional table to update rows (e.g. sip for realtime) Please let me know what you know.