How to get a call from a GSM modem

I am new to this area, so it may seem silly, but I have a gsm modem connected to my computer via a USB port. If someone calls this number, I need to pick it up and transfer it to my headset. Is it possible? Any ideas.

+1
source share
2 answers

Yes, obviously its possible use of AT commands

http://www.owen.ru/uploads/re_pm01_list_command.pdf

try it, it works great.

0
source

As @arun kumar non ascii mentioned, you can answer the call using ATA.

You can also find out the number of people calling you (e.g. Caller ID) by doing AT + CLCC

You can also configure the modem to answer the call automatically using ATS0=<n> , where <n> is the number of rings after which the modem should automatically answer the call.

0
source

All Articles