Anyone know how I can tell if a call is a transfer during the TermConnRingingEv event? For example:
A calls B: I get A's name, which is useful and correct.
B presses transfer and enters C's extension: I get B's name, which is useful and correct.
B presses transfer again: Here I get B's name. However, I want A's name instead.
I'm wondering if there's a way to know if TermConnRingingEv is part of a transfer? If it is, I can ignore it and get the right name using the CiscoTransferStartEv instead.
I'm using using CiscoCall.getCurrentCallingPartyDisplayName to get the name of the caller if that make a difference.
Any help at all would be greatly appreciated!
James