query aor as name@domain (no scheme)

This commit is contained in:
Dave Horton
2020-02-19 09:01:25 -05:00
parent b94235cf17
commit 24feba7101
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ function route(opts) {
req.srf.locals.stats.increment('sbc.originations', tags);
return;
}
const aor = `sip:${uri.user}@${uri.host}`;
const aor = `${uri.user}@${uri.host}`;
req.locals = req.locals || {};
debug(`received outbound INVITE to ${req.calledNumber} from server at ${req.server.hostport}`);
+1 -1
View File
@@ -32,7 +32,7 @@
"drachtio-srf": "^4.4.28",
"jambonz-rtpengine-utils": "0.0.5",
"jambonz-db-helpers": "^0.3.2",
"jambonz-mw-registrar": "^0.1.0",
"jambonz-mw-registrar": "^0.1.2",
"jambonz-stats-collector": "0.0.1",
"pino": "^5.14.0",
"rtpengine-client": "^0.0.8"