After an incoming call, Idle means the call has been ended. So you
could track the state yourself.
Event: Incoming Call
Variable Set: %INCOMING, 1
Event: Phone Idle
DO SOMETHING If Is Set %INCOMING
Variable Clear %INCOMING
I intend to move the Incoming Call state to just Call, where you can
specify Incoming, Outgoing or Both, so this should be easier in the
future (catch it with the exit task of Call).
Pent