@tiledesk/tiledesk-voice-twilio-connector 0.1.14-rc7 → 0.1.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiledesk/tiledesk-voice-twilio-connector",
3
- "version": "0.1.14-rc7",
3
+ "version": "0.1.14",
4
4
  "description": "Tiledesk VOICE Twilio connector",
5
5
  "license": "MIT",
6
6
  "author": "Gabriele Panico",
@@ -277,7 +277,9 @@ class TiledeskTwilioTranslator {
277
277
  }*/
278
278
 
279
279
  const prompt = this.promptVXML(gather, message, xmlAttributes);
280
-
280
+
281
+ //const beep = gather.ele('Play', {}, "https://uccs-public.imagicle.cloud/fw/VR/confirmationBeepForVR_alternative.wav")
282
+
281
283
  const handleNoInputNoMatchQuery = await this.handleNoInputNoMatch(rootEle, message, xmlAttributes);
282
284
  if(handleNoInputNoMatchQuery && handleNoInputNoMatchQuery.queryNoInput){
283
285
  rootEle.ele("Redirect", {method: "POST"}, this.BASE_URL + '/handle/' + xmlAttributes.callSid + '/no_input?'+ handleNoInputNoMatchQuery.queryNoInput)
@@ -38,8 +38,8 @@ module.exports = {
38
38
  SPEECH_FORM: 'speech_form',
39
39
 
40
40
  },
41
- WAIT_BASE_DELAY_TIME: 250,
42
- VOICE_NAME: 'Polly.Bianca',
41
+ WAIT_BASE_DELAY_TIME: 25,
42
+ VOICE_NAME: 'Polly.Bianca-Neural',
43
43
  VOICE_LANGUAGE: 'it-IT',
44
44
  CALL_STATUS: {
45
45
  INITIATED: 'initiated',