My client run the same campaigns in predictive and preview modes, depending on the available amounts of data, and team size etc. I need to be able to differentiate on a CSR level between their Preview, Progressive and Predictive outbound calls (via filters most likely). Is there a way to do this? I know that the GSW_DIAL_MODE attr gives this, but it is not attached to calls, so I don’t get it on the agent level
I was under impression that you receive this in UserEvents from ComDN - are you sure you are not getting it?
Also, remember how you can specify which fields from the list you want to be attached? You can do it that way too.
And there is no info about campaign mode or dial mode…
However, you do get the necessary info sent to you through COM_DN:
9:16:13.054 Trc 04541 RequestDistributeUserEvent received from 516 (0692 OCS)
message RequestDistributeUserEvent
AttributeCommunicationDN ‘COMDN’
AttributeUserData [361] 00 0F 01 00..
‘GSW_STAT_EVENT’ 14
‘GSW_CAMPAIGN_DBID’ 106
‘GSW_CALL_LIST_DBID’ 5361
‘GSW_GROUP_DBID’ 108
‘GSW_AGENT_DBID’ 0
‘GSW_CALL_RESULT’ 7
‘GSW_CAMPAIGN_COMPLETE’ 1676
‘GSW_LIST_COMPLETE’ 1662
‘GSW_PORTS’ 0
‘GSW_DIAL_MODE’ 3
‘GSW_APLICATION_ID’ 119
‘GSW_CALLBACK_TYPE’ 0
‘GSW_SCHED_REC_NUM’ 0
‘GSW_DIALS’ 38
‘GSW_CONTACTS’ 16
I guess you can always track that from softphone by connecting to the com_dn… Obviously, there must be a better way than this, and I am not just seeing it.
Hi Victor,
I don’t think this actually does fix it. I’ve made a change to the desktop and registered the COMDN, but those pieces of attached data only seem to be attached on the UserEvents - I need them attached during stages of the call, such as EventEstablished in order to be able to report on them in CCA and filter on the OutboundCall stat. So I’m thinking I will just attach the relevant data - GSW_CAMPAIGN_NAME and GSW_DIAL_MODE myself when the desktop receives an EventEstablished for a Preview dial, and then filter on that data? What do you think, or are you sure the COMDN method should work?
Cheers,
hynsey