" /> Outbound: Extra code on record reject - Genesys CTI User Forum

Author Topic: Outbound: Extra code on record reject  (Read 2406 times)

Luk

  • Guest
Outbound: Extra code on record reject
« on: August 25, 2008, 09:53:44 PM »
Advertisement
Hello all,

The following questions concern Outbound dialing in Preview mode and the use of AIL (java).
Is it possible to know (using AIL) when an agent has rejected a record? Which events, status indicate this situation?

Do the following code snippets point in the right direction:
[code]Interaction.Status.NEW.equals(event.getStatus())
InteractionEvent.EventReason.RETRIEVED.equals(event.getEventReason())[/code]

From the documentation I found, it is not clear to me what these represent.

Thanks in advance!