I'm making a voice call via CTelephony. Everything goes well, except I'd like to find out if the call has been diverted.
I know the phone knows, since a "Diverted" message box pops up, but there is no way I know of to detect it programmatically.
I've used CTelephony::NotifyChange(EVoiceLineStatusChange), but it gives no indication of the divert.
Even if getting this information isn't possible, I'd like to be sure of it.






