Answer Call
Function: ANSWER_CALL
The ANSWER_CALL function is used to answer an incoming phone call on the test device. This function is essential for testing the ability to receive and connect incoming calls.
Parameters¶
| Parameter Name | Description | Example Values | Required | Default Value |
|---|---|---|---|---|
| A_NUMBER | The phone number from which the call is received. | Custom | Yes | |
| TIMEOUT | The maximum time to wait for the call to be answered 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 |