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,
|
callSid,
|
||||||
accountSid: req.body.account_sid,
|
accountSid: req.body.account_sid,
|
||||||
applicationSid: app.application_sid,
|
applicationSid: app.application_sid,
|
||||||
traceId: this.rootSpan.traceId
|
traceId: rootSpan.traceId
|
||||||
});
|
});
|
||||||
cs = new RestCallSession({
|
cs = new RestCallSession({
|
||||||
logger,
|
logger,
|
||||||
|
|||||||
Reference in New Issue
Block a user