#1311 closed defect (fixed)
Locking account to specific TCP/TLS listener will cause registration loop (thanks Tony Million for the report) — at Version 2
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.5 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description (last modified by nanang)
When PJSUA-LIB account is locked to a specific TCP or TLS listener, re-registration will occur in a loop. This happens because when specific listener is requested, TCP/TLS listener will always create a new transport for each registration request, and PJSUA-LIB will keep detecting IP address changed for the account, causing continuous reregistration.
Note:
while the issue occurs in PJSUA-LIB, the bug is in PJSIP because it keeps creating new transport.
Change History (2)
comment:1 Changed 9 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 9 years ago by nanang
- Backported unset
- Description modified (diff)
- Milestone changed from Known-Issues-and-Ideas to release-2.5
- Summary changed from Locking account to specific TCP/TLS transport will cause registration loop (thanks Tony Million for the report) to Locking account to specific TCP/TLS listener will cause registration loop (thanks Tony Million for the report)
Note: See
TracTickets for help on using
tickets.
In 5246: