Modem Programming
-
I want to write an app that will answer incoming calls and listen for the tones of the caller pressing buttons and do different tasks. Playing a "Press 1 for..." message would be nice also. My question is where to start. Are there classes/libraries out there that would give me a good base? If anyone has done this or knows where I can start please let me know. Thanks, Jack To an optimist the glass is half full. To a pessimist the glass is half empty. To a programmer the glass is twice as big as it needs to be.
-
I want to write an app that will answer incoming calls and listen for the tones of the caller pressing buttons and do different tasks. Playing a "Press 1 for..." message would be nice also. My question is where to start. Are there classes/libraries out there that would give me a good base? If anyone has done this or knows where I can start please let me know. Thanks, Jack To an optimist the glass is half full. To a pessimist the glass is half empty. To a programmer the glass is twice as big as it needs to be.
Look at TAPI functions, for example
lineGatherDigits
. As my daughter would say, "... Whatever!"