Hi all,
I want to know the last event in log ; in other words , when I use this code below :
telephone.incoming_call() # waits for an incoming call
telephone.call_state(handle_call)
it calls the handle_call function when there is (Answering - Missed - Dialing - Ringing) events , and I need to know what is the last event (Missed - Out - In) , how can we do that ??
many thanks in advance.