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

Console

Syntax

updatenetworkroute <ra-entity> <position> [-rule <rule>] [-interface <interface-name>]

Example

To make the route at position 1 use interface "external":

updatenetworkroute ss 1 -interface external

Ant

Syntax

<sipservlet:updatenetworkroute position="..." rule="..." interface="..." newposition="..."/>

Example

To make the route at position 1 use interface "external":

<sipservlet:updatenetworkroute position="1" interface="external"/>
Previous page Next page