" /> RequestQueryAddress for VQ does not work! - Genesys CTI User Forum

Author Topic: RequestQueryAddress for VQ does not work!  (Read 3509 times)

Offline Keith

  • Newbie
  • *
  • Posts: 7
  • Karma: 2
RequestQueryAddress for VQ does not work!
« on: June 25, 2009, 01:52:59 PM »
Advertisement
Hi,

I am trying to use RequestQueryAddress to retrieve the number of calls in a VQ and my sweet dear T-Server (7.6.xxx) fires back this lovely message:

[quote]
equest to 65200(TServer_Pri) message RequestQueryAddress
AttributeReferenceID 89
AttributeAddressInfoType 7 (AddressInfoNumberOfCallsInQueue)
AttributeAddressType 5 (Trunk)
AttributeThisQueue ''
AttributeThisDN 'VqAHD_IPPAN'
..sent to localhost:3004(fd=464)
received from 65200(TServer_Pri)localhost:3004(fd=464) message EventError
(Invalid attribute)
AttributeReferenceID 89
AttributeThisDN 'VqAHD_IPPAN'
AttributeErrorCode 53
AttributeErrorMessage 'ThisDN is virtual'
AttributeTimeinSecs 1245937911 (22:51:51)
AttributeTimeinuSecs 889000
attr_#148 0000000000000e83

[/quote]

I know there MUST be a way to retrieve the number of calls in a VQ either this way otr by using RequesrDistributeUserEvent, but how?!!!!

Please help me before I run out of patience and start throwing bananas at people!!!!! >:(

Offline kubikle

  • Full Member
  • ***
  • Posts: 140
  • Karma: 7
Re: RequestQueryAddress for VQ does not work!
« Reply #1 on: June 28, 2009, 03:15:06 AM »
there is no way to get number of calls in VQ from tserver - it doesn't tracks VQs and doesn't know
these numbers. Either URS (who is real owner of VQs) or statserver need to be used to get this number.
It is possible to get this information inside strategy either CallsWaiting function or asking statistic StatCallsInQueue.
Using statistic is the only way (up to my knowledge) t0 get this info from outside of startegies.