mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-19 04:17:44 +00:00
update to drachtio-srf@4.4.34
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -38,3 +38,4 @@ node_modules
|
||||
examples/*
|
||||
|
||||
ecosystem.config.js
|
||||
.vscode
|
||||
|
||||
@@ -21,7 +21,7 @@ class TaskSay extends Task {
|
||||
this.ep = ep;
|
||||
try {
|
||||
const filepath = [];
|
||||
while (!this.killed && this.loop--) {
|
||||
while (!this.killed && this.loop-- && this.ep.connected) {
|
||||
let segment = 0;
|
||||
do {
|
||||
if (filepath.length <= segment) {
|
||||
|
||||
7
package-lock.json
generated
7
package-lock.json
generated
@@ -1095,9 +1095,9 @@
|
||||
}
|
||||
},
|
||||
"drachtio-srf": {
|
||||
"version": "4.4.28",
|
||||
"resolved": "https://registry.npmjs.org/drachtio-srf/-/drachtio-srf-4.4.28.tgz",
|
||||
"integrity": "sha512-gY/wmH6JFmeEv2/jhwFbky1NYUmDwgIJzjNeGlDiAkQEA6GgcI/CFi5RRHAUzghpczTwXQNDXpARPB8QDWX1JA==",
|
||||
"version": "4.4.34",
|
||||
"resolved": "https://registry.npmjs.org/drachtio-srf/-/drachtio-srf-4.4.34.tgz",
|
||||
"integrity": "sha512-hTaO45Hc9SOJlxucZxnNGtvoIXG1loeu0H8W4U3WU9va3BY2U0kK2f2sT8mvqURA3c7/jFRfSicvDniZYKWwyg==",
|
||||
"requires": {
|
||||
"async": "^1.4.2",
|
||||
"debug": "^3.1.0",
|
||||
@@ -1108,6 +1108,7 @@
|
||||
"lodash": "^4.17.13",
|
||||
"node-noop": "0.0.1",
|
||||
"only": "0.0.2",
|
||||
"sdp-transform": "^2.14.0",
|
||||
"sip-methods": "^0.3.0",
|
||||
"utils-merge": "1.0.0",
|
||||
"uuid": "^3.0.0"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"cidr-matcher": "^2.1.1",
|
||||
"debug": "^4.1.1",
|
||||
"drachtio-fsmrf": "^2.0.1",
|
||||
"drachtio-srf": "^4.4.28",
|
||||
"drachtio-srf": "^4.4.34",
|
||||
"express": "^4.17.1",
|
||||
"ip": "^1.1.5",
|
||||
"@jambonz/db-helpers": "^0.3.7",
|
||||
|
||||
Reference in New Issue
Block a user