开发者

Is it possible to detect DTMF tones using C#

开发者 https://www.devze.com 2023-03-04 00:09 出处:网络
I am trying to detect caller id information from telephone line. The caller-id information received is in DTMF tones (not FSK). How can I detect this DTMF tones ? Is Phone and Fax Modem capable of it

I am trying to detect caller id information from telephone line. The caller-id information received is in DTMF tones (not FSK). How can I detect this DTMF tones ? Is Phone and Fax Modem capable of it ? The Phone and Fax Modem is capable 开发者_开发百科of detecting FSK information, but not DTMF information.

Notes: I am using C# language and .NET as developing platform.


Yes, modems are capable of picking up DTMF. This Code Project article should have some clues on how to do it with TAPI:

http://www.codeproject.com/KB/cpp/IVR.aspx

For a more modern c#-ish project, look here:

http://www.codeproject.com/KB/IP/devangpro.aspx


You can try using a TAPI library and detecting DTMF is pretty basic stuff and most of them support it. Check out this library

0

精彩评论

暂无评论...
验证码 换一张
取 消