Opened 13 years ago
Last modified 8 years ago
#1311 closed defect
Locking account to specific TCP/TLS transport will cause registration loop (thanks Tony Million for the report) — at Initial Version
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
When PJSUA-LIB account is locked to a specific TCP or TLS transport, re-registration will occur in a loop. This happens because when specific transport 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.
Note: See
TracTickets for help on using
tickets.