Click here to Skip to main content
15,905,427 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hey I am working on a small application for food delivery places. When someone calls the place, the software automatically gets the number and stores it in the database. How it is done?
Posted

1 solution

Basically, you need to use TAPI: http://en.wikipedia.org/wiki/Telephony_Application_Programming_Interface[^].

As to .NET development, please see this CodeProject article: TAPI 3.0 Application development using C#.NET[^].

—SA
 
Share this answer
 

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