Defines the SIP service.
The following table describes subelements for the sip-service element.
Table 1–204 sip-service Subelements
Element |
Required |
Description |
---|---|---|
zero or one |
Defines access log settings. |
|
one or more |
Defines a SIP listen socket. |
|
zero or one |
Configures request processing threads. |
|
zero or one |
Configures keep-alive threads. |
|
zero or one |
Defines a pool of client HTTP connections. |
|
zero or one |
Configures SIP protocol settings. |
|
zero or more |
Specifies a property or a variable. |
The following table describes properties for the sip-service element.
Table 1–205 sip-service Properties
Property |
Default |
Description |
---|---|---|
none |
Specifies a Java class file that writes SIP Message Inspection messages from the servlet reporter to the server log. This class must implement the org.jvnet.glassfish.comms.admin.reporter.smi.SmiLogMessageAdapter interface. The format of this property's value is as follows: local-classpath;fully-qualified-class-name The local classpath and semicolon delimiter are optional. The local classpath can be an additional classpath outside the container classpath or a local file system path to the class that doesn't include package names. |
|
none |
Specifies a Java class file that writes SIP Message Inspection messages from the network manager reporter to the server log. This class must implement the org.jvnet.glassfish.comms.admin.reporter.smi.SmiLogMessageAdapter interface. The format of this property's value is as follows: local-classpath;fully-qualified-class-name The local classpath and semicolon delimiter are optional. The local classpath can be an additional classpath outside the container classpath or a local file system path to the class that doesn't include package names. |
|
0 |
Specifies the interval in seconds after which UDP connections are removed. A value of zero disables UDP connection removal. See also the defaultQuarantineTime and timeoutBasedQuarantineTime properties of sip-container. |
|
10 |
Specifies the interval in seconds that the network layer waits to complete a handshake with an SSL client. |