Skip to content

Commit

Permalink
Subscription#onDialogError calls this.failed
Browse files Browse the repository at this point in the history
fixes onsip#247
  • Loading branch information
joseph-onsip committed Nov 6, 2015
1 parent e6f7812 commit d789af8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Subscription.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ SIP.Subscription.prototype = {
return this;
},

onDialogError: function(response) {
this.failed(response, SIP.C.causes.DIALOG_ERROR);
},

/**
* @private
*/
Expand Down

0 comments on commit d789af8

Please sign in to comment.