TAPI issues with event notifications

Sprint

Well-known member
Joined
Feb 3, 2006
Messages
58
Location
Ohio
Programming Experience
5-10
I have a small app that I want to dial out a number, play a wav file, then listen for a reply (either speech recognition or just a sequence of keys bring pressed). So far using TAPI I can place the call but it seems the event for call connected is not firing and I cant figure out why.

Is there a working example of even making a call and getting notification that the call completed successfully? I can't find anything.
 
Last edited:
I am but not quite yet. I make my call, I get the call in progress. The called party answers but I get nothing to notify me that they answered which I thought should be CS_CONNECTED (CALL_STATE Enumeration (Windows)) but it never fires. The remote party then hangs up as they have dead air and I would think that the CS_DISCONNECTED would fire but it doesn't. But if I execute a call.disconnect then the CS_DISCONNECT does fire.

What gives?
 
Back
Top