Deployment commands

install-ss

Description

Installs a SIP Servlet Application sar file. Optionally overrides the default application name or ServiceID.

Syntax

install-ss <ra-entity> <sar-file> [-appname <name>] [-service <service-id>]

createapplicationnameref

Description

Creates an application name reference bound to a SLEE service.

Syntax

createapplicationnameref <ra-entity> <name> <service-id>

dumpapplicationnameref

Description

Displays the value of an application name reference.

Syntax

dumpapplicationnameref <ra-entity> <name>

listapplicationnamerefs

Description

Lists all application name references.

Syntax

listapplicationnamerefs <ra-entity>

removeapplicationnameref

Description

Removes an application name reference.

Syntax

removeapplicationnameref <ra-entity> <name>

replaceapplicationnameref

Description

Replaces an application name reference with a binding to another SLEE service.

Syntax

replaceapplicationnameref <ra-entity> <name> <service-id>

Network interface commands

createnetworkinterface

Description

Adds a new network interface definition to the SIP Servlet RA entity.

May include a list of property names and values for the interface; see Configuring Network Interfaces.

Syntax

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

disablenetworkinterface

Description

Disables a network interface (so the SIP Servlet RA entity stops using it).

Syntax

disablenetworkinterface <ra-entity> <interface-name>

dumpnetworkinterface

Description

Displays the current configuration of a network interface.

Syntax

dumpnetworkinterface <ra-entity> <interface-name>

enablenetworkinterface

Description

Enables a network interface, which assigns it to the RA entity.

When the RA entity is then activated, it will begin accepting SIP traffic on that interface.

Syntax

enablenetworkinterface <ra-entity> <interface-name>

listenablednetworkinterfaces

Description

Lists all enabled network interfaces on a SIP Servlet RA entity.

Syntax

listenablednetworkinterfaces <ra-entity>

listnetworkinterfaces

Description

Lists all network interfaces.

Syntax

listnetworkinterfaces <ra-entity>

listsupportedproperties

Description

Lists all supported network interface properties.

Syntax

listsupportedproperties <ra-entity>

removenetworkinterface

Description

Removes a network interface definition from the SIP Servlet RA entity.

Syntax

removenetworkinterface <ra-entity> <interface-name>

updatenetworkinterface

Description

Updates a new network interface definition with the given properties.

A property value of "null" removes that property from the network interface, reverting it to its default value.

Syntax

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

Network route commands

adddefaultnetworkroute

Description

Adds a default route rule to a SIP Servlet RA entity.

Syntax

adddefaultnetworkroute <ra-entity> <interface-name>

addnetworkroute

Description

Add a new network route rule to a SIP Servlet RA entity.

Rules are matched against the target address of outgoing requests (the host-part of the top Route header or Request-URI).

These rule types are supported:

  • "all" — always matches

  • "none" — never matches

  • "ip <address>\[/<mask>\] — target address must match the given IP address or range

  • "domain <domain>" — target address is in the given domain

  • "regex <regex>" — target address matches the regular expression.

Syntax

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

listnetworkroutes

Description

Displays all network routes on the RA entity.

Syntax

listnetworkroutes <ra-entity>

movenetworkroute

Description

Moves a network route from one position to another.

Syntax

movenetworkroute <ra-entity> <old-position> <new-position>

removedefaultnetworkroute

Description

Removes the default route from a SIP Servlet RA entity.

Syntax

removedefaultnetworkroute <ra-entity>

removenetworkroute

Description

Removes a route from a SIP Servlet RA entity.

Syntax

removenetworkroute <ra-entity> <position>

updatedefaultnetworkroute

Description

Updates the default route used by a SIP Servlet RA entity.

Syntax

updatedefaultnetworkroute <ra-entity> <interface-name>

updatenetworkroute

Description

Updates an existing network route in the SIP Servlet RA entity.

Syntax

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

Default Application Router (DAR) commands

install-dar-config

Description

Installs a new DAR configuration into the SIP Servlet RA entity.

Syntax

install-dar-config <ra-entity> <config file>

get-dar-config

Description

Displays the current DAR configuration.

Syntax

get-dar-config <ra-entity>

uninstall-dar-config

Description

Uninstalls the current DAR configuration.

Syntax

uninstall-dar-config <ra-entity>
Previous page Next page