Service Number Handover

Service Number Handover

The ServiceNumberHandover operation ends processing for the current service and begins processing for a specified alternative service.

Config Parameters

The ServiceNumberHandover operation config attributes are as follows.

Parameter Type Description
service_number Telephony Digits [Required] The service number identifying the replacement service which will be executed.

Example Operation

Here is an example ServiceNumberHandover operation in JSON representation.

    {
        "id":  5,
        "type": "ServiceNumberHandover",
        "config":{
            "service_number": "080012345678"
        },
        "exits": []
    }

Exits

There are no exits for this operation.