Skip to content

Commit

Permalink
Fix #52 in master.
Browse files Browse the repository at this point in the history
Reporter: @freeswitch
  • Loading branch information
jmillan committed Jan 25, 2013
1 parent 47cdb66 commit 22f5964
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Registrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ JsSIP.Registrator.prototype = {

if(!expires) {
expires = this.expires;
} else if(expires < this.min_expires) {
// Set the expires value to min_expires in case it is slower
console.log(JsSIP.c.LOG_REGISTRATOR +'Received expires value: ' + expires + ' is smaller than the minimum expires time: ' + this.min_expires);
expires = this.min_expires;
}

// Re-Register before the expiration interval has elapsed.
Expand Down

0 comments on commit 22f5964

Please sign in to comment.