Thread: Call trigger
View Single Post
Old October 20th, 2004, 04:58 PM   #6 (permalink)
corhavelaar
PBXtech SILVER 25+ posts
 
Join Date: Aug 2004
Posts: 81
corhavelaar is on a distinguished road
Re: Call trigger

Using SMDR for the function you mention is not an option. SMDR information will only be available after disconnecting the call.
I suggest to use the free Tapi driver for each user.
Write your software in a Server/client way and let the client software communicate with the Tapi driver were the information you need is available and then collect data from the server to display on the screen of the client.
I've done this before and is not that hard to do, programming in VB is more difficult with TAPI as with C++ or C#.
Also you can purchase a TAPI Link Pro license and let the server do all communication with the IP Office.

I've added a sample VB Tapi project i found on the web and found it usefull for me, maybe it will help you out.
Good Luck
Attached Files
File Type: zip Een.zip (63.6 KB, 28 views)
corhavelaar is offline   Reply With Quote