mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
removed incorrect "this" from this.target.auth as it actually a local const. (#296)
This commit is contained in:
@@ -104,7 +104,7 @@ router.post('/', async(req, res) => {
|
|||||||
proxy: `sip:${sbcAddress}`,
|
proxy: `sip:${sbcAddress}`,
|
||||||
localSdp: ep.local.sdp
|
localSdp: ep.local.sdp
|
||||||
});
|
});
|
||||||
if (target.auth) opts.auth = this.target.auth;
|
if (target.auth) opts.auth = target.auth;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user