User`s manual
MediaPack
SIP User's Manual 136 Document #: LTRT-65408
Table 5-35: Protocol Management, ini File Parameters (continues on pages 132 to 137)
ini File Parameter
Name
Valid Range and Description
EnableRport
Enables / disables the usage of the ‘rport’ parameter in the Via header.
[0] = Enabled.
[1] = Disabled (default).
The gateway adds an ‘rport’ parameter to the Via header field of each outgoing SIP
message. The first Proxy that receives this message sets the ‘rport’ value of the
response to the actual port from which the request was received. This method is
used, for example, to enable the gateway to identify its port mapping outside a
NAT.
If the Via doesn’t include ‘rport’ tag, the destination port of the response will be
taken from the host part of the VIA.
If the Via includes ‘rport’ tag with no port value, the destination port of the response
will be the source port of the incoming request.
If the Via includes ‘rport’ tag with a port value (rport=1001), the destination port of
the response will be the port indicated in the ‘rport’ tag.
Serial parameters (applicable only to the VM SMDI application)
SerialBaudRate
Determines the value of the RS-232 baud rate.
The valid range is: any value.
It is recommended to use the following standard values:
1200, 2400, 9600 (default), 14400, 19200, 38400, 57600, 115200.
SerialData
Determines the value of the RS-232 data bit.
7 = 7-bit.
8 = 8-bit (default).
SerialParity
Determines the value of the RS-232 polarity.
0 = None (default).
1 = Odd.
2 = Even.
SerialStop
Determines the value of the RS-232 stop bit.
1 = 1-bit (default).
2 = 2-bit.
SerialFlowControl
Determines the value of the RS-232 flow control.
0 = None (default).
1 = Hardware.