| Project: | Call Session Control Functions |
| Component: | Code |
| Category: | bug |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
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)