Opened 11 years ago

Closed 11 years ago

#1665 closed defect (fixed)

Assertion on retransmitting a pending message

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

This is reported to happen on congested network, so that the retransmit timer kicks in before the previous transmission finished. The assertion itself occurs in pjsip_transport_send() due to the attempt of sending a pending tx_data.

Change History (1)

comment:1 Changed 11 years ago by nanang

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

In 4516:

Fix #1665: Added check for tx_data pending state in tsx_send_msg().

Note: See TracTickets for help on using tickets.