Opened 11 years ago

Closed 11 years ago

#1660 closed defect (fixed)

Fail to generate contact when making call via UDP on WM6

Reported by: nanang Owned by: bennylp
Priority: normal Milestone: release-2.2
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

After investigation, the ENOTFOUND error was raised by pj_getipinterface() as getsockname() on UDP socket always returning IP address 0.0.0.0, which may be related to this KB129065.

Just for future refs, a couple tweaking efforts have been tried in pj_getipinterface(): send few UDP packet first, use TCP socket & async without waiting connect(), but 0.0.0.0 is still returned by getsockname().

Change History (1)

comment:1 Changed 11 years ago by nanang

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

In 4504:

Fixed #1660: SIP transport fallbacks to use default interface when pj_getipinterface() fails in getting local interface for the specified destination.

Note: See TracTickets for help on using tickets.