I
am developing a telemarketting application in asp.net...In this I need
to connect a phone to my computer and I should be able to generate
digit dynamically whichever is pressed on the phone and i should be
able to save the dialled number in the back end table...
Please help me out in getting the idea about this .........
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Daniel Van Der WerkenPosted Sep 2, 2009, 3:59 PM
http://msdn.microsoft.com/en-us/library/ms734273(VS.85).aspx
You will likely either COM-Interop the DLL or Platform Invoke it's usage.