" /> Filter not in DMA - Genesys CTI User Forum

Author Topic: Filter not in DMA  (Read 2113 times)

Offline PFCCWA

  • Hero Member
  • *****
  • Posts: 655
  • Karma: -7
Filter not in DMA
« on: June 22, 2016, 10:45:18 AM »
Advertisement
hello,

I have enabled release party option in t-server (Avaya CM) however after creating a filter in statserver (8.1), it is not appearing on DMA.
I am trying to apply it against the Inbound_Calls agent statistic to determine how many calls were released by agent and remotely.

I have created a number of filters using different types but none appear -even after statserver restart :
ReleaseParty1=PairExists(Extensions,"ReleasingParty", "1 Local”)
ReleaseParty2=PairExists(Extensions,"ReleasingParty", "2 Remote”)
ReleaseParty3=PairExists(Extensions,"ReleasingParty", "3 Unknown”)
ReleasePartyLocalv2=PairExists("ReleasingParty","1 Local”)
ReleasePartyLocalv3=PairExist("ReleasingParty","1 Local”)
ReleasePartyv4=PairExists('ReleasingParty','1 Local')

from t-server log:
@15:18:53.9328 [0] 8.1.001.41 distribute_response: message EventReleased
AttributeEventSequenceNumber 0000000000121da7
AttributeTimeinuSecs 932822
AttributeTimeinSecs 1466518733 (15:18:53)
AttributeExtensions [28] 00 01 00 00..
'ReleasingParty' '1 Local'

other filters created are appearing including a new one I set up for a non related KVP.
are these filters valid?

thanks,

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Filter not in DMA
« Reply #1 on: June 22, 2016, 11:17:53 AM »
Your filters seem to be ok, what says StatServer log?

Offline Tambo

  • Sr. Member
  • ****
  • Posts: 456
  • Karma: 5
Re: Filter not in DMA
« Reply #2 on: June 22, 2016, 01:29:04 PM »
did you create it in DMA first?
you need to deactivate it first then you need to select it in there and normally an OOH restart to capture this if memory serves me right

Offline PFCCWA

  • Hero Member
  • *****
  • Posts: 655
  • Karma: -7
Re: Filter not in DMA
« Reply #3 on: June 22, 2016, 01:31:02 PM »
thanks both

was showing a symbol error in statserver logs.
now resolved

Adam G

  • Guest
Re: Filter not in DMA
« Reply #4 on: June 22, 2016, 10:23:28 PM »
ReleasePartyv4=PairExists('ReleasingParty','1 Local')

Should be in double quotes:

ReleasePartyv4=PairExists("ReleasingParty","1 Local")