" /> Preview Dialing - Genesys CTI User Forum

Author Topic: Preview Dialing  (Read 9878 times)

Vivek

  • Guest
Preview Dialing
« on: January 01, 1970, 12:00:00 AM »
Advertisement
Has anyone done preview dialing? I am trying to develop an application which should do preview view dialing.

Marked as best answer by on May 02, 2025, 01:50:08 AM

Vic

  • Guest
Preview Dialing
« Reply #1 on: January 01, 1970, 12:00:00 AM »
  • Undo Best Answer
  • Vivek, what would you like to know?

    IT is relatively easy to make because all you do is react to an event, and request a dial :)

    jjavierv

    • Guest
    Re: Preview Dialing
    « Reply #2 on: January 02, 2008, 10:07:08 PM »
    I have the same question... and another one: how do I request the dial? "PreviewDialingModeStart"???  :-\

    Offline Daimonas

    • Full Member
    • ***
    • Posts: 106
    • Karma: 2
    • There's a fish in every bowl.
    Re: Preview Dialing
    « Reply #3 on: January 03, 2008, 02:05:50 PM »
    Outbound communicates to its clients by user events, in this case your desktop application connected to T-Server would be the client. You would want to configure the agents/DNs,Queues,Campaigns the same way you would configure a normal predictive or progressive campaign.

    Then to set up preview dialing, you would change the "Dialing mode" in Preview either in OCM or CME. When the campaign is started, the desktop clients will receive a user event with all the information to who, what, when and where the call should be dialed.

    Refer to the Oubound Reference manual for futher details on the exact events and attributes you need to attach to complete the dial.

    jjavierv

    • Guest
    Re: Preview Dialing
    « Reply #4 on: January 03, 2008, 03:07:33 PM »
    Ok, thanks, but I get that part... the thing is that when I have a campaign running in PreviewDialing, when I request a record I receive all the attached data, the question is how I tell to begin dialing that customer?

    ???

    Offline cavagnaro

    • Administrator
    • Hero Member
    • *****
    • Posts: 7641
    • Karma: 56330
    Re: Preview Dialing
    « Reply #5 on: January 03, 2008, 03:43:17 PM »
    Just capture the GSW_PHONE and dial it (TLine.TDial), there is no automatic way as agent decides when to dial, that is the basis of Preview dialing mode

    jjavierv

    • Guest
    Re: Preview Dialing
    « Reply #6 on: January 03, 2008, 03:53:15 PM »
    Ok.  Thanks for clearing that up.


    jjavierv

    • Guest
    Re: Preview Dialing
    « Reply #7 on: January 03, 2008, 04:03:29 PM »
    I have another question....

    For example, I Tdial a phonenumber from a requested record using PreviewRequest, the call result will be detected and saved or I have to program that part also?

    ??? ??? ???

    Offline cavagnaro

    • Administrator
    • Hero Member
    • *****
    • Posts: 7641
    • Karma: 56330
    Re: Preview Dialing
    « Reply #8 on: January 03, 2008, 04:22:04 PM »
    The agent will have to save the result, the automatic way only works on Progressive or Predictive dialing methods.

    jjavierv

    • Guest
    Re: Preview Dialing
    « Reply #9 on: January 03, 2008, 05:08:10 PM »
    Now everything is clear.  Thanks  :D

    jjavierv

    • Guest
    Re: Preview Dialing
    « Reply #10 on: January 28, 2008, 07:58:34 PM »
    Another question (just to be sure)... in this Dialing Mode, after I save the Call Result through my application, Treatments will respond as well as they do in Predictive/Progressive Mode?  Or there is anything else?  ??? ???

    Offline cavagnaro

    • Administrator
    • Hero Member
    • *****
    • Posts: 7641
    • Karma: 56330
    Re: Preview Dialing
    « Reply #11 on: January 29, 2008, 12:57:51 AM »
    No nothing else  ;D

    jjavierv

    • Guest
    Re: Preview Dialing
    « Reply #12 on: September 25, 2008, 04:26:51 PM »
    [move]I have a new "Preview Question"!!![/move]

    I was wondering if there is any possibility (or if it is healthy) to send the same attached data back, the same one I receive when I issue a "Preview Record Request", during an established "Tdial" call.

    Why I need that? I am working with a Voice Recording Service that senses the attached data sent by Genesys, and relates it with the VoiceCall Data.  It happens that way with Progressive/Predictive, obviously in Preview this does not happen, so I want to simulate it.

    If there is another suggestion, welcome!

    Offline victor

    • Administrator
    • Hero Member
    • *****
    • Posts: 1419
    • Karma: 18
    Re: Preview Dialing
    « Reply #13 on: September 26, 2008, 02:23:30 AM »
    One liner reply - why would it be bad?