Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
TAPI (TAPI) Developer Center
Overview
Documentation
Community
Wiki
Testing
Everything
This Site
Blogs
9.1 TAPI Documentation Now Available
Prem Bejjam
09 Jan 2013
Unified Communications 9.0 Partner Bundle Offer Now Available to Order
Amanda Whaley
21 Sep 2012
Unified CM 9.0(1) Developer Guides
George Gary
31 Aug 2012
Developer Partner 2012 US Update Presentations Available
George Gary
29 Jun 2012
Developer Partner 2012 London Update Presentations Available
George Gary
10 Feb 2012
Showing 1 - 5 of 32 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
3
4
5
6
7
of 7
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Cisco TAPI Questions
Tapi Information into SQL database
Threads [
Previous
|
Next
]
Daniel Schmitz
Posts:
1
Join Date:
7/1/12
Recent Posts
Tapi Information into SQL database
tapi
api
tsp tapi
cisco
Answer
7/1/12 7:25 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi,
we want to write a little program which reads the following information e.g. every hour from the CISCO TAPI and saves them into a SQL database for further analysis:
- For calls that were answered:
Number of calls for the given time frame (5 min, 10 min, 60 min samples)
Time until the call the was answered (this is often group into 0-20, 21-40, 41-60 and 60+ second groupings)
(Average) Duration of the call
- For calls that weren’t answered
Number of calls for the given time frame (5 min, 10 min, 60 min samples)
Time until the call the was dropped (this is often group into 0-20, 21-40, 41-60 and 60+ second groupings)
- For calls that received an engaged tone
Number of calls for the given time frame (5 min, 10 min, 60 min samples)
These reports are normally defined for one telephone number or a group of numbers.
I'm completely new to this API and I would really appreciate any information or sample code for this. Maybe somebody also has already a suggested database schema for the data from the API.
Thanks
Daniel
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
145
Join Date:
6/4/08
Recent Posts
RE: Tapi Information into SQL database
Answer
9/11/12 7:52 PM as a reply to Daniel Schmitz.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
The TAPI is used to dynamically monitor phone devices, receiving events in real time for call state changes (e.g. new call, hangup, etc.) If you want to use this type of API for collecting call statistics, the application will need to continously monitor the target devices, and calculate call times and meta-data based on TAPI events.
The type of application you are describing may be better served by using the UC Manager Call Detal Records facility:
http://developer.cisco.com/web/sxml/docs
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available