micropython
micropython copied to clipboard
How detect hangup or Rejected after call ?
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
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..
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