mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-19 04:17:44 +00:00
updates to drachtio-srf@4.5.0 and drachtio-fsmrf@3.0.0
This commit is contained in:
7158
package-lock.json
generated
7158
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@@ -26,11 +26,9 @@
|
|||||||
"jslint": "eslint app.js lib"
|
"jslint": "eslint app.js lib"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cognigy/socket-client": "^4.5.5",
|
|
||||||
"@jambonz/db-helpers": "^0.6.16",
|
"@jambonz/db-helpers": "^0.6.16",
|
||||||
"@jambonz/http-health-check": "^0.0.1",
|
"@jambonz/http-health-check": "^0.0.1",
|
||||||
"@jambonz/mw-registrar": "^0.2.1",
|
"@jambonz/realtimedb-helpers": "^0.4.28",
|
||||||
"@jambonz/realtimedb-helpers": "^0.4.27",
|
|
||||||
"@jambonz/stats-collector": "^0.1.6",
|
"@jambonz/stats-collector": "^0.1.6",
|
||||||
"@jambonz/time-series": "^0.1.6",
|
"@jambonz/time-series": "^0.1.6",
|
||||||
"@opentelemetry/api": "^1.1.0",
|
"@opentelemetry/api": "^1.1.0",
|
||||||
@@ -38,26 +36,23 @@
|
|||||||
"@opentelemetry/exporter-trace-otlp-http": "^0.27.0",
|
"@opentelemetry/exporter-trace-otlp-http": "^0.27.0",
|
||||||
"@opentelemetry/exporter-zipkin": "^1.1.0",
|
"@opentelemetry/exporter-zipkin": "^1.1.0",
|
||||||
"@opentelemetry/instrumentation": "^0.27.0",
|
"@opentelemetry/instrumentation": "^0.27.0",
|
||||||
"@opentelemetry/instrumentation-express": "^0.28.0",
|
|
||||||
"@opentelemetry/instrumentation-http": "^0.27.0",
|
|
||||||
"@opentelemetry/instrumentation-pino": "^0.28.1",
|
|
||||||
"@opentelemetry/resources": "^1.1.0",
|
"@opentelemetry/resources": "^1.1.0",
|
||||||
"@opentelemetry/sdk-trace-base": "^1.1.0",
|
"@opentelemetry/sdk-trace-base": "^1.1.0",
|
||||||
"@opentelemetry/sdk-trace-node": "^1.1.0",
|
"@opentelemetry/sdk-trace-node": "^1.1.0",
|
||||||
"@opentelemetry/semantic-conventions": "^1.1.0",
|
"@opentelemetry/semantic-conventions": "^1.1.0",
|
||||||
"aws-sdk": "^2.1073.0",
|
"aws-sdk": "^2.1073.0",
|
||||||
"bent": "^7.3.12",
|
"bent": "^7.3.12",
|
||||||
"cidr-matcher": "^2.1.1",
|
|
||||||
"debug": "^4.3.2",
|
"debug": "^4.3.2",
|
||||||
"deepcopy": "^2.1.0",
|
"deepcopy": "^2.1.0",
|
||||||
"drachtio-fsmrf": "^2.0.13",
|
"drachtio-fsmrf": "^3.0.0",
|
||||||
"drachtio-srf": "^4.4.61",
|
"drachtio-srf": "^4.5.0",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"helmet": "^5.0.2",
|
"helmet": "^5.0.2",
|
||||||
"ip": "^1.1.5",
|
"ip": "^1.1.5",
|
||||||
"moment": "^2.29.2",
|
"moment": "^2.29.2",
|
||||||
"parse-url": "^5.0.7",
|
"parse-url": "^5.0.7",
|
||||||
"pino": "^6.13.4",
|
"pino": "^6.13.4",
|
||||||
|
"sdp-transform": "^2.14.1",
|
||||||
"short-uuid": "^4.2.0",
|
"short-uuid": "^4.2.0",
|
||||||
"to-snake-case": "^1.0.0",
|
"to-snake-case": "^1.0.0",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
@@ -66,7 +61,6 @@
|
|||||||
"xml2js": "^0.4.23"
|
"xml2js": "^0.4.23"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"async": "^3.2.0",
|
|
||||||
"clear-module": "^4.1.1",
|
"clear-module": "^4.1.1",
|
||||||
"eslint": "^7.20.0",
|
"eslint": "^7.20.0",
|
||||||
"eslint-plugin-promise": "^4.3.1",
|
"eslint-plugin-promise": "^4.3.1",
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
const test = require('tape') ;
|
const test = require('tape') ;
|
||||||
const exec = require('child_process').exec ;
|
const exec = require('child_process').exec ;
|
||||||
const async = require('async');
|
|
||||||
|
|
||||||
test('starting docker network..takes a bit for mysql and freeswitch to come up..patience..', (t) => {
|
test('starting docker network..takes a bit for mysql and freeswitch to come up..patience..', (t) => {
|
||||||
exec(`docker-compose -f ${__dirname}/docker-compose-testbed.yaml up -d`, (err, stdout, stderr) => {
|
exec(`docker-compose -f ${__dirname}/docker-compose-testbed.yaml up -d`, (err, stdout, stderr) => {
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
const test = require('blue-tape');
|
const test = require('tape');
|
||||||
const { output, sippUac } = require('./sipp')('test_sbc-inbound');
|
const { sippUac } = require('./sipp')('test_sbc-inbound');
|
||||||
const debug = require('debug')('drachtio:sbc-inbound');
|
|
||||||
const clearModule = require('clear-module');
|
|
||||||
|
|
||||||
process.on('unhandledRejection', (reason, p) => {
|
process.on('unhandledRejection', (reason, p) => {
|
||||||
console.log('Unhandled Rejection at: Promise', p, 'reason:', reason);
|
console.log('Unhandled Rejection at: Promise', p, 'reason:', reason);
|
||||||
|
|||||||
Reference in New Issue
Block a user