This commit is contained in:
Dave Horton
2020-02-19 14:49:11 -05:00
parent 4892470cd4
commit cb85522a93
+1 -1
View File
@@ -50,7 +50,7 @@ function route(opts) {
// user is registered..find out which sbc is handling it
// us => we can put the call through
// other sbc => proxy the call there
logger.info({details: req.locals.registration}, `sending call to registered user ${aor}`);
logger.info({details: reg}, `sending call to registered user ${aor}`);
if (req.server.hostport !== reg.sbcAddress) {
//proxy
const proxyAddress = selectHostPort(reg.sbcAddress, 'udp');