Jump to: navigation, search
(Required configuration in Genesys Administrator)
(Configuring an alternate number for Outbound Preview Mode)
Line 29: Line 29:
 
*[[Outbound#outbound-callback.ringing-bell|outbound-callback.ringing-bell]]: Specifies the outbound callback ringing sound configuration string of a scheduled callback pushed to the agent as a preview.
 
*[[Outbound#outbound-callback.ringing-bell|outbound-callback.ringing-bell]]: Specifies the outbound callback ringing sound configuration string of a scheduled callback pushed to the agent as a preview.
 
*[[Outbound#outbound.preview.max-simultaneous-preview-record|outbound.preview.max-simultaneous-preview-record]]: Specifies the maximum number of simultaneous Outbound Preview records an agent can view in the interaction window. A 0 or a negative value indicates no limit.
 
*[[Outbound#outbound.preview.max-simultaneous-preview-record|outbound.preview.max-simultaneous-preview-record]]: Specifies the maximum number of simultaneous Outbound Preview records an agent can view in the interaction window. A 0 or a negative value indicates no limit.
 
== Configuring an alternate number for Outbound Preview Mode==
 
 
You can now configure an alternate dialing number for an Outbound call that has a <tt>NoAnswer</tt> or <tt>Busy</tt> result, or some other result than <tt>Answered</tt>.
 
 
To enable this functionality, you must create a new Treatment object in the Outbound Contact Server (OCS) application in the Genesys Configuration layer. The Treatment object specifies that the next number in the dialing chain for the contact is dialed. The Treatment ensures that each number in the dialing chain is tried until the agent applies a different disposition to the call.
 
 
<ol>
 
<li>In Genesys Administrator, open <tt>PROVISIONING > Outbound Contact > Treatments</tt>.</li>
 
<li>Click <tt>New</tt>.</li>
 
<li>In the New Treatment view, set the following field values:
 
<ul>
 
<li>'''Name:''' ReDial_NoAnswer</li>
 
<li>'''Call Result:''' No Answer</li>
 
<li>'''Apply to Record:''' Next in chain</li>
 
<li>'''Number in Sequence:''' 1</li>
 
<li>'''State:''' Enabled</li>
 
<li>'''Cycle Attempt:''' 10</li>
 
<li>'''Interval, minutes:''' 1</li>
 
</ul>
 
</li>
 
<li>Assign the new Treatment to the calling list. Open one or more of your Calling List objects in Genesys Administrator and select the Treatments tab.</li>
 
<li>Click <tt>Add</tt>.</li>
 
<li>In the Browse dialog box, select the treatment that you just created.</li>
 
<li>Click <tt>OK</tt>.</li>
 
<li>Click <tt>Save & Close</tt>.</li>
 
<li>In Genesys Administrator, open the Workspace Application object and configure it to use the Treatment.</li>
 
<li>In the <tt>interaction-workspace</tt> section assign the value <tt>personal</tt> to the <tt>[[OutboundOptions#outbound.treatment.2Dmode|outbound.treatment-mode]]</tt> option. Setting this option to <tt>personal</tt> adds the <tt>GSW_TREATMENT = RecordTreatPersonal</tt> attached data to the <tt>EventUserEvent</tt> that is generated when the record is marked as <tt>processed</tt>. This attached data informs OCS that a treatment should be applied to the outbound record if the call result matches the result that is set for the record. This ensures that the callback is assigned to the agent who set the <tt>No Answer</tt> disposition for the call and not to the next available agent who is working on the same campaign. Refer to the scenario that is described below.</li>
 
</ol>
 
 
===Scenario===
 
 
# Your Outbound campaign is started in Preview mode.
 
# An agent logs in to Workspace Web Edition.
 
# The agent clicks <tt>Get Record</tt> to retrieve an Outbound Record from the Outbound Campaign on which they are working.
 
# The agent receives an Outbound Record and selects the number to be dialed from the list of available phone numbers in the Outbound Chain.
 
# The agent calls the selected number.
 
# When the call is over, the agent sets the Call Result to <tt>No Answer</tt> and then clicks <tt>Done</tt>, closing the interaction.
 
# OCS applies the <tt>ReDial_NoAnswer</tt> call treatment that you created to handle the No Answer call result.
 
# An immediate callback for the Outbound Record is triggered (refer to the "Call Handling/Treatments" section in the ''[[Documentation:OU:Dep:Welcome:Latest|Outbound Contact 8.1 Deployment Guide]]'').
 
# The agent immediately receives a ''personal'' callback for this outbound record because the value of the <tt>outbound.treatment-mode</tt> option is set to <tt>personal</tt>.
 
# The agent accepts the personal callback.
 
# The preview record is displayed and the agent is able to dial one of the available numbers from the outbound chain.
 
 
  
 
[[Category:V:HTCC:8.5.2DRAFT]]
 
[[Category:V:HTCC:8.5.2DRAFT]]

Revision as of 14:36, March 29, 2017

Outbound campaign interactions

Copied and pasted from WDE, needs to be triaged word-for-word to make it accurate for WWE.

Outbound campaign types

Workspace Web Edition supports the following campaign types:

  • Preview: Contacts are retrieved manually by the agent and dialed manually by the agent. These are low volume/high value campaigns, in which campaign calls are made by using a preset calling list for a specific campaign.
  • Progressive: Contacts are retrieved and dialed automatically by the campaign. These are low volume/high value campaigns, in which outbound calls are directed to the agent desktop.
  • Predictive: Contacts are retrieved and dialed automatically by the campaign. These are high volume/low value campaigns, in which outbound calls are directed to the agent desktop.

Outbound privileges

Workspace Web Edition employs the following Outbound privileges for all outbound campaign voice interactions:

Outbound options configuration

You use the following options in the interaction-workspace section to configure outbound interactions:

  • outbound.call-result-values: Specifies the list of call results that are available for the agent to use for an outbound interaction. The call results are displayed in the order in which they appear in the list. For example: Answered,NoAnswer,AnsweringMachine,Busy,WrongNumber
  • outbound.call-result-automatically-selected: Specifies the call result to be selected by default for outbound records. The specified call result must be defined by the values that are specified for the outbound.call-result-values option. If set to an empty value, the current call result of the outbound record is selected, or unknown is selected if there is no current value.
  • outbound-callback.ringing-bell: Specifies the outbound callback ringing sound configuration string of a scheduled callback pushed to the agent as a preview.
  • outbound.preview.max-simultaneous-preview-record: Specifies the maximum number of simultaneous Outbound Preview records an agent can view in the interaction window. A 0 or a negative value indicates no limit.
Comments or questions about this documentation? Contact us for support!