Call Forwarding
Function: CALL_FORWARDING
The CALL_FORWARDING function is used to forward an incoming call to another number on the test device. This function is essential for testing call forwarding features.
Parameters¶
| Parameter Name | Description | Example Values | Required | Default Value |
|---|---|---|---|---|
| CF_TYPE | The type of call forwarding. | CF_Unconditional, CF_Busy, CF_Waiting, CF_NoReply , CF_NotReachable | Yes | CF_Unconditional |
| CF_ACTION | The action to perform for call forwarding. | CF_READ, CF_REG , CF_ACT , CF_DEACT , CF_DEL | Yes | CF_READ |
| EXPECT | The expected result of the call forwarding attempt. It defines what constitutes a successful call forwarding. | SUCCESS, FAILURE | Yes | SUCCESS |