" /> Real Time Stat from Stat Server. - Genesys CTI User Forum

Author Topic: Real Time Stat from Stat Server.  (Read 7167 times)

DJ

  • Guest
Real Time Stat from Stat Server.
« on: January 01, 1970, 12:00:00 AM »
Advertisement
Hi,
I am looking for a sample source code that directly connects to Statserver and able to get the stat that I want. Or is there any alternative way (other than CCpulse) I can get stat directly from statserver?
I appreciate your input/help.

Regards, DJ.

Marked as best answer by on May 04, 2025, 01:02:24 AM

Fra

  • Guest
Real Time Stat from Stat Server.
« Reply #1 on: January 01, 1970, 12:00:00 AM »
  • Undo Best Answer
  • The only way to gather stats directly from StatServer is to use Statistics SDK.

    DJ

    • Guest
    Real Time Stat from Stat Server.
    « Reply #2 on: January 01, 1970, 12:00:00 AM »
    Thank you for your reply.

    To use Statserver SDK I believe I need to have GIS. Is there any alternative way using Statserver SDK without using GIS?

    Thanks in advance.

    Vic

    • Guest
    Real Time Stat from Stat Server.
    « Reply #3 on: January 01, 1970, 12:00:00 AM »
    Once you get used to GIS it is pretty fun, actually.
    The main complaint I have with it is that:

    1. it is not free
    2. conne\ction tends to disconnect after 30 seconds of being idle (or 90)

    If Genesys is reading this thread, I definitely suggest you consider offering GIS for free.

    DJ

    • Guest
    Real Time Stat from Stat Server.
    « Reply #4 on: January 01, 1970, 12:00:00 AM »
    Thanks for the reply and ideas.

    I solved this problem by doing a custom way.
    Basically I wrote threshold script in CCpulse to send the data to oracle db. Now my client (softphone) is able to get the real time data from database.

    The reason I posted this because in case if anyone want to do in future this might help them. In my way no need to buy GIS license, etc.

    Offline Genecist

    • Newbie
    • *
    • Posts: 27
    • Karma: 0
      • Screen Pop Software
    Re: Real Time Stat from Stat Server.
    « Reply #5 on: August 04, 2006, 01:45:24 PM »
    [quote author=DJ link=topic=1737.msg5511#msg5511 date=0]
    Thanks for the reply and ideas.



    I solved this problem by doing a custom way.

    Basically I wrote threshold script in CCpulse to send the data to oracle db. Now my client (softphone) is able to get the real time data from database.



    The reason I posted this because in case if anyone want to do in future this might help them. In my way no need to buy GIS license, etc.
    [/quote]

    The problem with doing things this way is that when Genesys changes something in a new release of their software, you have to audit all of your custom software and possibly re-tool when you upgrade.  You could get to a point where upgrading to new releases becomes very painful.

    Also, your method will not be supported by Genesys.

    Trust me, the best way to get StatServer information is to use the GIS.  GIS, being a web service server...has all sorts of advantages inherent when using web services...like being able to go across fire walls, etc.

    Offline victor

    • Administrator
    • Hero Member
    • *****
    • Posts: 1419
    • Karma: 18
    Re: Real Time Stat from Stat Server.
    « Reply #6 on: August 07, 2006, 01:47:44 AM »
    Wow, I was re-reading through this thread and thought:

    we do not even know what stats the guy wants to get.  I wonder if there is a much simpler way to do it.

    Quick question:

    1. what stats do you want to see?
    2. do you have URS?

    Vic


    Offline Scottyjohn

    • Jr. Member
    • **
    • Posts: 66
    • Karma: 0
    Re: Real Time Stat from Stat Server.
    « Reply #7 on: August 25, 2006, 11:05:18 AM »
    Hey,
    Can you post the code for the threshold you have written?  Sounds very interesting...  ;D