Skip to content
Snippets Groups Projects
Verified Commit c8d8456d authored by Wenpeng Song's avatar Wenpeng Song Committed by IOPSYS Dev
Browse files

Update for Authorization header handling, REF 14600

- Correct challenge handling for REGISTER
- Add security_verify to subsequent REGISTER requests with cached authorization
- Add support to resend the cached Authorization header for INVITE
 
After properly set the initial registration outbound authentication credentials with e28a65c8,
the 401/407 challenge was handled by libpjsip and resend directly without noticing asterisk, which skipped all the process
that is expected to have within asterisk.
This fix keeps the challenge handling that made under libpjsip (to make the cached auth work) but avoid to resend directly
and invoke the callback function regardless the status of the challenge handling.
parent 06de39cf
Branches
Tags
1 merge request!331Update for Authorization header handling
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment