Legacy | Cloud call
-
Command: gateway
-
Subcommand: call
-
Supported Platforms: Native (legacy), Selenium, Appium
All commands must be executed using the same framework. Sharing the execution ID between different frameworks is not possible. This means that if you work with a Selenium/Appium driver, you need to call the commands using the Selenium/Appium driver (or, in the case of Reporting commands, through the Reporting SDK that works with the driver) and not as part of a UFT test or another framework.
-
Supported OS: Android, iOS
Description
Generates an external voice call recording to the selected destination. It is possible to select multiple destinations that may include devices, users, and phone numbers.
There is no default. To use this command, at least one destination must be selected.
When specifying a device via the to.device parameter, verify that it has a SIM card, which is required for calling that device.
When specifying a number via the to.number parameter, replace the '+' character with %2B in the sent string.
Parameters
Name | Value | Default | Description |
---|---|---|---|
to.device |
The destination device. It is possible to select multiple devices. |
||
to.user |
The destination user. It is possible to select multiple users. The user identifier is the Perfecto username. The user must be registered with the correct mobile number. The business number field does not apply. |
||
to.logical |
user (User) none (None) |
The user currently running the script. |
|
to.number |
The destination phone number. It is possible to select multiple phone numbers. Format - +[country code][area code][phone number] Example - +17812054111 |
* Mandatory
Request & Response
Request
https://mycloud.perfectomobile.com/services/executions/john@perfectomobile.com_controller_16-11-09_12_44_59_31771?operation=command&securityToken=<your_token>&command=gateway&subcommand=call¶m.to.device=FA53XYJ18894
JSON response
{
"executionId": "john@perfectomobile.com_controller_16-11-09_12_44_59_31771",
"reason": "Success",
"timer.elapsed": "15",
"testGridReportUrl": "https://mycloud.reporting-01.perfectomobile.com?externalId[0]=john@perfectomobile.com_controller_16-11-09_12_44_59_31771",
"timer.ux": "0",
"singleTestReportUrl": "https://mycloud.perfectomobile.com/nexperience/singletest/report/?reportRepositoryKey=PRIVATE:controller/161109/controller_16-11-09_12_44_59_31771.xml&ownerId=john@perfectomobile.com&sharingCode=993fbf5a-7d97-4390-892e-734fac09c4dd",
"description": "Success",
"timer.system": "15",
"reportKey": "PRIVATE:controller/161109/controller_16-11-09_12_44_59_31771.xml",
"completed": "true",
"flowEndCode": "SUCCEEDED",
"timer.device": "0"}