" /> Getting "No call found for the record handle" for predictive transferred calls o - Genesys CTI User Forum

Author Topic: Getting "No call found for the record handle" for predictive transferred calls o  (Read 10126 times)

Offline rajkishor09

  • Newbie
  • *
  • Posts: 40
  • Karma: 0
Advertisement
Hello everyone,

Sorry for late reply, this issue was killing  :'(

Finally I had to change call flow as suggested by FRA. And now flow looks like below.
[list type=decimal]
[li]UpdateCallCompletionStats[/li]
[li]RecordProcessed[/li]
[li]RequestSingleStepTransfer[/li]
[/list]

But If its to another agent then I am not sending "RecordProcessed". In that case sequence is below and other agent is going to send "RecordProcessed" on call finish.

[list type=decimal]
[li]UpdateCallCompletionStats[/li]
[li]RequestSingleStepTransfer[/li]
[li]RequestAgentReady[/li]
[/list]

Do you see any issue with above approach?