From Bright Pattern Documentation
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<translate>= Single-Step Transfer= | <translate>= Single-Step Transfer= | ||
Initiates a [[agent-guide/HowtoPlaceaCallinaServiceQueue|single-step (blind) transfer]] of the current call to the specified number. | |||
== Syntax == | == Request == | ||
=== 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 | |||
|} | |||
</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>