allow dial to user without supplying sip_realm (will default to that configured for the caller account)

This commit is contained in:
Dave Horton
2020-11-29 15:00:42 -05:00
parent 16c728e246
commit 1bc583e805
4 changed files with 67 additions and 61 deletions

View File

@@ -28,13 +28,13 @@
"dependencies": {
"@jambonz/db-helpers": "^0.5.1",
"@jambonz/realtimedb-helpers": "^0.2.19",
"@jambonz/stats-collector": "^0.1.1 ",
"@jambonz/stats-collector": "^0.1.3",
"bent": "^7.3.12",
"cidr-matcher": "^2.1.1",
"debug": "^4.2.0",
"debug": "^4.3.1",
"deepcopy": "^2.1.0",
"drachtio-fsmrf": "^2.0.2",
"drachtio-srf": "^4.4.39",
"drachtio-srf": "^4.4.40",
"express": "^4.17.1",
"ip": "^1.1.5",
"jambonz-mw-registrar": "^0.1.3",
@@ -45,11 +45,11 @@
"xml2js": "^0.4.23"
},
"devDependencies": {
"lodash": "4.17.20",
"blue-tape": "^1.0.0",
"clear-module": "^4.1.1",
"eslint": "^7.11.0",
"eslint": "^7.14.0",
"eslint-plugin-promise": "^4.2.1",
"lodash": "4.17.20",
"nyc": "^15.1.0",
"tap-dot": "^2.0.0",
"tap-spec": "^5.0.0"