Below are the sipservlet-console and Ant commands for moving a route.

Note
  • Moving a route to position zero or less moves it to the top of the list (first).

  • Moving a route to a position greater than or equal to the current number of routes moves it to the bottom of the list (last).

  • Default routes are always evaluated last, and cannot be moved.

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"/>
Previous page Next page