1. Routing
Routing is the major feature of Dial Plan. There are three ways to define routing using Deploy Patterns. The routing setting will be enabled only when the corresponding conditions in Matching Patterns are fulfilled.
To = destination SIP URI
Example:
To = sip:user@host
The session will be routed to the “host”.
To = destination user name
Example:
To = sip:user@
The session will be routed to the destination user’s contact address which was registered in the server’s register database when REGISTER request was sent from the user.
$target = destination IP address or FQDN
Example:
$target = sip:user@host $target = host
The session will be routed to the “host”.
Example:
$target = 192.168.0.10
The session will be routed to the 192.168.0.10.