Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

System properties.

In addition to system properties defined by Jetty, Cipango may use the following properties:

Property name

default value

description

SIP

 

 

sip.host

127.0.0.1

host on which SIP connector is listening

sip.port

5060

port on which SIP connector is listening

sip.mtu

1500

MTU (Maximum Transmission Unit) used to define if the request is sent on UDP or TCP. (See RFC 3261 §18.1.1)

Application Router

 

 

javax.servlet.sip.ar.dar.configuration

No Format
nopaneltrue
file:///${jetty.home}/etc/dar.properties

URI to the default application router configuration file. See also Configuring Application Router

javax.servlet.sip.ar.spi.SipApplicationRouterProvider

null

Class name of the SipApplicationRouterProvider. See also Configuring Application Router

org.cipango.dar.matchOnNewOutgoingRequests

true

if set to false, the Cipango DAR will not match on a new outgoing request created by Cipango

SNMP

 

 

snmp.host

0.0.0.0

host on which SNMP connector is listening

snmp.port

161

port on which SNMP connector is listening

snmp.trap.host

localhost

host on which SNMP traps are sent

snmp.trap.port

162

port on which SNMP traps are sent

Diameter

 

 

diameter.host

0.0.0.0

host on which Diameter connector is listening

diameter.port

3868

port on which Diameter connector is listening

For instance to set the SIP port to 5070, use:

No Format

java -Dsip.port=5070 -jar start.jar  --ini=start-cipango.ini

...

see Configuring and Running Cipango