Hello, Is there any downloadable software to generate Statements from the mysql call log? I'm considering developing a PHP/MySql interface but I'm thinking that someone must have already done this? Thanks, - Darren
Darren: It's not that simple. You have to decode the other end of the call into a RateCenter and then have $$ rates in a different database for each rate center. I believe this process is called 'rating the call'. Lest you take the easy way out and assign all (xxx) xxx-xxxx numbers a flat rate, be aware the some area codes actually connect at overseas rates to places such as the Carribean area (it is the North American Numbering Plan, after all) and cost you LOTS of $$$$, so you had better charge more for those. ===================================================================Timothy R. McKee -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Darren Sent: Thursday, July 08, 2004 12:49 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Interface to generate Statements? Hello, Is there any downloadable software to generate Statements from the mysql call log? I'm considering developing a PHP/MySql interface but I'm thinking that someone must have already done this? Thanks, - Darren _______________________________________________ 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
On Thu, 2004-07-08 at 13:15, Philipp von Klitzing wrote:> Hi! > > > Is there any downloadable software to generate Statements from the mysql > > call log? > > I am not sure what "statements" you want, but look here: > http://www.voip-info.org/wiki-Asterisk+GUI > > Cheers, Philipp >Yeah, I've looked there already. I guess I'm just thinking of a basic interface where you can generate invoices for customers. I guess I better start coding :) Thanks, - Darre
Philipp von Klitzing
2004-Jul-08 14:09 UTC
[Asterisk-Users] Interface to generate Statements?
Hi!> > I am not sure what "statements" you want, but look here: > > http://www.voip-info.org/wiki-Asterisk+GUI > > Yeah, I've looked there already. I guess I'm just thinking of a basic > interface where you can generate invoices for customers. > > I guess I better start coding :)Or go and look at the "See also" part on the bottom of this page: http://www.voip-info.org/wiki-Asterisk+billing Cheers, Philipp