$target
Routing destination
Syntax:
$target = IP address or FQDN
Explanation:
Sets the session’s routing destination.
In the Advanced Edition, multiple destinations can be specified for failover. If the SIP Server can not reach a destination within an Inviting time-out, the next specified destination will be used.
Where the function can be used:
- Regular rules
Example:
$target = provider.domain
Routes the session to provider.domain.
$target = 172.16.10.1, 172.16.10.2, 172.16.10.3
Multiple destination IP addresses are specified for failover.