Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Requirement:

I have to buy a voice modem that should support Indian format (DTMF) and I should be able to dial a number from a .net Form (that was entered in a textbox).

On receiving a call the application should automatically recognize (caller Id) the number where the call came from.

Can any one plz suggest me the modem and approach?

Thanks,
Mohan
Posted
Comments
Manfred Rudolf Bihy 18-Feb-13 8:54am    
[Moved from non-solution: Original poster was agarwalrishi]
Hi Mohan,

We have a similar requirement for our client. Just wanted to check if you found any solution to your problem.

Please let me know at your earliest.

Thanks,
Rishi

AFAIK, DTMF is standard, not just in India, but pretty much everywhere, and has been for thirty or so years. Any modem you purchase that has been built in the last ten years or so should be fine.

As far as Caller ID goes, Google[^] can help.
 
Share this answer
 
You will need any basic modem that has DTMF dialing (which is basically every modem in existence nowadays), but from a legal standpoint it should be approved for use on the Indian public telephone networks.

The modems usually work fine by simply opening up a serial port to the device and issuing AT commands to them. A very simple mechanism. Likewise, the modem with send Serial messages to a listening app on a serial port when it receives a call.

you maybe also could do with researching TAPI (Telephony API).

I have know idea whose modems are the best or suitable, its been that long since i have used one, but used to use USRobotics (Now owned by 3COM) without any problem.

You could maybe have a read of this and search for similiar things; Managing Dialup connection[^]
 
Share this answer
 
Comments
mohan5k 20-Sep-11 2:11am    
Hi dave,

Actually I have to develop a small application where my client can be able to call/receive the customer call. Similar to the Call center application, whenever a customer calls a client automatically I have to do a db search(if he is a existing customer) and the number that I got from the modem should be displayed automatically in the computer. I thought I can do this job with voice modem.

Please note that my client will be having a simple land line connection.

Plz suggest me any other approach to accomplish this task.

Regards
Mohan
Hi All,

Even I found some web sites..I found that with ADSL Modem we can accomplish the task..Can any one suggest me what Hardware Should I buy.

http://www.tech-faq.com/adsl-modem.html[^]

Regards,
Mohan
 
Share this answer
 
Comments
sammirgal 3-Jul-12 11:48am    
Mohan,
Did you find any modem? I am also working on similar application and looking for voice modem

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900