" /> loggedIn function in the Virtual Agent Group script - Genesys CTI User Forum

Author Topic: loggedIn function in the Virtual Agent Group script  (Read 4908 times)

Offline Kishk

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
loggedIn function in the Virtual Agent Group script
« on: October 12, 2008, 02:51:25 PM »
Advertisement
Hi Guys,

I try to use LoggedIn("SwitchName") in the Virtual Agent Group script, but it should work with another function like skillexists, I want to create a group for all agents loggedin the switch. Anyone try somthing like this?
« Last Edit: October 12, 2008, 03:01:38 PM by Kishk »

Offline Dionysis

  • Sr. Member
  • ****
  • Posts: 408
  • Karma: 8
Re: loggedIn function in the Virtual Agent Group script
« Reply #1 on: October 12, 2008, 07:32:22 PM »
The syntax for the Loggedin script is LoggedIn("Queue@Switch").

So just specifying the switch name on it's own is not going to work.

Depending on the number of queues you have you could manually add all the queues into your script individually.  Like this:

LoggedIn("queue1@switch") | LoggedIn("queue2@switch")

:)

Offline sova

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: loggedIn function in the Virtual Agent Group script
« Reply #2 on: November 19, 2008, 07:45:54 AM »
Hi,
I have a problem with LoggedIn.
My script: 
LoggedIn("751957@SIB_A4400")
Switch object SIB_A4400 exists in the configuration,
queue object 751957 exists in the configuration, But VAG empty.

Please help me out in solving this

Offline catanirex

  • Sr. Member
  • ****
  • Posts: 272
  • Karma: 11
Re: loggedIn function in the Virtual Agent Group script
« Reply #3 on: November 19, 2008, 08:41:20 AM »
Hi,

Specifying just the switch name is OK! Be sure that it is the correct name of the Switch object.

script=LoggedIn("Milan")

For me it works fine, configserver 7.6 and StatServer 7.6.000.12


LoggedIn does not work on Multimedia switches - only telephony switches.


Offline jbobinsk

  • Jr. Member
  • **
  • Posts: 87
  • Karma: 1
Re: loggedIn function in the Virtual Agent Group script
« Reply #4 on: November 19, 2008, 10:42:11 AM »
sova - in configuration you'll always see this group empty because configuration server don't react on agent login action. In CCPulse is the same untill you don't prepare report for members.

Regards
jbobinsk

Offline sova

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: loggedIn function in the Virtual Agent Group script
« Reply #5 on: November 20, 2008, 06:49:01 AM »
Thanks.