Opened 15 years ago

Closed 15 years ago

#815 closed defect (fixed)

Re-INVITE transactions takes too long to be cleared when failed final response is received, causing application to unable to send subsequent re-INVITE (thanks Ruud Klaver for the patch)

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

Description (last modified by bennylp)

The invite session maintains the current/active INVITE transaction, since there can only be one invite transaction active. This variable is not cleared when the re-INVITE is answered with final response, it's only cleared after the INVITE transaction is terminated (in 32 seconds or so), causing application to unable to send subsequent re-INVITE in this period.

The corresponding ticket for 1.0.x branch is ticket #816

Change History (2)

comment:1 Changed 15 years ago by bennylp

  • Description modified (diff)

comment:2 Changed 15 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed
  • Summary changed from Re-INVITE transactions takes too long to be cleared when failed final response is received, causing application to unable to send subsequent re-INVITE (thanks Ruud Klaver for the report) to Re-INVITE transactions takes too long to be cleared when failed final response is received, causing application to unable to send subsequent re-INVITE (thanks Ruud Klaver for the patch)

Fixed in r2670

Note: See TracTickets for help on using tickets.