Below are the sipservlet-console and Ant commands for adding a route.
New routes are added after any existing routes, unless a position is specified, starting from zero. |
Console
Syntax |
addnetworkroute <ra-entity> <rule> <interface-name> [position] |
---|---|
Example |
To add a route for requests addressed to domain "xyz.com": addnetworkroute ss "domain xyz.com" public |
Ant
Syntax |
<sipservlet:addnetworkroute rule="..." interface="..." position="..."/> |
---|---|
Example |
To add a route for requests addressed to domain "xyz.com" <sipservlet:addnetworkroute rule="domain xyz.com" interface="public"/> |