TAPI
-
How can I receive a normal phone call using line H.323? I've done everything included in the code samples, successfully (Dim objTAPI As New TAPI3Lib.TAPI, objTAPI.Initialize(), mobjTAPI.EventFilter = ..., etc.); however, the events are not fired when there is an incomming call. Please help me. :doh:
-
How can I receive a normal phone call using line H.323? I've done everything included in the code samples, successfully (Dim objTAPI As New TAPI3Lib.TAPI, objTAPI.Initialize(), mobjTAPI.EventFilter = ..., etc.); however, the events are not fired when there is an incomming call. Please help me. :doh:
I've never used TAPI or the TAPI library, so I really can't answer your question. But, the first thing anyone is going to ask is do you have a TAPI 3.0 compliant modem and drivers and are the drivers installed for it?? Beyond that, I've got no answers.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
How can I receive a normal phone call using line H.323? I've done everything included in the code samples, successfully (Dim objTAPI As New TAPI3Lib.TAPI, objTAPI.Initialize(), mobjTAPI.EventFilter = ..., etc.); however, the events are not fired when there is an incomming call. Please help me. :doh:
Hi, Using TAPI is bit tricky and hard , but there a wrappers available over it , one of such wrapper is available at the following site http://www.codeplex.com/C4FDevKit[^] Its an open source wrapper , you can also find information regarding it on http://www.microsoft.com/express/samples/c4fdevkit/default.aspx[^] You can use it to recive phone call or to build Instant Voice response System kind of stuff It has worked for me , hope you would also find it helpful
-Regards Bharat Jain bharat.jain.nagpur@gmail.com
-
Hi, Using TAPI is bit tricky and hard , but there a wrappers available over it , one of such wrapper is available at the following site http://www.codeplex.com/C4FDevKit[^] Its an open source wrapper , you can also find information regarding it on http://www.microsoft.com/express/samples/c4fdevkit/default.aspx[^] You can use it to recive phone call or to build Instant Voice response System kind of stuff It has worked for me , hope you would also find it helpful
-Regards Bharat Jain bharat.jain.nagpur@gmail.com
Hi, I'm 100% sure that this wrappers will solve my problem. I'll work on it. Thank you very much! Really appreciate your help. Regards. Antonio Bockh