Call Hold
Function: CALL_HOLD
The CALL_HOLD function is used to place an ongoing call on hold or resume a call on the test device. This function is essential for testing call hold and resume features.
Parameters¶
| Parameter Name | Description | Example Values | Required | Default Value |
|---|---|---|---|---|
| STATUS | The status to set for the call hold action. | ON, OFF | Yes | ON |
| TIMEOUT | The maximum time to wait for the call hold action before considering it a failure. | Recommended 15 - 60 | Yes | |
| EXPECT | The expected result of the call hold attempt. It defines what constitutes a successful call hold. | SUCCESS, FAILURE | Yes | SUCCESS |