When doing a call replace from a UCMA application 3 records that contain callID information in the LcsCDR databse dialogs table are stored:
first- is the initial call that was captured by the UCMA application
second- is the call established to the new destination
third- is the call that has been transferred (apparently)
I can get hold of the first 2 records using the MessageData variable of the endestablish call method. I need a way to get the third callid from the UCMA application?
each ExternalID is a binary representation of the "callId", "From tag" and "to tag". each call replacement creates 3 similar records in the dialogs table. I can get records 2 and 3 but i can't find a way to get record 1