Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: raza990 on May 17, 2017, 06:38:07 AM
-
Hi All,
we have to make a report to provide data when and who loaded and started the campaign with mode (preview/predictive/progressive). As far as I know there is no such out-of-box report provided by genesys and OCM also do not have audit capability. Then I tried if configuration server audit do have this information but no luck.
I would like to know if you guys ever created such report via genesys feature or any other solution ?
-
Create an alarm for those events at SCS via SCI.
Enviado de meu E6633 usando Tapatalk
-
We need something like report, not alarm notification. And in alarms If I am not mistaken then we do not have user login information like who did the action.
-
Let me re-phrase the requirement.
Report contain;
1) When each campaign were activated
2) Campaign activate in which mode (preview, predictive, progressive)
Is there any such data we have in Genesys ? I checked in Configuration Server Audit but couldn't find the campaign start information. Is this information available in OCM logs ? Or InfoMart have these information ?
-
I see only option by parsing application logs of OCS solution
-
thanks Kubig, so I must say it is not out-of-box information I can take from LOG DB etc, need to create a custom code to monitor log file and pass the string along with time and save somewhere for reporting purpose.
Do Infomart store this information when campaign started and which mode ?
-
I think it should be there, but recommend to check that. In other hand, you should be able to get information about Loading/Unloading through the CommunicationDN.
-
[quote author=Kubig link=topic=10347.msg46997#msg46997 date=1495098229]
I think it should be there, but recommend to check that. In other hand, you should be able to get information about Loading/Unloading through the CommunicationDN.
[/quote]
How from Communication DN ??? Are you talking about SIP logs to monitor communication DN ?
-
No, I mean the communication DN object which is needed for OCS monitoring from CCP+ application
-
Ok, so the data is actually with Stat Server in GSW_STAT_EVENT message in logs and also OCS is informing Stat Server with this information.
Well the easiest way I found (IDK it will work or not ;D) is that configure network logging on OCS app and turn on Config Srv Audit so whenever the campaign started or stopped then trace mode will trigger an event in logs and will be reflect in SCI/GAdmin centralized logs but how much information is there I need to test.
But if Stat Server have this info then might we can be extract by custom reports in InfoMart.