[AIX HP-UX Linux Solaris Windows]This topic applies only on the IBM i operating system.

SIP UDP transport channel custom properties

You can add the following custom properties to the configuration settings for the Session Initiation Protocol (SIP) UDP transport channel.

To specify custom properties for a specific UDP transport channel, navigate to the custom properties page, and specify a value for the custom property.
Important: The custom properties are supported as the primary method of configuration. Therefore, if a custom property is set and then you set the corresponding setting in the administrative console, the custom property value is used.
  1. In the administrative console, expand Servers > Server Types > WebSphere application servers > server_name or Servers > Server Types > WebSphere proxy servers > proxy_server_name, to open the configuration tab for the server.
  2. From SIP container settings or SIP proxy server settings, expand SIP container transport chains or SIP proxy server transports, and click UDP specific chain, and select UDP inbound channel.
  3. From Additional properties, select Custom properties > New .
  4. On the settings page, type the custom property to configure in the Name field, and type the value of the custom property in the Value field.
  5. Click Apply or OK.
  6. Click Save on the console task bar to save your configuration changes.
  7. Restart the server.

The following list of UDP transport channel custom properties is provided with the product. These properties are not shown on the settings page for a UDP transport channel.




Related tasks
Browse all SIP topics
Configuring transport chains
[Fix Pack 13 or later]

hideMessageBody

Specifies whether you want the message body included in the SIP proxy server trace messages. Starting with Version 7.0.0.13, by default, the trace messages do not include Authorization or Proxy-Authorization headers. If you also do not want the message body to appear in the trace log, add this custom property to the settings for the SIP inbound channel (SIP 1) and set the property to true.

Data type Boolean
Default false
[Fix Pack 13 or later]

hideMessageHeaders

Specifies one or more of the SIP message headers that you do not want to appear in the SIP proxy server trace messages. If you specify multiple headers, use a comma to separate the header names. Starting with Version 7.0.0.13, by default, the trace messages do not include the Authorization, and Proxy-Authorization headers.
Avoid trouble: If you specify a value for this property, you must include the Authorization, and Proxy-Authorization values to prevent these headers from being displayed. For example, if you specify hideMessageHeaders=Via, only the Via header does not appear in the trace messages. To prevent the Via, Authorization, and Proxy-Authorization headers from appearing in the trace messages, you must specify hideMessageHeaders=Via,Authorization,Proxy-Authorization.gotcha
Data type string
Default Authorization,Proxy-Authorization

receiveBufferSizeChannel

Specifies the value, in bytes, for the maximum size of an incoming UDP packet, which is the size of the receive buffer that is allocated by the UDP channel.

Data type String
Default 65535

receiveBufferSizeSocket

Specifies the value in bytes for the lower level datagram buffers. This is the size of the DatagramSocket receive buffer (SO_RCVBUF) on any inbound User Datagram Protocol (UDP) channel.

Use this property to buffer multiple packets in the DatagramSocket layer. If the value of the property is too small, then packets might be lost if the server is overloaded. If the value is too large, then the packets might be delayed.

Data type String
Default 1024000

sendBufferSizeSocket

Specifies the value, in bytes, for the lower-level datagram buffers, which is the size of the DatagramSocket send buffer (SO_SNDBUF) on any inbound UDP channel.

Use this property to buffer multiple packets in the DatagramSocket layer. If the value of the property is too small, then packets might be lost if the server is overloaded. If the value is too large, then the packets might be delayed.

Data type String
Default 1024000
Reference topic    

Terms of Use | Feedback

Last updated: Oct 21, 2010 7:37:48 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=v701sca&product=was-nd-mp&topic=rjpx_sipudpcustprops
File name: rjpx_sipudpcustprops.html