Opened 7 years ago

Closed 7 years ago

#1997 closed enhancement (fixed)

Add setting to retry timer upon transport disconnection failure (503)

Reported by: ming Owned by: bennylp
Priority: normal Milestone: release-2.7
Component: applications Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

With the new API pjsip_transport_shutdown2(), ongoing session refresh transaction can immediately end with transport error (503). However, it will also trigger call disconnection by sending BYE.

This ticket adds a compile-time configurable setting PJSIP_SESS_TIMER_RETRY_DELAY for retrying session refresh request upon receiving 503 error. User can set it to -1 if they prefer the old behavior (immediate disconnection).

Change History (1)

comment:1 Changed 7 years ago by ming

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

In 5557:

Closed #1997: Add setting to retry timer upon transport disconnection failure (503)

Note: See TracTickets for help on using tickets.