[asterisk-users] Tracking Call Time While in Dial()

Douglas Garstang dougmig33 at yahoo.com
Fri Jul 11 09:21:56 CDT 2008


Thanks, but that won't do what I need. By calling an AGI before the call starts and after the call ends, all I am doing is accounting the start and the end of the call, not actively monitoring the duration of the call as it occurs.


----- Original Message ----
From: Cosmin Prund <cosmin.prund at adicomsoft.ro>
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com>
Sent: Friday, July 11, 2008 3:57:23 AM
Subject: Re: [asterisk-users] Tracking Call Time While in Dial()

 
Call an "AGI" right before the start of the Dial
command to record the start time and ether use an manager application (makes
use of manager API) or call an DeadAGI once the call has ended (from the
"h" extension). This requires a bit of programming - but then again
some programming is required anyway to display the actual talk time somewhere.
It might also be that I'm an programmer and I attempt to solve all problems
writing programs, so maybe someone else has a better idea!
 
--
Cosmin Prund
 
De
la:asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] În numele Douglas
Garstang
Trimis: Thursday, July 10, 2008 7:49 PM
Către: asterisk-users at lists.digium.com
Subiect: [asterisk-users] Tracking Call Time While in Dial()
 
So, I've been asked if this is possible.

Someone wants to actively monitor the duration of a call, while the call is
still in progress. Obviously, in Asterisk, once the Dial() application starts,
you lose dial plan control until after the call has ended, successful or
otherwise.

Anyone know if that kind of thing is possible?

Doug.


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080711/dc9f5188/attachment.htm 


More information about the asterisk-users mailing list