Changes between Version 1 and Version 3 of Ticket #73
- Timestamp:
- Jan 21, 2007 4:12:29 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #73
- Property Cc bennylp@… added
- Property Summary changed from Unregistration does not respond to authentication challenge (401/407) in some cases to Unregistration does not respond to authentication challenge (401/407) after it has been marked for deletion
-
Ticket #73 – Description
v1 v3 1 When unregistration is performed while application has released its registration session ({{{pjsip_regc_destroy()}}} is called), the client registration does not respond to authentication challenge in 401/407 response.1 After application has marked client registration session for deletion({{{pjsip_regc_destroy()}}} is called), the client registration session does not respond to authentication challenge in 401/407 response. 2 2 3 Here 'sthe steps to reproduce it:3 Here are the steps to reproduce it: 4 4 5 5 {{{ … … 14 14 }}} 15 15 16 The bug occurs because when the {{{_delete_flag}}} is set internally because of {{{pjsip_regc_destroy()}}}, the processing will stop immediately rather than processing the 401/407 response.17 16