From Bright Pattern Documentation
Jump to: navigation, search
Tracy (talk | contribs)
No edit summary
 
Tracy (talk | contribs)
No edit summary
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>

Revision as of 22:12, 9 September 2019

<translate>= 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



</translate>

< Previous | Next >