#101 closed defect (fixed)
Bugs in PJSUA-API when port is zero
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.5.10 |
Component: | pjsua-lib | Version: | 0.5.9 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
When port is zero, PJSIP transport will use any available port when creating SIP transports. This works fine, except that in PJSUA-API the published address of the transport is not updated with the actual port number where the transport listens to after the transport is created.
Change History (2)
comment:1 Changed 18 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 18 years ago by bennylp
Also in r948, to make TLS transport use TCP port + 1 when port is zero.
Note: See
TracTickets for help on using
tickets.
Fixed in r947.