Release Call

N2FE Flow Operation - Release Call

The ReleaseCall operation forces termination of the call with a non-standard release cause, to indicate that the call has failed for a special reason. Typical examples of this might be to indicate that the call was received from an out-of-zone area.

The ReleaseCall operation has no exits. No further processing can occur after this operation.

Config Parameters

The ReleaseCall operation config attributes are as follows.

Parameter Type Description
cause Integer The release cause. Integer in the range 1-31. However, if it should never be necessary to specify release cause 31, as release cause 31 is the default behavior in the case where a call ends without any explicit handling defined.

Example Operation

Here is an example ReleaseCall operation in JSON representation.

    {
        "id": 15,
        "type": "ReleaseCall",
        "base_node": 22,
        "config": {
            "cause": 1
        },
        "exits": []
    }

In this example:

Exits

This operation type does not allow any exits.