@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
|
@@ -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)
|
package/tiledesk/constants.js
CHANGED
|
@@ -38,8 +38,8 @@ module.exports = {
|
|
|
38
38
|
SPEECH_FORM: 'speech_form',
|
|
39
39
|
|
|
40
40
|
},
|
|
41
|
-
WAIT_BASE_DELAY_TIME:
|
|
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',
|