P-CSCF not fwding over TCP when NAT enabled

vingarzan's picture
Project:Call Session Control Functions
Component:Code
Category:bug
Priority:normal
Assigned:Unassigned
Status:active
Description

Gabriel Andrews reports that when NAT is enabled on the P-CSCF, even if the the client's contact address contains a transport=tcp parameter, the messages are not forwarded over TCP, but over UDP.

Comments

P-CSCF not fwding over TCP when NAT enabled

To rectify this bug do the following steps:
Go to /opt/OpenIMScore/ser_ims/cfg and next open the pcscf.cfg

change the function parameter in modparam("pcscf", "NAT_enable", 1) to modparam("pcscf", "NAT_enable", 0)

P-CSCF not fwding over TCP when NAT enabled

To rectify this bug do the following steps:
Go to /opt/OpenIMScore/ser_ims/cfg and next open the pcscf.cfg

change the function parameter in modparam("pcscf", "NAT_enable", 1) to modparam("pcscf", "NAT_enable", 0)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.