@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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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/${callId} : ${(end_call-start_call)} [ms]`)
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');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiledesk/tiledesk-voice-twilio-connector",
3
- "version": "0.1.26-rc10",
3
+ "version": "0.1.26-rc11",
4
4
  "description": "Tiledesk VOICE Twilio connector",
5
5
  "license": "MIT",
6
6
  "author": "Gabriele Panico",