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})
|
||||
.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);
|
||||
this.emit('failed');
|
||||
this.rtpEngineResource.destroy()
|
||||
|
||||
Reference in New Issue
Block a user