mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2026-07-04 19:32:04 +00:00
Fix/193 (#195)
* pass sip failure reason back to FS * Update call-session.js * update drachtio-srf dep
This commit is contained in:
+1
-1
@@ -642,7 +642,7 @@ class CallSession extends Emitter {
|
|||||||
}, this.decrKey, {writeCallCountSP, writeCallCount, writeCallCountApp})
|
}, this.decrKey, {writeCallCountSP, writeCallCount, writeCallCountApp})
|
||||||
.catch((err) => this.logger.error(err, 'Error decrementing call counts'));
|
.catch((err) => this.logger.error(err, 'Error decrementing call counts'));
|
||||||
}
|
}
|
||||||
debug(`got final outdial error: ${err}`);
|
this.logger.debug(`got final outdial error: ${err}`);
|
||||||
if (!passFailure) this.res.send(status);
|
if (!passFailure) this.res.send(status);
|
||||||
this.emit('failed');
|
this.emit('failed');
|
||||||
this.rtpEngineResource.destroy()
|
this.rtpEngineResource.destroy()
|
||||||
|
|||||||
Generated
+5
-4
@@ -21,7 +21,7 @@
|
|||||||
"cidr-matcher": "^2.1.1",
|
"cidr-matcher": "^2.1.1",
|
||||||
"debug": "^4.3.4",
|
"debug": "^4.3.4",
|
||||||
"drachtio-fn-b2b-sugar": "^0.2.1",
|
"drachtio-fn-b2b-sugar": "^0.2.1",
|
||||||
"drachtio-srf": "^5.0.5",
|
"drachtio-srf": "^5.0.12",
|
||||||
"express": "^4.19.2",
|
"express": "^4.19.2",
|
||||||
"pino": "^8.20.0",
|
"pino": "^8.20.0",
|
||||||
"sdp-transform": "^2.15.0"
|
"sdp-transform": "^2.15.0"
|
||||||
@@ -1587,9 +1587,10 @@
|
|||||||
"integrity": "sha512-bMtje8GWVTze+UG6WSGnlUfBaYCuFiApNXl/XxWc+X9uATZiZkV2jIqhf+Y4SY3nS8dZclJIVKd9qwoCa+i+Vw=="
|
"integrity": "sha512-bMtje8GWVTze+UG6WSGnlUfBaYCuFiApNXl/XxWc+X9uATZiZkV2jIqhf+Y4SY3nS8dZclJIVKd9qwoCa+i+Vw=="
|
||||||
},
|
},
|
||||||
"node_modules/drachtio-srf": {
|
"node_modules/drachtio-srf": {
|
||||||
"version": "5.0.5",
|
"version": "5.0.12",
|
||||||
"resolved": "https://registry.npmjs.org/drachtio-srf/-/drachtio-srf-5.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/drachtio-srf/-/drachtio-srf-5.0.12.tgz",
|
||||||
"integrity": "sha512-dKdOf+zonTvk1eVu0IVc4a/Hdah2KspXngAeLQ3NZHdAkjQCJjYQZubVP6ho2QT1pzu8wA3U4M/atL1O99Ujzw==",
|
"integrity": "sha512-3L5nq3uxwb+DcHaeyRBR974no5mJkFilqqhbJ2VTjpJXC/nYAU/Q468z9hq3vtq7pGjc1kORxMHgH4Y0Oj8cIw==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "^3.2.7",
|
"debug": "^3.2.7",
|
||||||
"delegates": "^0.1.0",
|
"delegates": "^0.1.0",
|
||||||
|
|||||||
+1
-1
@@ -39,7 +39,7 @@
|
|||||||
"cidr-matcher": "^2.1.1",
|
"cidr-matcher": "^2.1.1",
|
||||||
"debug": "^4.3.4",
|
"debug": "^4.3.4",
|
||||||
"drachtio-fn-b2b-sugar": "^0.2.1",
|
"drachtio-fn-b2b-sugar": "^0.2.1",
|
||||||
"drachtio-srf": "^5.0.5",
|
"drachtio-srf": "^5.0.12",
|
||||||
"express": "^4.19.2",
|
"express": "^4.19.2",
|
||||||
"pino": "^8.20.0",
|
"pino": "^8.20.0",
|
||||||
"sdp-transform": "^2.15.0"
|
"sdp-transform": "^2.15.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user