473,386 Members | 1,606 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

TAPI and VB.NET

Hi,
can any one help me out to develop a vb.net app that support TAPI feature?
reny
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.733 / Virus Database: 487 - Release Date: 8/2/2004
Nov 20 '05 #1
5 2932
Hi,

You can use the speech sdk 5.1 for that.
http://www.microsoft.com/speech/download/sdk51/

Ken
------------------
"Reny J Joseph Thuthikattu" <re**@bxtech.com> wrote in message
news:es**************@TK2MSFTNGP10.phx.gbl...
Hi,
can any one help me out to develop a vb.net app that support TAPI feature?
reny
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.733 / Virus Database: 487 - Release Date: 8/2/2004

Nov 20 '05 #2
KS
As I see it it's only for VB6 and C++ - is that true ?

KS, Denmark

"Ken Tucker [MVP]" <vb***@bellsouth.net> skrev i en meddelelse
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi,

You can use the speech sdk 5.1 for that.
http://www.microsoft.com/speech/download/sdk51/

Ken
------------------
"Reny J Joseph Thuthikattu" <re**@bxtech.com> wrote in message
news:es**************@TK2MSFTNGP10.phx.gbl...
Hi,
can any one help me out to develop a vb.net app that support TAPI feature?
reny
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.733 / Virus Database: 487 - Release Date: 8/2/2004

Nov 20 '05 #3
Hi,

You can use it with vb.net. I have written apps that used its text
to speech functions.

Ken
------------------
"KS" <ke***********************@os.dk> wrote in message
news:ue*************@TK2MSFTNGP12.phx.gbl...
As I see it it's only for VB6 and C++ - is that true ?

KS, Denmark

"Ken Tucker [MVP]" <vb***@bellsouth.net> skrev i en meddelelse
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi,

You can use the speech sdk 5.1 for that.
http://www.microsoft.com/speech/download/sdk51/

Ken
------------------
"Reny J Joseph Thuthikattu" <re**@bxtech.com> wrote in message
news:es**************@TK2MSFTNGP10.phx.gbl...
Hi,
can any one help me out to develop a vb.net app that support TAPI feature?
reny
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.733 / Virus Database: 487 - Release Date: 8/2/2004


Nov 20 '05 #4
KS
I need to react to the call, play a WAV-file, react to the caller pressing
keys.

What shall I have to do that ?

Do you have SIMPLE sample code ?

KS, Denmark

"Ken Tucker [MVP]" <vb***@bellsouth.net> skrev i en meddelelse
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hi,

You can use it with vb.net. I have written apps that used its text to speech functions.

Ken
------------------
"KS" <ke***********************@os.dk> wrote in message
news:ue*************@TK2MSFTNGP12.phx.gbl...
As I see it it's only for VB6 and C++ - is that true ?

KS, Denmark

"Ken Tucker [MVP]" <vb***@bellsouth.net> skrev i en meddelelse
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi,

You can use the speech sdk 5.1 for that.
http://www.microsoft.com/speech/download/sdk51/

Ken
------------------
"Reny J Joseph Thuthikattu" <re**@bxtech.com> wrote in message
news:es**************@TK2MSFTNGP10.phx.gbl...
Hi,
can any one help me out to develop a vb.net app that support TAPI feature? reny
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.733 / Virus Database: 487 - Release Date: 8/2/2004


Nov 20 '05 #5
Hi,

IMO, you are best off using a commercial add-on. The ones that I know of a
COM (ActiveX controls), but will work in .NET. For example, amTAPI
(www.allen-martin-inc.com) and TeleTools (www.exceletel.com). There are
others for Dialogic boards, etc., so depending on what you want to do, and
what hardware you are using, you may want to investigate more. The few
hundred $ that these cost will be paid back in time saved on just the first
day (again, IMO).

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
Nov 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: futureofphp | last post by:
Hi, Just out of curiosity, Can I use TAPI (Telephone API) in PHP. Create an answering machine that can answer calls and respond, also detect DTMF tones using TAPI? I havent heard of such a...
0
by: Damon | last post by:
I am using the following code (primarily wizard created) to dial a phone number on an access form via the on double click event. Application.Run "utility.wlib_AutoDial", stDialStr I want to...
5
by: David | last post by:
Hello. Where can I find some examples of using TAPI in C#? And is there any site or newsgroup for TAPI?
11
by: BizTalk Architect | last post by:
Hello, I am days into this problem and I cant make heads or tails of it. Please post suggestions, I dont care how crazy they sound. Scenario: I have a TAPI C# application. (TAPI 3.0)
1
by: ahmed fat-hi | last post by:
hi every body to make a call using TAPI i do the following: 1- initiate connectiion 2- Select an Address 3- make a call when i make a call i execute the function ITAddress::CreateCall the...
3
by: perspolis | last post by:
Hi all thanks in advance to read my post. I created a TAPI application and in this application I monitor the digits that user enter by phone.. it works well when I call from a phone but it...
7
by: StevenVibert | last post by:
I'm rewriting a C++ TAPI app I wrote a while ago in C#. Everything works fine for the first call. Unfortunately, all subsequent calls are completely ignored by TAPI until I restart the app again....
1
by: Dr.Sameh Ali | last post by:
I am trying to build IVR system using c# . i know that .net wrapper for tapi does not work well. but it seems that many made it work. So my question: Is there any hope to find a working code that...
0
jackb
by: jackb | last post by:
Hi there. Is there any solution such that I could connect to some TAPI access number using TAPI in .NET, and then could send messages? E.g. consider SprintPCS; I could send message to any...
6
by: lgrave | last post by:
Hi all, I'm using PHP to connect to a TAPI phone. To create a call, I do the following (it works fine): $tapi = new COM("TAPI.TAPI.1"); $res = $tapi->Initialize(); $objCollAddresses =...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.