From Bright Pattern Documentation
Jump to: navigation, search
 
 
Line 1: Line 1:
 
<translate>= Single-Step Transfer=
 
<translate>= Single-Step Transfer=
This function initiates a [[agent-guide/HowtoPlaceaCallinaServiceQueue|single-step (blind) transfer]] of the current call to the specified number.
+
Initiates a [[agent-guide/HowtoPlaceaCallinaServiceQueue|single-step (blind) transfer]] of the current call to the specified number.
  
== Syntax ==
+
== Request ==
''singleStepTransfer(number);''
+
=== Syntax ===
 +
singleStepTransfer(number);
 +
 
 +
=== Parameters ===
 +
{|border="1" style="border-collapse:collapse" cellpadding="5"
 +
| '''Parameter'''
 +
| '''Type'''
 +
| '''Optional/Required'''
 +
| '''Description'''
 +
| '''Example'''
 +
|-
 +
| number
 +
| String
 +
| Required
 +
| The number to which the call is to be transferred
 +
| 14151234567
 +
|}
  
== Parameters ==
 
''number'' – string containing the number to which the call is to be transferred; required
 
  
  
  
<center>[[desktop-javascript-api-specification/SelectService|< Previous]]  |  [[desktop-javascript-api-specification/Single-StepConference|Next >]]</center>
 
 
</translate>
 
</translate>

Latest revision as of 22:12, 9 September 2019

• 5.19 • 5.2 • 5.3 • 5.8

Single-Step Transfer

Initiates a single-step (blind) transfer of the current call to the specified number.

Request

Syntax

singleStepTransfer(number);

Parameters

Parameter Type Optional/Required Description Example
number String Required The number to which the call is to be transferred 14151234567


< Previous | Next >