WAS v8.5 > Administer applications and their environment > Welcome to administering SIP applications > Administer SIP applicationsConfigure the SIP container
Configure the SIP container to adjust message response times or set a custom property. Use the dmgr console to configure SIP container settings. To find and configure the SIP container settings.
- Start WebSphere Application Server.
- From the dmgr console, click Servers > Server Types > WebSphere application servers > server_name.
- From Container Settings, expand SIP Container Settings, and click SIP Container. Select the container settings to change.
- From General Properties, we can configure session, message, and response time maximums. See Session Initiation Protocol container settings and SIP container custom properties.
- From Additional Properties, we can define custom properties, manage transport chains or inbound channel settings, or configure the session manager.
- After configuring the SIP container, click Apply to save the changes.
- Restart WAS.
Results
Changes to the SIP container settings take effect after you restart WAS.As the number of SIP containers grow in a deployment, the larger the heap settings need to be on the SIP proxy server. For example, a deployment of 20 containers requires a minimum heap size of 60 MB, so a -Xmo60m parameter should be added to the Generic JVM arguments field on the Java virtual machine panel of the admin console. However, a deployment of 70 containers requires a larger value such as 200 MB (-Xmo200m). See the information center topic Java virtual machine settings for more information about Generic JVM arguments.
Subtopics
- SIP container custom properties
We can add any of the following custom properties to the configuration settings for a SIP container.- Use DNS procedures to locate SIP servers
The SIP can use Domain Name Server (DNS) procedures for a client to resolve a SIP Uniform Resource Identifier (URI).- SIP container settings
Use this page to configure the SIP container settings for SIP.- SIP stack settings
Use this page to configure values for the SIP stack settings that are different from those specified in RFC 3261. The default values are the same as those specified for RFC 3261.- SIP timers settings
Use this page to set values for the SIP timers that are different from those specified in RFC 3261. SIP timers provide a mechanism for session expiration.The default values are the same as those specified for RFC 3261.- SIP digest authentication settings
Use this page to configure SIP digest authentication settings; these settings allow the SIP container to authenticate secured applications.- Configure SIP timers
We can configure SIP timers to set values for the SIP timers that are different from default values specified in RFC 3261. SIP timers provide a mechanism for session expiration. The default values are the same as those specified for RFC 3261.- Configure digest authentication for SIP
We can configure SIP digest authentication settings to allow the SIP container to authenticate secured applications.- Performing controlled failover of SIP applications
We can take an active application out of the loop using a controlled failover.- SIP PMI counters
The SIP provides the following counters in the WebSphere PMI to monitor the performance of SIP.- Enable SIP flow token security
The SIP container supports client-initiated connection reuse. SIP flow token security enables you to establish communication between a server and SIP clients in situations where the SIP clients can create a connection to the server, but are not prepared to accept connections from the server.- SIP container custom properties
We can add any of the following custom properties to the configuration settings for a SIP container.- Use DNS procedures to locate SIP servers
The Session Initiation Protocol (SIP) can use Domain Name Server (DNS) procedures for a client to resolve a SIP Uniform Resource Identifier (URI).- SIP container settings
Use this page to configure the SIP container settings for SIP.- SIP stack settings
Use this page to configure values for the Session Initiation Protocol (SIP) stack settings that are different from those specified in RFC 3261. The default values are the same as those specified for RFC 3261.- SIP timers settings
Use this page to set values for the Session Initiation Protocol (SIP) timers that are different from those specified in RFC 3261. SIP timers provide a mechanism for session expiration.The default values are the same as those specified for RFC 3261.- Configure SIP timers
We can configure SIP timers to set values for the Session Initiation Protocol (SIP) timers that are different from default values specified in RFC 3261. SIP timers provide a mechanism for session expiration. The default values are the same as those specified for RFC 3261.- Performing controlled failover of SIP applications
We can take an active application out of the loop using a controlled failover.
Related
Browse all SIP topics
Configure transport chains
Configure security for the SIP container
Reference:
SIP container settings
SIP container inbound channel settings
Java virtual machine settings