[asterisk-users] concurrent call tracking
Dovid Bender
asteriskusers at dovid.net
Wed May 11 16:16:33 CDT 2011
What I do is when ever a call comes in I update a table in MySQL to active = (active +1). On hang up I do active = (active -1).
I have a cron that checks once a minute to see how many active and stores it along with epoch in db.
I then have a graph that shows channel usage. If you want the code let me know.
----- Original Message -----
From: Skyler
To: asterisk-users at lists.digium.com
Sent: Wednesday, May 11, 2011 19:57
Subject: [asterisk-users] concurrent call tracking
Hi all,
I would like to track/store concurrent call usage per user by day/week/month and get server totals by day/week/month. Google comes up with mostly info regarding concurrent call limits, though my goal is to calculate actual concurrent channel usage and add it into reporting. I'm using * 1.6.2 + mysql - realtime (no gui). Any suggestions / open-source / AGI on where to start looking into implementing something like this?
TIA,
Skyler
------------------------------------------------------------------------------
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
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/20110512/11cc859a/attachment.htm>
More information about the asterisk-users
mailing list