Opened 10 years ago

Closed 10 years ago

#1718 closed defect (fixed)

Delayed call disconnection state after receiving malformed 422 response (thanks Marcus Froeschl for the report)

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

Scenario:

  1. send INVITE
  2. receive 422 without Min-SE header
  3. after about 30 secs, the INVITE state will shift to DISCONNECTED.

Expected behavior is to immediately goes to DISCONNECTED state after such malformed 422.

Change History (1)

comment:1 Changed 10 years ago by nanang

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

In 4695:

Fixed #1718: Immediately shift call state to DISCONNECTED after receiving 422 response without Min-SE header.

Note: See TracTickets for help on using tickets.