0

On Windows 7 x64, Device Manager detect my modem as HDAUDIO Soft Data Fax Modem with SmartCP, I would like to know if I can connect the landline to my modem port, and when there is a call, grab the phone number?

I need to grab the Phone Number, so it can be used on a software I'm doing.

I want the phone number of the person calling me. I'm using Delphi as my development tool.

HyperTerminal ATZ - OK AT+VCID=1 - OK

2 Answers2

1

This will only work if the caller has CLIP enabled.

Have a look here: http://www.activexperts.com/mmtoolkit/at/commands/?at=%2BCLIP where the describe the AT+CLIP - Calling line identification presentation command. This will most probably work with your modem too.

Marcel
  • 518
0

From This description

6) ATA - This command is used to answer a call. An incoming call is indicated by a message ‘RING’ which is repeated for every ring of the call. When the call ends ‘NO CARRIER’ is displayed on the screen. SYNTAX: ATA(Enter)

As ATA followed by enter key is pressed, incoming call is answered. For example,

RING
RING
ATA

I seem to remember some modems following RING with the incomming telephone number, when caller-id is enabled on the phone-line. For example :

RING 01206821212

X Tian
  • 182