mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
AdultingSession: change bindings on logger to include new traceId
This commit is contained in:
@@ -363,8 +363,9 @@ class SingleDialer extends Emitter {
|
||||
this.dlg.callSid = this.callSid;
|
||||
this.dlg.linkedSpanId = this.rootSpan.traceId;
|
||||
const rootSpan = new RootSpan('outbound-call', this.dlg);
|
||||
logger.bindings({traceId: rootSpan.traceId, callSid: this.callSid, callId: this.dlg.sip.callId});
|
||||
const cs = new AdultingCallSession({
|
||||
logger: this.logger,
|
||||
logger,
|
||||
singleDialer: this,
|
||||
application,
|
||||
callInfo: this.callInfo,
|
||||
|
||||
Reference in New Issue
Block a user