Make Call
Function: MAKE_CALL
The MAKE_CALL function is used to initiate a phone call from the test device to a specified target number. This function is essential for testing call connectivity, quality, and other call-related features on mobile devices.
Parameters¶
| Parameter Name | Description | Example Values | Required | Default Value |
|---|---|---|---|---|
| B_NUMBER | The phone number to call. This can be specified in various formats depending on the MSISDN_FORMAT parameter. | Custom | Yes | |
| MSISDN_FORMAT | The format of the phone number. Common formats include E164, which is the international format. | E164, National, International | Yes | E164 |
| TIMEOUT | The maximum time to wait for the call to be established before considering it a failure. | Recommended 15 - 60 | Yes | |
| EXPECT | The expected result of the call attempt. It defines what constitutes a successful call. | SUCCESS, FAILURE | Yes | SUCCESS |