mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
bugfix: yet another tracing fix on rest outdial
This commit is contained in:
@@ -164,7 +164,7 @@ router.post('/', async(req, res) => {
|
||||
callSid,
|
||||
accountSid: req.body.account_sid,
|
||||
applicationSid: app.application_sid,
|
||||
traceId: this.rootSpan.traceId
|
||||
traceId: rootSpan.traceId
|
||||
});
|
||||
cs = new RestCallSession({
|
||||
logger,
|
||||
|
||||
Reference in New Issue
Block a user