@tiledesk/tiledesk-voice-twilio-connector 0.1.26-rc10 → 0.1.26-rc11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -614,7 +614,7 @@ router.post('/speechresult/:callSid', async (req, res) => {
|
|
|
614
614
|
winston.verbose("(voice) VXML to SEND: "+ messageToVXML);
|
|
615
615
|
|
|
616
616
|
let end_call = new Date()
|
|
617
|
-
winston.info(`Time to respond to /speechresult/${
|
|
617
|
+
winston.info(`Time to respond to /speechresult/${callSid} : ${(end_call-start_call)} [ms]`)
|
|
618
618
|
|
|
619
619
|
// Render the response as XML in reply to the webhook request
|
|
620
620
|
res.set('Content-Type', 'application/xml');
|