Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: mjparme on September 20, 2012, 03:27:43 PM
-
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)
-
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
-
Why is PeekStatReq requested for EWT? what is the difference in getting EWT from peekstat and normal one?
-
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
-
[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).
-
IVR Server System Administrator’s Guide.
Fra