TAPI And Voice Modems?

Jul 27, 2010

I have a modem that CLAIMS to be voice, i still can not get it to do what I want.

1) The modem dials and makes my phone ring, when I pick it up the program does not reconize the event. I have to physically click on button that says Talk. Then my CallStateChanged fires.

2)My other issue is that I can not get any sound to come over the line. I essentially have a wav file that play nicelys on the computer but the modem is not picking it up. Is there some way that I can test the modem to be voice?

View 2 Replies


ADVERTISEMENT

What Type Of Voice Modem Should Buy For A TAPI Program

Jul 29, 2010

I have been working on a tapi program that will play a wav file over a tapi phone line. I am look for a GOOD quality voice modem. Any suggestions. The one I am working on is really poor for this project. Things I am looking for.....

[Code]...

View 1 Replies

Unlock With Voice - Program That Can Compare Voices To Stored Voice Files And Identify People

Mar 25, 2009

I have a voice program that can compare voices to stored voice files and identify people based on that. It's not the most accurate thing, since being sick or other weird things can make it fail, but it does work for the most part. I was wondering if there was a way to keep the voice recognition running during an unlock and wait for the person who locked it to come back. Upon giving the command and voice verification, if it passes, the computer is unlocked by my program. Is there anyway to do this in VB.NET?Summary: Can a program unlock a computer after it's locked?

View 4 Replies

VS 2008 Broadcast / Specific (one Person) A Live Voice Over A Tcp Connection For Voice Chat Room?

Feb 25, 2010

How would i broadcast/specific(one person) a live voice over a tcp connection for my voice chat room im making.

View 1 Replies

VS 2008 RASDialer - Detect Modems

Dec 1, 2011

can anyone give me a sample on how to make in vb.net a Dialup Network Connection (DUN) i tried google, it gives me RASDialer w/c is kinda >.< basically.what i wanted to implement first is to detect Modems... coz we have a 3G sticks here where we can connect to the net. after detecting the modem. then it will dial it. even without having the panel or dashboard of our modem stick.

View 1 Replies

VS 2010 Apllication Send SMS Through GSM Modems - Upgrade

Sep 16, 2010

I have one about one apllication send SMS trough GSM modems. The application works fine, and without problems. The questions now, is: - I use Huawey E220, to send the SMS, with AT commands. Now, I wanna migrate for better hardware, and try use another GSM Modem. In this case, I was try with Siemens M20 Terminal. But, with this kind of equipment the applicatiosn doesn't work. It was necessary some extra code for establish communication?

View 3 Replies

Good / Updated Tapi Sdk?

Aug 12, 2010

Does anyone know if Visual Studio 2010 has a good/Updated Tapi sdk? Or Does any one know where I can get a Tapi Sdk that is in .Net format?

View 1 Replies

Playing Sound Using Tapi?

Jan 13, 2008

Im developing a TAPI Applicationi had many problems with Acepting the call and detecting DTMF tones, but now these problems are solved,,, now the problem im facing is to play a wave file to the user who is on the phone...... Is there anyone who can gimme code or tel me how to do this in Vb.net

View 5 Replies

Raising TAPI Events?

Jul 26, 2010

I have a TAPI program that is very similar to [URL] I have a delegate ...

Delegate
Sub TapiEventCallback(ByVal
dwMessage As TapiEvent,
ByVal dwParam1

[code].....

From my program TAPI will call the number. My problem is that its not raising any events. I really need CallStateChange. I raised it from address and moved it up to my TAPI Manager. I put break points everywhere and I can not get anything to raise.

View 1 Replies

Getting Multiple TAPI Addresses For Extension?

Mar 22, 2010

We have a VB.NET application that is using the TAPI3Lib.dll. At this one site we can multiple addresses for the same Phone extension. For example for extension 149 we are getting Extension 149 - Address # where # is 0 thru 208. Is there a way to just get "Extension 149"? Have downloaded some free utilities and they only show "Extension 149".Below is the same of code:

Code
Dim AddressCollection As ITCollection = coTAPI.Addresses()
For Each loAddress As ITAddress In AddressCol

[code]....

View 2 Replies

Play A Wav Using TAPI Over The Phone Line?

May 27, 2012

I have problems by paying a wav through the phone line could somebody help me I use getLineID to get the id device for the wav/out but my wav steel plays over the sound card

View 1 Replies

TAPI Application Not Receiving All Events?

Sep 8, 2009

I'm writting what I thought would be a fairly simple TAPI program in VB.Net 2008 SP1 using the TAPI3Lib.dll. It is supposed to dial out a number and once connected play a wav file then wait for digit input. I got through the dialing but it seems I never get the CS_CONNECTED event letting me know the line was picked up. All I get is CS_INPROGRESS then the call is placed and a CS_DISSCONNECTED if I call the call.disconnect method.

I've double checked my registering for events and my event filter and they both check out (otherwise I wouldn't get the two call states I do get). Is there anything else I'm missing or is this normal? I'm calling out with a Conexant HDA D330 MDC V.92 Modem. The call is correctly placed, my phone rings and I answer it. The call state never changes to connected. If I hang up my phone you hear me hang up through the modem and you then hear a dial tone since the modem in the computer hasn't hung up.

View 4 Replies

Use Tapi To Check A Modem Is Busy?

Mar 22, 2010

I am trying to determine if a modem is busy. I have tried using serial ports which from what i can see just tells me that something is tied to a port or not. It does not tell me if the modem is busy.

My overall question is How do can I determine if a modem is busy? For an added bonus, also is there a way to tell what device is using a particullar port?

View 1 Replies

Unable To Find Much Info Regarding Coding For TAPI?

May 17, 2011

I'm looking at writing a application that interfaces with TAPI via the samsung open TSP. The problem I'm having is that after a few days research I am unable to find much info regarding coding for TAPI. There also appears to be alot of contradicting information out there too...

Has anyone got any pointers, examples or sources that I can start looking through??

View 1 Replies

Why Things Not Refresh Every Time (tapi Interface)

Apr 3, 2009

as I am working on my latest app (tapi interface) I have noticed that things on the form do not always refresh. I am at a loss to explain it. So, in VB.net I have a form with 1 listview, 2 textboxes, 2 labels

[Code]...

View 2 Replies

C# - Using Tapi To Monitor Multiple Phones And Dial Or Hangup

Jan 8, 2010

I have with a good level of success got a C# application to use TAPI to connect to my office PBX and dial and hangup calls but need to go further and be able to monitor activity and provide CTI to client pc's as well as integration back to my companies web based CRM.

I am focusing on the client app for CTI popups and dial/hangup functions as the phone number lookup to the CRM is relatively easy.

I initially started by registering one handset in the tapi that I could then dial and hangup, I even seem to have registered all the handsets on the system and to be able to dial from any of them but I don't seem to be able to get any activity logs as to when any of the handsets are ringing etc.

Does anyone have any example tapi code that can get me started or point me in the right direction? I can work with C++, C# or VB.Net as I am okay with any of them.

View 1 Replies

Communications :: Record A Voice From Mic?

Jul 31, 2010

How can i record voice directly from mic

so i want to have a record button when the user clicks it the system will start recording from the mic. and once the user finish recording then save it in a mp3 format file

View 1 Replies

Dialing A Voice Modem?

Oct 2, 2010

I need to develop a simple application. That is, with a click of a button, it will call a telephone number through a voice modem.I'm using MS Visual Basic 2010 Express Edition.I refer to this link : [URL]I tried it, by changing phone number and my COM port. I added System as reference too.Unfortunately, it's not doing any good.

View 7 Replies

Get App To Recognize My Voice After I Name It Pookie?

Aug 9, 2009

i would like to be able to type a complete word, and if that word is in my list of sound wav's, then to play that wav.. basically, i need it to find the space before the word and the space after, so when i press the spacebar, it will only try to locate the last word in between those spaces, and if the word is tru , then it would say tru , if i type in tru jade, it would say tru . . then say jade .also, if possible, to pick up the first typed word also, which would not contain the space before it.. how to get my app to recognize my voice after i name it pookie ,so when i say " pookie, load vb ", it would say, " sure tru jade, you are the best, of course i wil l " and shut down my p.c.

the loading of the app should not be a problem for me.just getting my app to listen for pookie, and a command..links are also welcomed to other good pookie sites..

View 1 Replies

How To Implement Voice Control

Apr 1, 2009

im planing to do some kind of program to suport me, using my voice.

would be better if theres something arroud i could use or else im gonna try to do it myself.

im having some issues with my right hand, which i wont be able to use for some time.

its there any kind of guide of how use voice control? i mean the basics at least.

View 3 Replies

How To Make Voice Command App

Aug 12, 2011

How can I make voice command app??

View 1 Replies

Record A Voice Call

Feb 19, 2010

I have an application where in tcp/ip voice communication will takes place. When voice call is going on, I need to record that voice call in my application. How can I do that? I need to record that call in any better audio format and save into the pc.

View 1 Replies

Record Voice From Telphone To PC

Mar 9, 2012

I want to ask you a question. Can you tell me how can i record a call from my phone to my PC? What method should i adopt? Should my telephone is is connected to my PC through a wire?All is Well

View 4 Replies

Record Voice From Telphone To PC?

Mar 8, 2012

I want to ask you a question.Can you tell me how can i record a call from my phone to my PC?What method should i adopt? Should my telephone is is connected to my PC through a wire?

View 4 Replies

System.Speech Has No Voice?

Jan 21, 2012

Just toying with text to speech am getting no sound.

Try
Dim synth As New SpeechSynthesizer
synth.Speak(TextBox1.Text.ToString)
Catch ex As Exception[code......

View 2 Replies

Voice Chat Program In .net?

Mar 18, 2009

Voice Chat program in vb.net

View 1 Replies

Voice Conferencing On The Web Pages

Aug 18, 2010

i need to have Voice Conferencing on the web pages through internet with asp.net(c#).i found some voice chat application. but i couldn't convert it to web (it leads into error).

View 1 Replies

Voice Recognition In .NET With SAPI 5.1?

Apr 7, 2012

I want to incorporate Voice Recognition in my program using SAPI 5.1. So I looked for a tutorial and found this:[URL]..I downloaded the SDK and I can't seem to find a .dll file to include in my program for the SpeechLib. Am I missing something?

View 4 Replies

Voice Recognition System Using .net?

Mar 11, 2010

voice recognition system using .net

View 1 Replies

Voices For Voice Synthesizer

Dec 1, 2010

i am a student studying A level computing and i am making a quiz program. part of this quiz program is that i want it to be able to speak the question and the selection of answers.at school this works fine using the code [code] however at home i dont have the voice vw kate only Microsoft anna. at school they have windows xp profesional 32 bit and at home i have windows ultimate 64 bit..i am using visual basic express addition 2008 as this is what they have at school and 2010 is not compatible..is there any way of getting vw kate and any other voices.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved