" /> OCS does not recognize my StartPreview command - Genesys CTI User Forum

Author Topic: OCS does not recognize my StartPreview command  (Read 3677 times)

Outbound Reporting

  • Guest
OCS does not recognize my StartPreview command
« on: February 23, 2007, 12:59:56 PM »
Advertisement
Hi,

I am trying to get PreviewDialingModeStart to work, but I am not getting any reply from OCS.
Can someone please look through this log?

[size=8pt]@21:17:06.9060 [0] 7.0.209.40 send_to_client: message EventRegistered
AttributeCustomerID 'Resources'
AttributeTimeinuSecs 906000
AttributeTimeinSecs 1172233026 (21:17:06)
AttributeAgentID 'R001'
AttributeAddressInfoStatus 1
AttributeExtensions [37] 00 02 01 00..
'status' 0
'AgentStatus' 3
AttributeAddressInfoType 8
AttributeReferenceID 21
AttributeAddressType 1
AttributeControlMode 1
AttributeThisDN '6501'
21:17:06.921 Trc 04542 EventRegistered sent to 472 (006d DesktopToolkitX)
21:17:43.718 Trc 04541 RequestDistributeUserEvent received from 472 (006d DesktopToolkitX)
message RequestDistributeUserEvent
AttributeCommunicationDN 'COMDN'
AttributeUserData [207] 00 06 00 00..
'GSW_CAMPAIGN_NAME' 'Campaign'
'GSW_CM_AttrCampaignID' 0
'GSW_CM_AttrOriginAppID' 123
'GSW_CM_AttrTargetAppID' 111
'GSW_APPLICATION_ID' 111
'GSW_AGENT_REQ_TYPE' 'PreviewDialingModeStart'
21:17:43.718 Int 04543 Interaction message "RequestDistributeUserEvent" received from 472 ("DesktopToolkitX")
-- Absent ThisDN, COMDN was used
@21:17:43.7180 [0] 7.0.209.40 send_to_client: message EventACK
AttributeCustomerID 'Resources'
AttributeTimeinuSecs 718000
AttributeTimeinSecs 1172233063 (21:17:43)
AttributeThisDN 'COMDN'
AttributeUserEvent RequestDistributeUserEvent
21:17:43.718 Trc 04542 EventACK sent to 472 (006d DesktopToolkitX)
@21:17:43.7180 [0] 7.0.209.40 distribute_user_event: message EventUserEvent
AttributeCustomerID 'Resources'
AttributeTimeinuSecs 718000
AttributeTimeinSecs 1172233063 (21:17:43)
AttributeThisDN 'COMDN'
AttributeUserData [207] 00 06 00 00..
'GSW_CAMPAIGN_NAME' 'Campaign'
'GSW_CM_AttrCampaignID' 0
'GSW_CM_AttrOriginAppID' 123
'GSW_CM_AttrTargetAppID' 111
'GSW_APPLICATION_ID' 111
'GSW_AGENT_REQ_TYPE' 'PreviewDialingModeStart'
21:17:43.718 Trc 04542 EventUserEvent sent to 436 (0068 OCS)
21:17:43.718 Trc 04542 EventUserEvent sent to 452 (0004 StatServer)
[/size]

What is wrong? I am expecting an Ack to this request, but it is quiet as silence of the lambs  :-\...


Offline Fra

  • Hero Member
  • *****
  • Posts: 856
  • Karma: -3
Re: OCS does not recognize my StartPreview command
« Reply #1 on: February 23, 2007, 01:48:48 PM »
AttributeThisDN is missing..

Marked as best answer by on Today at 11:35:07 AM

Offline victor

  • Administrator
  • Hero Member
  • *****
  • Posts: 1419
  • Karma: 18
Re: OCS does not recognize my StartPreview command
« Reply #2 on: February 23, 2007, 02:50:55 PM »
  • Undo Best Answer
  • Ok,


    From what I am seeing in your logs, your OCS does not recognize your agent as someone who belongs to an outbound group., because if it did, you would get EventUserInfo sent to your agent from OCS which would inform the agent of GSW_APPLICATION_ID, CAMPAIGN and other parameters you will need to talk to OCS.

    I also think you are a little bit confused when to use ComDN API and when not to use it.

    Let's NOT use it, since it will make your life easier.

    1. Get rid of all _CM_ related commands.
    2. Make sure that 6501 has place assigned to it
    3. Make sure that 111 is the right application id
    4. Make sure that agent belongs to the group (agent group) that is assigned to the outbound campaign
    5. Make sure that ThisDN is not COMDN but your agent's DN. Just use the same extension as you would use to receive and make calls when you issue this command. Cances are, COMDN is not your Extension DN, is it?  :P
    chances are it is (2), (3) or (4)

    If it still did not help, please dump OCS  log starting from login.

    Best regards,
    Vic




    « Last Edit: February 23, 2007, 02:53:44 PM by victor »