" /> IVR Driver Development (GLI), question about PeekStatReq - Genesys CTI User Forum

Author Topic: IVR Driver Development (GLI), question about PeekStatReq  (Read 3266 times)

Offline mjparme

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
IVR Driver Development (GLI), question about PeekStatReq
« on: September 20, 2012, 03:27:43 PM »
Advertisement
The doc for the PeekStatReq GLI message suggests that only CurrNumberWaitingCalls and ExpectedWaitTime stats are available via this message. From doc: "The statistics messages enable you to request and receive data on the CurrNumberWaitingCalls and ExpectedWaitTime statistics."

Is this accurate or can you actually request any stat via this message? (assuming it is configured)

Offline Fra

  • Hero Member
  • *****
  • Posts: 856
  • Karma: -3
Re: IVR Driver Development (GLI), question about PeekStatReq
« Reply #1 on: September 21, 2012, 09:02:49 AM »
As far as I know, you can request any stat, as long as their definition exists in Stat Server and the I-Server config contains:

- Statistic name
- obj_id
- obj_type
- server_name
- stat_type
- time_profile
- update_frequency

Fra

Offline Adroit

  • Newbie
  • *
  • Posts: 7
  • Karma: -3
Re: IVR Driver Development (GLI), question about PeekStatReq
« Reply #2 on: September 24, 2012, 09:52:56 AM »
Why is PeekStatReq requested for EWT? what is the difference in getting EWT from peekstat and normal one?

Offline Fra

  • Hero Member
  • *****
  • Posts: 856
  • Karma: -3
Re: IVR Driver Development (GLI), question about PeekStatReq
« Reply #3 on: September 25, 2012, 09:41:28 AM »
I've got it now..
Although in IVR Server you can configure whatever statistic you want, as per my previous message, apparently the only two stats supported are CurrNumberWaitingCalls and ExpectedWaitTime; this is what the SDK 8.0 C and SDK 8.0 XML developer's guides state..

It'd be worth giving a go with another stat, Mjparme, but I guess the IVR Server may reject the request.

Dinesh, PeekStatReq is the name of the request, not of the stat. There's no other 'normal one', the GetStatReq is deprecated.

Fra

Offline mjparme

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: IVR Driver Development (GLI), question about PeekStatReq
« Reply #4 on: September 25, 2012, 05:40:20 PM »
[quote author=Fra link=topic=7438.msg31811#msg31811 date=1348218169]
As far as I know, you can request any stat, as long as their definition exists in Stat Server and the I-Server config contains:

- Statistic name
- obj_id
- obj_type
- server_name
- stat_type
- time_profile
- update_frequency

Fra
[/quote]

This is the first I have read anything about I-Server needing the stat configuration as well. Is there any documentation regarding this configuration? (although it makes sense since stat server wouldn't know what objects to track the stat for unless you told it the object name and type of object).

Offline Fra

  • Hero Member
  • *****
  • Posts: 856
  • Karma: -3
Re: IVR Driver Development (GLI), question about PeekStatReq
« Reply #5 on: September 26, 2012, 08:12:27 AM »
IVR Server System Administrator’s Guide.

Fra