Hi, I did an analysis of the logs you provided and came to this conclusion: In the scenario where there are no agents available (#1) and call variable 3 gets updated correctly, Caller 1416 -> 1111 -> VG 2900: Original callId=16800318, callVariable3=CC_Code_1_1_PQ, callType=PREROUTE_ACD_IN Agent 1001 answers the call. Agent 1001 does a single step transfer to RP 2752 with no agents available: Consult callId=2130706446, callVariable3=CC_Code_1_2_PQ All calls are dropped for Agent 1001 due to the transfer Agent 1002 goes READY Agent 1002 gets a call. callId=16800319, callVariable3=CC_Code_1_2_PQ, callType=PREROUTE_ACD_IN If you notice, when Agent 1002 goes READY and gets the call with the updated call variable 3, the call id is different than the original and consult call, and the callType is PREROUTE_ACD_IN instead of TRANSFER. It seems like UCCE treats the call to Agent 1002 as a queued call and loses the transfer details. In the scenario where Agent 1002 is available (#2) and call variable 3 doesn't get updated correctly, Agent 1002 goes READY Caller 1416 -> 111 -> VG 2900: callId=16800274, callVariable3=CC_Code_1_3_PQ, callType=PREROUTE_ACD_IN Agent 1001 answers the call. Agent 1001 does a single step transfer to RP 2752 and agent 1002 is available. Consult callId=2130706446, callType=AGENT_INSIDE Original callId=16800274 has callVariable3=CC_Code_1_3_PQ Consult callId=2130706446 has callVariable3=CC_Code_1_2_PQ After the transfer is complete, the original call with id of 16800274 survives. As a result, all of the call variables from that call survives ( callVariable3=CC_Code_1_3_PQ) , callType=TRANSFER If you notice, in this situation, the consult call is the one that gets its call variable 3 updated. Since the original call (almost) always survives, the updated call variable 3 gets lost. UCCE is sending Finesse the events like this, so Finesse is just reading in these events and processing it. There isn't anything Finesse can do in this situation. If it is a problem for you, you have to chase the issue with the UCCE/PCCE team. I have attached my notes (copies of log snippets from the webservices logs) to come to this conclusion. Thanx, Denise
... View more