Comparing version 0.6.22 to 0.6.24
@@ -148,4 +148,6 @@ const debug = require('debug') ('sipware:ua') | ||
if(ctx.lookup.loopback.length) { | ||
var users = Headers.printAddrs(ctx.lookup.loopback); | ||
ctx.resolve(); | ||
this.push(ctx, ctx.gate ? `127.0.0.1+${ctx.gate}` : '127.0.0.1'); | ||
this.push(ctx, ctx.gate ? `127.0.0.1+${ctx.gate};${users}` : `127.0.0.1;${users}`); | ||
this.loopback(ctx); | ||
@@ -152,0 +154,0 @@ } |
@@ -67,3 +67,3 @@ { | ||
"optionalDependencies": {}, | ||
"version": "0.6.22", | ||
"version": "0.6.24", | ||
"directories": { | ||
@@ -70,0 +70,0 @@ "lib": "lib" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126527
3078