Below are the sipservlet-console and Ant commands for moving a route.
|
Console
Syntax |
movenetworkroute <ra-entity> <old-position> <new-position> |
---|---|
Example |
To move the route at position 4 to position 0 (first): movenetworkroute ss 4 0 |
Ant
Syntax |
<sipservlet:updatenetworkroute position="..." newposition="..."/> |
---|---|
Example |
To move the route at position 4 to position 0 (first): <sipservlet:updatenetworkroute position="4" newposition="0"/> |