mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2025-12-19 04:37:43 +00:00
wip
This commit is contained in:
@@ -9,7 +9,6 @@ const {
|
||||
parseConnectionIp,
|
||||
isPrivateVoipNetwork,
|
||||
isWSS,
|
||||
//localSipPort
|
||||
} = require('./utils');
|
||||
|
||||
const {forwardInDialogRequests} = require('drachtio-fn-b2b-sugar');
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user