Service Number Handover

N2FE Flow Operation - Service Number Handover

The Service Number Handover operation ends the current processing and begins processing again at the start for a new Service Number.

If the service number is not configured, then the service will end and the caller will be disconnected.

Config Parameters

The Service Number Handover operation config attributes are as follows.

Parameter Type Description
service_number String The replacement service which will be executed.

Example Operation

Here is an example Service Number Handover operation in JSON representation.

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

Exits

There are no exits for this node.