Check to see if telephone number is active/real [closed]

此生再无相见时 提交于 2019-12-07 06:53:29

Putting aside the legal issues with the "Do Not Call List", the only way to determine if a phone is valid or not is to listen for a Special Information Tones (SIT) that the carrier puts out when the phone is disabled. To automate this you use something called call progress detection or call progress analysis (CPA). You can do this with some IVR systems and the open standard called Call Control XML (CCXML). Voxeo has an IVR platform that has great CPA and you can try it out for free in their hosted environment. Check out their documentation on outbound calling and it will walk you through using CCXML to make outbound calls and detect the SIT tones. One caveat on SIT tones is that some people put anti-soliciting devices on their phones that basically puts out a SIT tone to fool automated systems.

Here is an article that describes how to use an open source project called VoiceModel to develop a proactive notification system in C# and ASP.NET MVC.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!