Opened 12 years ago

Closed 12 years ago

#1512 closed defect (fixed)

Option to continue ICE operation even when STUN resolution fails

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-2.0
Component: pjnath Version: trunk
Keywords: Cc: Karina, Sergeev
Backport to 1.x milestone: Backported:

Description

Add new option to make ICE stream transport ignore STUN resolution error and continue initialization as normal. This is to make the call behavior in 2.0 comparable to 1.x which silently drop srflx candidate if the STUN server fails after initialization.

The new option and the default value is:

pj_ice_strans_cfg.stun.ignore_stun_error = PJ_FALSE;

Change History (2)

comment:1 Changed 12 years ago by bennylp

In r4133: implemented

comment:2 Changed 12 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

In 4133:

Fixed #1512: added Option to continue ICE operation even when STUN resolution fails

Note: See TracTickets for help on using tickets.