Ticket #986 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Assertion when authorization PJSIP_AUTH_AUTO_SEND_NEXT is enabled (thanks Zhefeng Du for the report)

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.5
Component: pjsip Version: trunk
Keywords: Cc:

Description (last modified by bennylp) (diff)

Please see  PJSIP_AUTH_AUTO_SEND_NEXT documentation for the reference.

If this flag is enabled, but PJSIP_AUTH_HEADER_CACHING is not, assertion will be triggered in sip_auth_client.c:710, and/or no Authorization header will be sent.

This is because last challenge is not saved.

Change History

Changed 10 months ago by bennylp

  • description modified (diff)

Changed 10 months ago by bennylp

  • status changed from new to closed
  • resolution set to fixed

Fixed in r2988:

  • also added SIPp scenario for testing
Note: See TracTickets for help on using tickets.