Reterminate Service
Reterminate Service
The ReterminateService redirects a call to another network destination and preserves
mobile location information.
When this node is encountered:
- The configured values for
send_moliandrouting_digitsare stored. - Call termination is requested (via attempt terminate for INAP/CAMEL or via redirection for SIP).
- The service loader uses the stored values according to site-specific configuration.
The ReterminateService operation has no exits and halts call processing.
Config Parameters
The ReterminateService operation config attributes are as follows.
| Parameter | Type | Description |
|---|---|---|
routing_digits
|
Digits |
[Required] The routing digits (accessible via acd.routing_digits()) that may be used by the
service loader to modify the address for the onwards connection. Sets a value using acd.routing_digits()
that may be retrieved using the same method in the service loader.
|
send_moli
|
Boolean |
If present, this must be true (send MoLI) or false (do not send MoLI). Sets a boolean flag
using acd.send_mobile_location_id() that may be retrieved using the same method in the service loader.(Default = false)
|
Example Operation
Here is an example ReterminateService operation in JSON representation.
{
"id": 5,
"type": "ReterminateService",
"base_node": 13,
"config": {
"routing_digits": "502",
"send_moli": 1
},
"exits": []
}
In this example, the routing digits will be set to 502, and the received MoLI will be used.
Exits
This operation does not support any exits.