Opened 16 years ago
Closed 16 years ago
#654 closed defect (fixed)
Error when falling back to secondary TURN server (thanks Nicolas Fauvel for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.0 |
Component: | pjnath | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The TURN session is capable to falling back to using the secondary server (from DNS SRV response) when allocation fails. However an assertion is triggered in TURN session when the second allocation is being started.
Thanks Nicolas Fauvel for the report.
Change History (1)
comment:1 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2340.
Also added the capability to use DNS SRV in the TURN client sample.