Opened 17 years ago
Closed 17 years ago
#409 closed enhancement (invalid)
Update Contact address/port from the rport in REGISTER response to work with symmetric NATs
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.8.0 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The Contact URI is calculated from the STUN mapped address for the SIP transport, which in the symmetric NAT case would be different than rport received from REGISTER response. This would cause subsequent request directed towards the endpoint to not reach the endpoint.
PJSUA-LIB should detect the difference between Contact port and rport, and update the Contact address and registration to use the rport.
Change History (1)
comment:1 Changed 17 years ago by bennylp
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Actually this has been implemented by ticket #381