" /> Display caller's dailed number in CCPulse - Genesys CTI User Forum

Author Topic: Display caller's dailed number in CCPulse  (Read 2714 times)

Offline S2H

  • Jr. Member
  • **
  • Posts: 56
  • Karma: -5
Display caller's dailed number in CCPulse
« on: February 09, 2016, 10:13:43 AM »
Advertisement
Hi,
  I had a requirement to show the caller's dailed number in CCPulse. for e.g If an contact center agent receives a call from the customer, the customer number should be displayed in ccpulse. And, also i analyzed the statserver logs, ANI is showing the customer dailed number. But, how to display it in ccpulse
    And, I searched in the genesys knowledge base and i got this stat.
[UserData_ANI]
Category = CurrentCustomValue
Formula = GetGlobalNumber("ANI",-1)"
MainMask = *
Objects = Agent, Place, GroupAgents, GroupPlaces
Subject = DNAction

But it is not working correctly. So, how to achieve it?

Thanks in advance.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Display caller's dailed number in CCPulse
« Reply #1 on: February 09, 2016, 11:30:59 AM »
Just create new or replace existing view and add the mentioned statistic.

Offline S2H

  • Jr. Member
  • **
  • Posts: 56
  • Karma: -5
Re: Display caller's dailed number in CCPulse
« Reply #2 on: February 09, 2016, 11:41:26 AM »
I have created a view using that stat but the stat is showing a value of 0 always.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Display caller's dailed number in CCPulse
« Reply #3 on: February 09, 2016, 11:42:14 AM »
And the SS logs say what?

Offline hsujdik

  • Hero Member
  • *****
  • Posts: 541
  • Karma: 30
Re: Display caller's dailed number in CCPulse
« Reply #4 on: February 09, 2016, 12:18:10 PM »
Hi, S2H,

The user thmuche has posted this week a very similar topic using CCPulse+ formulas (instead of using StatServer formulas). Me and him were able to get both ANI and DNIS appearing on CCPulse. Refer to this topic: http://www.sggu.com/smf/index.php/topic,9346.0.html

Offline S2H

  • Jr. Member
  • **
  • Posts: 56
  • Karma: -5
Re: Display caller's dailed number in CCPulse
« Reply #5 on: February 09, 2016, 01:51:55 PM »
Thanks a lot... Very useful information