From Bright Pattern Documentation
Jump to: navigation, search
Tracy (talk | contribs)
No edit summary
 
Updated via BpDeleteTranslateTags script
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<translate>= Single-Step Transfer=
= 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 ==
=== Parameters ===
''number'' – string containing the number to which the call is to be transferred; required
{|border="1" style="border-collapse:collapse" cellpadding="5"
 
| '''Parameter'''
 
| '''Type'''
 
| '''Optional/Required'''
<center>[[desktop-javascript-api-specification/SelectService|< Previous]]  | [[desktop-javascript-api-specification/Single-StepConference|Next >]]</center>
| '''Description'''
</translate>
| '''Example'''
|-
| number
| String
| Required
| The number to which the call is to be transferred
| 14151234567
|}

Latest revision as of 04:02, 29 May 2024

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 >