Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Sep 25, 2024
1 parent cef0be8 commit 66c5d12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/call-session.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const {
parseConnectionIp,
isPrivateVoipNetwork,
isWSS,
//localSipPort
} = require('./utils');

const {forwardInDialogRequests} = require('drachtio-fn-b2b-sugar');
Expand Down Expand Up @@ -74,7 +73,6 @@ class CallSession extends Emitter {
this.isUsingPrivateNetwork = isPrivateVoipNetwork(this.req.source_address);

this.protocol = isWSS(req) ? 'wss' : req.protocol;
//this.localSipPort = localSipPort(req);
}

get isFromMSTeams() {
Expand Down

0 comments on commit 66c5d12

Please sign in to comment.