Opened 17 years ago

Closed 17 years ago

#34 closed defect (fixed)

Unable to send registration in the callback

Reported by: bennylp Owned by: bennylp
Priority: minor Milestone: release-0.5.10
Component: pjsip Version: 0.5.9
Keywords: pjsip_regc, register, registration Cc:
Backport to 1.x milestone: Backported:

Description

The client registration temporarily increases the pending_tsx flag before calling the callback. This is intended to prevent application from deleting the registration while it's in the callback. Unfortunately this also prevents application from sending another REGISTER request before the pending_tsx flag is not zero.

The solution for this is to separate the has_pending_tsx flag with the flag to prevent deletion.

Change History (2)

comment:1 Changed 17 years ago by bennylp

  • Keywords pjsip_regc register registration added

comment:2 Changed 17 years ago by bennylp

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

Fixed in r841

Note: See TracTickets for help on using tickets.