[asterisk-users] How to count Parked calls?

Danny Nicholas danny at debsinc.com
Tue Jul 14 08:08:19 CDT 2009


You could use global variables to record when and where parks occurred.
The issue I would see with this (besides perhaps being cumbersome) is that
you wouldn't have a way to undo the counters when a caller hung up instead
of coming off of park.

 

  _____  

From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Faheem
Sent: Tuesday, July 14, 2009 3:31 AM
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] How to count Parked calls?

 


Hey All,

I am working on a SIP Call bridging application. Every time I receive a
incoming call in Asteriskserver1 my AGI should alert to AsteriskServer2 and
AsteriskServer2 should callback to AsteriskServer1 and call should be
bridged on specified extension. 
(making call in this way is customer requirement)

Every time I receive a call in AsteriskServer1, I Park the call and through
AGI, AsteriskServer2 callback to AsteriskServer1 with parked extension. 

My actual problem is, I can't maintain the record of Parked calls, View
Parked Calls in dialplan. Is there any way to count or track the
ParkedCalls() in the dialplan??

Through Asterisk CLI I can see the parked calls but I need to count the
calls in dialplan.


Muhamamd Faheem

 

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


More information about the asterisk-users mailing list