Below are the sipservlet-console and Ant commands for specifying the default route.
The default route will always be checked last, if all other routes did not match. |
Console
Syntax |
adddefaultnetworkroute <ra-entity> <interface-name> |
---|---|
Example |
To set the default route to the network interface "external": adddefaultnetworkroute ss external |
Ant
Syntax |
<sipservlet:adddefaultnetworkroute interface="..."/> |
---|---|
Example |
To set the default route to the network interface "external": <sipservlet:adddefaultnetworkroute interface="external"/> |