pulkin / micropython

MicroPython implementation on Ai-Thinker GPRS module A9 (RDA8955)
https://micropython.org
MIT License
103 stars 30 forks source link

How can I answer Incoming calls? #122

Open drhisham343 opened 1 year ago

drhisham343 commented 1 year ago

I didnt find any functions to deal with incoming calls, or I dropped somthing?

pulkin commented 1 year ago

cellular.on_call(fn)

drhisham343 commented 1 year ago

Thank you very much

drhisham343 commented 1 year ago

cellular.dial(False) hangup the line what if I want to to accept the call?

pulkin commented 1 year ago

That was not implemented.

drhisham343 commented 1 year ago

AT command has this function ATA

ens4dz commented 1 year ago

https://github.com/pulkin/micropython/issues/43

iotmj commented 9 months ago

How i can answer incoming calls, can you share code with example.py please.

camp-easy commented 3 months ago

Hello, is it possible to make a call from the A9G? i can't find a code to do it...Thank you in advance for the support