Skip to content

Commit

Permalink
forgot a terminate in receiveResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
James Criscuolo committed Dec 13, 2013
1 parent ce63741 commit 1c5a90c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InviteContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -1669,6 +1669,7 @@ InviteClientContext.prototype = {
cause = SIP.Utils.sipErrorCause(response.status_code);
this.failed(response, cause);
this.rejected(response, cause);
this.terminated(response, cause);
}
},

Expand Down

0 comments on commit 1c5a90c

Please sign in to comment.