How to receive a call from GSM Modem

为君一笑 提交于 2019-12-08 04:42:58

问题


I am fairly new to this area so it might look silly but I have a gsm modem connected to my pc through usb port. If somebody calls that number i need to pick it up and transfer to my headset. Is it possible? Any ideas.


回答1:


Yes obviously its possible use AT Commands

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

try it works fine.




回答2:


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

You can also know the number of person calling you (i.e. Caller ID) by executing AT+CLCC

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



来源:https://stackoverflow.com/questions/6829453/how-to-receive-a-call-from-gsm-modem

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!