Below are the sipservlet-console and Ant for creating network interfaces.

Warning Network interfaces must be created with a unique name and an IPAddress property. Other optional properties may also be specified. The network interface will not be used until it is enabled on an RA entity.

Console

Syntax

createnetworkinterface <ra-entity> <interface-name> (<property> <value>)*

Example

To create a network interface on a specific port (5099):

createnetworkinterface ss private IPAddress auto Port 5099

Ant

Syntax

<sipservlet:createnetworkinterface name="...">
  <sipservlet:property name="..." value="..."/>
</sipservlet:createnetworkinterface>

Example

To create a network interface on a specific port (5099):

<sipservlet:createnetworkinterface name="private">
  <sipservlet:property name="IPAddress" value="auto"/>
  <sipservlet:property name="Port" value="5099"/>
</sipservlet:createnetworkinterface>
Previous page Next page