" /> Agent state change From strategy - Genesys CTI User Forum

Author Topic: Agent state change From strategy  (Read 12840 times)

Offline olol

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: Agent state change From strategy
« Reply #15 on: June 30, 2009, 05:41:58 PM »
Advertisement
Hi,
you need the DN of your agent into a variable "varMyDn": extract it from the naming, or as suggested before, from database.

Then you can use the following function in your strategy :
SendRequest[RequestAgentNotReady,Cat['thisdn:',varMyDn,'|16:4,|17.','ReasonKey',':','ReasonCode']]
+