micropython icon indicating copy to clipboard operation
micropython copied to clipboard

How detect hangup or Rejected after call ?

Open tinamore opened this issue 4 years ago • 2 comments

hi, I am doing a function, Where gprs_a9 will call my phone and i want trigger hangup or Rejected. Trigger bellow not detect hangup or Rejected

cellular.on_call(on_call_handler)

thanks

tinamore avatar Sep 22 '20 17:09 tinamore

the paramiter passed in the call handler will give the caller number once recived the call and when hangup it will return True. you can detecte true by if statment or while etc..

drhisham343 avatar Jun 18 '23 17:06 drhisham343

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

camp-easy avatar Mar 11 '24 21:03 camp-easy