Navigate touch-tone menus via modem
Posted
by
Kongress
on Stack Overflow
See other posts from Stack Overflow
or by Kongress
Published on 2011-03-08T13:41:28Z
Indexed on
2011/03/08
16:10 UTC
Read the original article
Hit count: 419
I have a system that I need to programmatically interface with that requires a set of numbers to be dialed after the phone line is picked up, like a standard automated phone answering system. For instance, dial the number 123-456-7890, wait for the line to be answered, wait 15 seconds for the voice prompt, dial 1234#, hang up.
The question is, can I and how do I do that through a modem? I know how to dial a number through a modem, it's simply ATDT[phone number], but that will attempt to initiate a data connection which will not allow touch-tone number entry. Would a voice modem provide the necessary capability? If so, could anyone provide example commands to accomplish this?
© Stack Overflow or respective owner