Genesys CTI User Forum
Genesys CTI User Forum => Genesys-related Development => Topic started by: dsanchez on December 13, 2007, 07:48:02 PM
-
Hi my name is Damian. I need to show statisticts about Quee, group of agents and agents in real time. Exist any database where i get this data on real time, my database is oracle 9i. I have voice interations. Statserver 7.2, DBconfig 7.5, datasource 7.2.
thanks a lot for your help.
-
Maybe your English is not that good? Anyways, any reason why you can't use CCPulse? There is a module where you can pull CCPulse like stats and put it on the web, so it would be like a dashboard.
Alternatively, you can turn on the stat tables within stat-server and write to your oracle database. Then create a dashboard to pull the agent data from this. These tables collected data such as when agents login/change work modes, logout. They also include the queue information you are looking for.
Cheers
-
Hi,
QuestServer right now shows number of calls entered, number of calls abandoned, number of calls in queue and number of call diverted. Lately, we have added basic agent status functionality as well.
I am not very strong with creating complex statistics; however, what stats did you have in mind?
Daimonas: I did not know about Web interface for CCP. What exactly is it?
Best regards,
Vic
-
Vic: Its something I ran across a few years back, played around with it and basically you configure your template and workspace simular to how you set it up in CCPulse, but instead of using the nice GUI interface, you have to code it into the web page.
When it loads, you have the same pie, graphs, row data as you would see in CCPulse, so basically its a web extension.
-
Hi Daimonas,
how can I get the values from CCPulse to be shown on webpage? Is there any existing code to perform this? Thank you.
br
martin
[quote author=Daimonas link=topic=2654.msg10480#msg10480 date=1197899637]
Vic: Its something I ran across a few years back, played around with it and basically you configure your template and workspace simular to how you set it up in CCPulse, but instead of using the nice GUI interface, you have to code it into the web page.
When it loads, you have the same pie, graphs, row data as you would see in CCPulse, so basically its a web extension.
[/quote]
-
I have put a threshold script and action script to save the data in db as follows.
Create a thereshold script:
if Threshold.StatValue >= 0 then
On Error Resume Next
Connection_String = Microsoft ODBC for Oracle};SERVER=csr_data;UID=<db password>;PWD=<password>;
Skill_Name="ELIG_ACD_Phone"
Set conn = CreateObject("ADODB.Connection")
conn.Open Connection_String
set rs = CreateObject("adodb.recordset")
sql2="update ford_service_level set service_level='"&Threshold.StatValue&"' where skill_name='"&Skill_Name&"'"
rs = conn.Execute(sql2)
Set rs = nothing
conn.close
set conn = nothing
Threshold.Result = true
end if
you need a action script with the following:
CCPulseNotifier.Show
-
Anyone knows what does the WallBoard connector allows us to do? I would like to build an application that shows the stats on a LED wallboard, not a TV, or similar.
Thanks
-
Oh boy, this is something that is beyond me. Will the licensing be the same for LED board as it is for fullblown TV board?
What are you using for LED board and the card/software?
-
Yes, that is my main question. I'd like to use our Alcatel Wallboards, on that side I'm studying how does our software uses it.
About the license, are you saying if I develop an application to be shown in a TV I need that license??
-
Hi guys,
my opinion is that the license "Wallboard connector" doesn't distinguish type of technology (wallboard, TV etc.) used to display data but about what type of data are collected and how these are displayed. First limitation is that it isn't allowed to broadcast statistical data directly to agent desktop. The second one I'm not 100% sure about is that it isn't allowed to monitor particular agents and display statistics related to these. Only summary data for objects like agent group or queue could be collected and displayed.
R.
-
I believe the wallboard licensing is purely a commercial license and it is licensed per 'run-time'.
-
I'm asking a Genesys guy what does this license provides exactly...will let you know.
I also believe it is another commercial one only.
-
Hi Cav,
It's commercial license but technical license is required in case of using Statistics SDK Web Services (= GIS).
R.