I'm looking for a little help with modem communications. I'm trying to get a .wav file to play through a modem. What I've got is a program that has a couple buttons on it. You enter a phone number or numbers into the text box at the top, click the 'dial next' button, and the modem dials the first number in the list. Once it's connected, you click one of the next 3 buttons to play a .wav file over the modem. The connecting part works fine, but playing the .wav has been giving me a headache all day. I don't know what to do with this thing.

I'm lost. I need a little direction here so I can try to figure out where to go with this. Anyone with a little knowledge and experience, please point me in the right direction.

This program is being developed for work, as we play with VoIP phone systems all day, and make a ton of test calls to make sure they have 2 way Audio, connect to the right numbers, etc. It sure would make life a ton easier if I could figure this thing out.

Any ideas you have, send them over, even if you think they're stupid. Rest assured, I've tried more ignorant ideas on this project than you can shake a stick at, so you can't possibly come up with a bad suggestion if you try.

Thanks in advance for your help.

Mike

Recommended Answers

All 3 Replies

Maybe you are looking for AT commands. Have a look at FAQ.

Don't need AT commands. I've been through the whole list of those. Apparently, I need to figure out how to do this through TAPI, or find a third party that supplies libraries that can handle what I'm wanting to do. You'd think with everything you can do in c# it would be a matter of something like

com.Play(string Soundfile, string OutputMethod, int Delay, bool Repeat);

Now why the heck can't it just be that easy?

Mike

I think this codeproject article might help you to solve your problem.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.