Opened 5 years ago

Closed 5 years ago

#2238 closed defect (fixed)

Local hold is not reset if there's failure during reinvite/update

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

Description

After setting local_hold to PJ_FALSE, if there is a subsequent failure (status != PJ_SUCCESS), it's never reset back.

Change History (1)

comment:1 Changed 5 years ago by ming

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

In 6083:

Fixed #2238: Local hold is not reset if there's failure during reinvite/update

We set local_hold later, after sending the message is successful.

Note: See TracTickets for help on using tickets.