Hello all! I'm currently using Asterisk in conjunction with a2billing and everything seems to be working great so far. Now, all I'm missing is some sort of a GUI to monitor all calls going out through my trunks. I can always do 'sip show channels' or 'sip debug' from the console but I was wondering if there's anything that basically does the same thing but in a nicer, easier way. a2billing comes with some very nice CDR and invoice reporting. is there anything that can do pretty much the same thing but for calls that are currently in progress ? Thanks guys George
A2B already shows this in the DB. If you have any php/perl skills just run a query like the following: select * from cc_card where inuse > 0 Then write a js to refresh the script every few seconds. I believe this will give you the reporting that you'd need. bp On 10/9/06, George Masgras <gmasgras@gmail.com> wrote:> > Hello all! > I'm currently using Asterisk in conjunction with a2billing and > everything seems to be working great so far. Now, all I'm missing is > some sort of a GUI to monitor all calls going out through my trunks. I > can always do 'sip show channels' or 'sip debug' from the console but > I was wondering if there's anything that basically does the same thing > but in a nicer, easier way. a2billing comes with some very nice CDR > and invoice reporting. is there anything that can do pretty much the > same thing but for calls that are currently in progress ? > > Thanks guys > > George > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061009/dd805738/attachment.htm
On 10/10/06, George Masgras <gmasgras@gmail.com> wrote:> > Hello all! > I'm currently using Asterisk in conjunction with a2billing and > everything seems to be working great so far. Now, all I'm missing is > some sort of a GUI to monitor all calls going out through my trunks. I > can always do 'sip show channels' or 'sip debug' from the console but > I was wondering if there's anything that basically does the same thing > but in a nicer, easier way. a2billing comes with some very nice CDR > and invoice reporting. is there anything that can do pretty much the > same thing but for calls that are currently in progress ? > > Thanks guys > > GeorgeTry Flash Operator Panel (FOP). -- Ralph Liebessohn ICQ: 74835911 Skype: liebessohn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061010/560cee51/attachment-0001.htm