org.mobicents.as10.LocalDescriptions.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jboss-as10-restcomm Show documentation
Show all versions of jboss-as10-restcomm Show documentation
>JBoss Application Server: Restcomm Sip Servlets Adaptation Layer
sip=The configuration of the jboss.sip subsystem.
sip.add=Operation adding the sip subsystem.
sip.remove=Operation removing the sip subsystem.
sip.instance-id=Set the identifier for this server instance.
sip.stack-properties=Sip stack configuration file.
sip.application-router=Sip servlets application-router configuration file.
sip.path-name=Path name for the SIP stack.
sip.app-dispatcher-class=Sip servlets application-router configuration file.
sip.congestion-control-interval=Congestion control interval.
sip.proxy-timer-service-implementation-type=Proxy Timer Service implementation type. Type "default" based on java.util.concurrent.ScheduledThreadPoolExecutor, type "standard" based on java.util.Timer.
sip.sas-timer-service-implementation-type=Sip Application Session Timer Service implementation type. Type "default" based on java.util.concurrent.ScheduledThreadPoolExecutor, type "standard" based on java.util.Timer.
sip.concurrency-control-mode=Sip servlets container concurrency control mode.
sip.use-pretty-encoding=If true, Via, Route, and RecordRouteheader field information shall be split into multiple lines.
sip.additional-parameterable-headers=Comma separated list of header names that are treated as parameterable by the container in addition to the standard parameterable headers defined in the Sip Servlets 1.1 Specification.
sip.base-timer-interval=Specifies the T1 Base Timer Interval, which allows the SIP Servlets container to adjust its timers depending on network conditions.
sip.t2-interval=Specifies the T2 Interval, which allows the SIP Servlets container to adjust its timers depending on network conditions.
sip.t4-interval=Specifies the T4 Interval, which allows the SIP Servlets container to adjust its timers depending on network conditions.
sip.timer-d-interval=Specifies the Timer D Interval, which allows the SIP Servlets container to adjust its timers depending on network conditions
sip.dialog-pending-request-checking=This property enables and disables error checking when SIP transactions overlap
sip.canceled-timer-tasks-purge-period=Defines a period to due a purge in the container timer schedulers. The purge may prevent excessive memory usage for apps that cancel most of the timers it sets.
sip.memory-threshold=Memory Threshold that when reached by the container, the container will start rejecting new incoming requests
sip.back-to-normal-memory-threshold=Back To Normal Memory Threshold that when reached by the container, the container will start accepting new incoming requests again
sip.congestion-control-policy=The congestion control policy defines how an incoming message is handled when the server is overloaded
sip.outbound-proxy=The outbound proxy defines the default IP Address, port and transport used by outgoing messages if defined
sip.dns-timeout=the DNS Timeout defines the number of seconds to wait for a DNS Lookup response before timing out.
sip.dns-resolver-class=Specifies the org.mobicents.javax.servlet.sip.dns.DNSResolver implementation class that will be used by the container to perform DNS lookups compliant with RFC 3263 : Locating SIP Servers and E.164 NUmber Mapping
sip.dns-server-locator-class=Specifies the org.mobicents.ext.javax.sip.dns.DNSServerLocator implementation class that will be used by the container to perform DNS lookups compliant with RFC 3263 : Locating SIP Servers and E.164 NUmber Mapping.
sip.gather-statistics=Whether or not statistics should be gathered for the SIP Application Dispatcher
sip.tag-hash-max-length=Maximum Length of the to and from tags. Might be needed to support older system like Microsoft Lync
sip.call-id-max-length=Maximum Length of the Call-ID Header. Might be needed to support older system like Microsoft Lync
sip.number-server-transaction=Number of Active SIP Server Transactions
sip.number-client-transaction=Number of Active SIP Client Transactions
sip.number-dialog=Number of Active SIP Dialogs
sip.number-early-dialog=Number of Active SIP Early Dialogs
sip.prack-processed=Number of PRACK Processed
sip.subscribe-processed=Number of SUBSCRIBE Processed
sip.invite-processed=Number of INVITE Processed
sip.refer-processed=Number of REFER Processed
sip.ack-processed=Number of ACK Processed
sip.notify-processed=Number of NOTIFY Processed
sip.message-processed=Number of MESSAGE Processed
sip.register-processed=Number of REGISTER Processed
sip.bye-processed=Number of BYE Processed
sip.options-processed=Number of OPTIONS Processed
sip.info-processed=Number of INFO Processed
sip.publish-processed=Number of PUBLISH Processed
sip.update-processed=Number of UPDATE Processed
sip.cancel-processed=Number of CANCEL Processed
sip.prack-sent=Number of PRACK Sent
sip.subscribe-sent=Number of SUBSCRIBE Sent
sip.invite-sent=Number of INVITE Sent
sip.refer-sent=Number of REFER Sent
sip.ack-sent=Number of ACK Sent
sip.notify-sent=Number of NOTIFY Sent
sip.message-sent=Number of MESSAGE Sent
sip.register-sent=Number of REGISTER Sent
sip.bye-sent=Number of BYE Sent
sip.options-sent=Number of OPTIONS Sent
sip.info-sent=Number of INFO Sent
sip.publish-sent=Number of PUBLISH Sent
sip.update-sent=Number of UPDATE Sent
sip.cancel-sent=Number of CANCEL Sent
sip.1xx-processed=Number of 1XX Processed
sip.2xx-processed=Number of 2XX Processed
sip.3xx-processed=Number of 3XX Processed
sip.4xx-processed=Number of 4XX Processed
sip.5xx-processed=Number of 5xx Processed
sip.6xx-processed=Number of 6XX Processed
sip.7xx-processed=Number of 7XX Processed
sip.8xx-processed=Number of 8XX Processed
sip.9xx-processed=Number of 9XX Processed
sip.1xx-sent=Number of 1XX Sent
sip.2xx-sent=Number of 2XX Sent
sip.3xx-sent=Number of 3XX Sent
sip.4xx-sent=Number of 4XX Sent
sip.5xx-sent=Number of 5xx Sent
sip.6xx-sent=Number of 6XX Sent
sip.7xx-sent=Number of 7XX Sent
sip.8xx-sent=Number of 8XX Sent
sip.9xx-sent=Number of 9XX Sent
sip.configuration=The common sip container configuration.
sip.connector=A sip connector.
sip.connector.add=Add a new sip connector.
sip.connector.remove=Remove an existing sip connector
sip.connector.name=A unique name for the connector.
sip.connector.protocol=The sip connector protocol.
sip.connector.scheme=The sip connector scheme.
sip.connector.socket-binding=The sip connector socket-binding reference, this connector should be bound to.
sip.connector.enabled=Defines whether the connector should be started on startup.
sip.connector.use-load-balancer=Enables connector to use a Load Balancer for outbound traffic.
sip.connector.load-balancer-address=Load Balancer IP Address
sip.connector.load-balancer-rmi-port=Load Balancer RMI Port
sip.connector.load-balancer-sip-port=Load Balancer SIP Port
sip.connector.use-static-address=Enables connector to use a static server address and port.
sip.connector.static-server-address=Connector server static address.
sip.connector.static-server-port=Connector server static port.
sip.connector.use-stun=Enable STUN for this connector.
sip.connector.stun-server-address=STUN server address.
sip.connector.stun-server-port=STUN server port.
sip.connector.bytesSent=Number of byte sent by the connector.
sip.connector.bytesReceived=Number of byte received by the connector (POST data).
sip.connector.processingTime=Processing time used by the connector. Im milli-seconds.
sip.connector.errorCount=Number of error that occurs when processing requests by the connector.
sip.connector.maxTime=Max time spent to process a requests.
sip.connector.requestCount=Number of the request processed by the connector.
sip.connector.hostnames=SIP connector hostname property definition.
sip.deployment=Runtime resources exposed by sip components in the deployment.
sip.deployment.app-name=The root of the sip application deployment
sip.servlet=Runtime resources exposed by web components in the deployment.
sip.deployment.servlet=Servlet
sip.deployment.servlet.servlet-name=Name of the servlet
sip.deployment.servlet.servlet-class=Class of the servlet
sip.deployment.servlet.min-request-time=Minimal time for processing request
sip.deployment.servlet.max-request-time=Maximal time for processing request
sip.deployment.servlet.total-request-time=Total time spend in processing all requests
sip.deployment.servlet.request-count=Number of all requests
sip.deployment.servlet.mappings=Servlet mappings
sip.deployment.servlet.load-on-startup=This element specifies the starting order of the servlet application within the system. If the value is a negative number, the container may choose when to start up this servlet. If the value is zero or a positive number, the container must start the servlets beginning with the lowest number. If servlets have the same loadOnStartup value, the container may choose which one to start first. This element defaults to a negative number, allowing the container to choose when to startup this servlet if no other value is given.
sip.deployment.active-sip-sessions=Number of active sip sessions
sip.deployment.active-sip-application-sessions=Number of active sip application sessions
sip.deployment.expired-sip-sessions=Number of sip sessions that have expired
sip.deployment.expired-sip-application-sessions=Number of sip application sessions that have expired
sip.deployment.rejected-sip-sessions=Number of rejected sip sessions
sip.deployment.rejected-sip-application-sessions=Number of rejected sip application sessions
sip.deployment.max-active-sip-sessions=Max number of concurrent active sip sessions
sip.deployment.sip-sessions-created=Total number of sip sessions created
sip.deployment.sip-application-sessions-created=Total number of sip sessions created
sip.deployment.sip-sessions-per-sec=Number of sip sessions created per second
sip.deployment.sip-application-sessions-per-sec=Number of sip application sessions created per second
sip.deployment.duplicated-session-ids=Number of duplicated session IDs generated by the random source (anything \
bigger than 0 means problems)
sip.deployment.sip-session-avg-alive-time=Average time (in seconds) that expired sip sessions had been alive
sip.deployment.sip-application-session-avg-alive-time=Average time (in seconds) that expired sip application sessions had been alive
sip.deployment.sip-session-max-alive-time=The longest time (in seconds) that an expired sip session had been alive
sip.deployment.sip-application-session-max-alive-time=The longest time (in seconds) that an expired sip application session had been alive
© 2015 - 2024 Weber Informatics LLC | Privacy Policy