" /> Do can I extract target information from a Selection Block using IRD 7.5 ? - Genesys CTI User Forum

Author Topic: Do can I extract target information from a Selection Block using IRD 7.5 ?  (Read 2888 times)

Offline Gef Buneri

  • Sr. Member
  • ****
  • Posts: 373
  • Karma: 0
  • Madness is just a point of view.
Advertisement
Hi all,
someone knows if I can extract informations about the target from a selection block ? Usually I can extract them from a SelectDN target method with GetStringKey['dn',VAR0001], GetStringKey['station',VAR0001], GetStringKey['place',VAR0001], etc, etc. but don't know how to obtain same informations from a Selection Block configured to point at a target.


Any tips ?


Regards,


Gef.

Offline kubikle

  • Full Member
  • ***
  • Posts: 140
  • Karma: 7
Re: Do can I extract target information from a Selection Block using IRD 7.5 ?
« Reply #1 on: December 19, 2011, 07:27:14 PM »
Just the same information not poosible (only subset of data about selected tart is available). Also when you access it the call will be in postrouting phase..
Information about the selected target in postrouting phase can be accessed with TargetSelected[], TargetObjectSelected[] and TargetComponentSelected[]  functions.

Offline Gef Buneri

  • Sr. Member
  • ****
  • Posts: 373
  • Karma: 0
  • Madness is just a point of view.
Re: Do can I extract target information from a Selection Block using IRD 7.5 ?
« Reply #2 on: December 20, 2011, 09:46:12 AM »
Thanx Kubikle, I'll try this functions and I'll let you know the result.


Regards,


Gef.

Offline Gef Buneri

  • Sr. Member
  • ****
  • Posts: 373
  • Karma: 0
  • Madness is just a point of view.
Re: Do can I extract target information from a Selection Block using IRD 7.5 ?
« Reply #3 on: December 20, 2011, 10:27:48 AM »
Great ! Was exactly what I needed.

In my configuration:

TargetComponentSelected[] - Gives back Agent Login (string)
TargetObjectSelected[] - Gives back Agent Group (string)
TargetSelected[] - Gives back Extension (string)


Great help here.


Wish you good things,


Gef.