Skip to content

Commit

Permalink
Fix unauthorized request handling. Thanks @iwanbk for providing the p…
Browse files Browse the repository at this point in the history
…atch.
  • Loading branch information
jmillan committed Jan 10, 2013
1 parent 8cb5b2e commit 5ce07e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/RequestSender.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ JsSIP.RequestSender.prototype = {
}

this.send();
} else {
this.applicant.receiveResponse(response);
}
} else {
if (this.challenged && response.status_code >= 200) {
Expand Down

0 comments on commit 5ce07e6

Please sign in to comment.