twilio

Twilio recording_status_callback_event is not called when recording is complete

偶尔善良 提交于 2021-01-07 06:36:38
问题 I am using Twilio to record calls using RecordVerb in Python. Here is how I am using it response.record(action='/exit/graceful?lang='+lang, timeout=5, play_beep='true', recording_status_callback='/recording/callback?lang='+lang, recording_status_callback_event='complete in-progress absent', finish_on_key='#') But my recording_status_callback event is not getting triggered when the recording is complete. It is getting triggered during in-progress event but not when it is completed Please help

Twilio recording_status_callback_event is not called when recording is complete

夙愿已清 提交于 2021-01-07 06:34:36
问题 I am using Twilio to record calls using RecordVerb in Python. Here is how I am using it response.record(action='/exit/graceful?lang='+lang, timeout=5, play_beep='true', recording_status_callback='/recording/callback?lang='+lang, recording_status_callback_event='complete in-progress absent', finish_on_key='#') But my recording_status_callback event is not getting triggered when the recording is complete. It is getting triggered during in-progress event but not when it is completed Please help

Twilio recording_status_callback_event is not called when recording is complete

限于喜欢 提交于 2021-01-07 06:34:16
问题 I am using Twilio to record calls using RecordVerb in Python. Here is how I am using it response.record(action='/exit/graceful?lang='+lang, timeout=5, play_beep='true', recording_status_callback='/recording/callback?lang='+lang, recording_status_callback_event='complete in-progress absent', finish_on_key='#') But my recording_status_callback event is not getting triggered when the recording is complete. It is getting triggered during in-progress event but not when it is completed Please help

Multiple twilio numbers forward to single number, how do I indicate to operator what number was called?

喜你入骨 提交于 2021-01-07 02:52:51
问题 My parents-in-law are opening a second business, but want to be able to answer calls from customers on their cell phone. They are having multiple twilio numbers forward to their cell phone. The problem now is that they don't know which business the customer is calling for, so they don't know how to answer the phone. In a perfect world, when the phone is answered, I'd be able to play a message to the operator telling them the name of the business called, before actually connecting the calls

get real-time json data from twilio runtime with axios

[亡魂溺海] 提交于 2021-01-07 02:49:37
问题 I am trying to achieve real-time data from twilio server-less function. I am using a boilerplate function edited a little bit.What I want is json data in server and voice response in call consecutively .but the following code is not sending json data to server. const axios = require('axios'); exports.handler = function (context, event, callback) { let twiml = new Twilio.twiml.VoiceResponse(); twiml.say('you are welcome '); const instance = axios.create({ baseURL: 'http://fafc4eac4162.ngrok.io

Twilio conference voicemail/machine detection

元气小坏坏 提交于 2021-01-01 06:16:40
问题 I am building an application in which we add 20 people to a conference for an important discussion, and suppose one or two of participants (From the 20 people added to the conference) is not available and their voicemail is active, then in the middle of an important discussion those prerecorded voicemail messages/audio starts, this is very annoying for others in the conference. I want to prevent this from happening. I have tried using ifMachine but it did not help, MachineDetection callback

Twilio conference voicemail/machine detection

喜欢而已 提交于 2021-01-01 06:16:31
问题 I am building an application in which we add 20 people to a conference for an important discussion, and suppose one or two of participants (From the 20 people added to the conference) is not available and their voicemail is active, then in the middle of an important discussion those prerecorded voicemail messages/audio starts, this is very annoying for others in the conference. I want to prevent this from happening. I have tried using ifMachine but it did not help, MachineDetection callback

Twilio conference voicemail/machine detection

≯℡__Kan透↙ 提交于 2021-01-01 06:12:29
问题 I am building an application in which we add 20 people to a conference for an important discussion, and suppose one or two of participants (From the 20 people added to the conference) is not available and their voicemail is active, then in the middle of an important discussion those prerecorded voicemail messages/audio starts, this is very annoying for others in the conference. I want to prevent this from happening. I have tried using ifMachine but it did not help, MachineDetection callback