Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi There. Can some one help me on this. I want to develop a system so that when the caller calls my number, the call is forwarded to my PC Apllication which then should be able to extract the calling number, compares with the ones in the database and display related record details. My Application should also be able to make calls via some modem.

Kind assist on what i need to get started. Programming wise, am good (C# and C++)!
Posted
Comments
Code-o-mat 15-May-12 6:35am    
Just a suggestion: you might try downloading Float's mobile agent ( http://fma.sourceforge.net/index2.htm ), the sources are -i believe- available, if you are good at programming as you said, you could try studying it to see how it works. It's written in borland Delphi though...
chaiwa 15-May-12 7:08am    
Thank you for your advice. What i realy need is not application to enbale to connect to the PC and manage or use my phone on the pc, but a development environment/tools that can enable me hook my app with a telephone modem and be able to redirect my calls to my computer application. If fma can enbale me do this, then i will be more than happy.

Thanks..
Code-o-mat 15-May-12 7:14am    
Check out Windows TAPI ( http://msdn.microsoft.com/en-us/library/windows/desktop/ms734257%28v=vs.85%29.aspx ), could that help you?
chaiwa 15-May-12 7:28am    
Great Stuff! It looks to have what i am looking for. Do you have experience developing similar systems???


Thanks....
Code-o-mat 15-May-12 7:31am    
Nope, sorry, never used it, i just remembered it exists. I will add this as a solution so others can easily find it.

1 solution

Microsoft's Telephony API[^] might have what you are looking for.
 
Share this answer
 
v2

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