Skip to main content

Questions tagged [twilio-twiml]

For anything related to Twilio's TwiML (Twilio Markup Language)

0 votes
0 answers
6 views

Add AMD to Twilio dial.number?

I have this code running on my server. It is in the endpoint on my server that is specified in my TwiML app->Voice Configuration->Request URL. It works correctly, and the call is successful. My ...
VikR's user avatar
  • 5,000
1 vote
0 answers
15 views

How do I implement a zero (or negative)-timeout Gather to allow users to optionally respond to a Voice prompt followed by another Gather?

Imagine this desired behavior: You call my Twilio number. A voice answers, saying "Press 9 for Spanish support. Otherwise, tell me what you want help with." In order to parse a button-press ...
actinidia's user avatar
  • 286
0 votes
0 answers
17 views

Twilio Stream with Ambience Sound in Node.js

I am using https://github.com/twilio-labs/call-gpt this code for one of my project. Everything works well but I am not able to add ambiance sound like office sound that user can hear so AI can process ...
kapilkarda's user avatar
0 votes
0 answers
18 views

In twilio after conversion of simple call to conference , initial user gets droped

public function createConferenceFromOngoingCall($callSid, $newParticipant, $initialUser, $secondUser) { try { $client = $this->createClient(); $newParticipantSid ...
Dhruvi's user avatar
  • 1
0 votes
0 answers
19 views

Twillio Call transfer

I am implementing call transfer in Twilio , where A and B are connected via simple non-conference call but now B dials to C and I want A and C to be connected to ongoing call removing B from middle. I ...
Dhruvi Nonghanvadra's user avatar
0 votes
0 answers
23 views

how can I ascertain my TWILIO credentials are correct?

I am making a flask app that users can call a number and then get predetermined responses based on input. I got this number from TWILIO and my SID, auth_token from my TWILIO console. The basic flow is ...
user26347577's user avatar
0 votes
0 answers
28 views

Twilio voice call not working in expo react native (IOS)

I have integrated Twilio video call functionality in an expo application in react native. But when trying to integrate the voice it's not working. I have created the voice token from backend and ...
abhishek p s's user avatar
0 votes
0 answers
8 views

Twilsock Disconnected

I am trying to generate client in twilio , it was working fine , but suddenly I am facing error const client = new Client(page.props.value.chat.token, { logLevel: 'debug' }); client.on("...
Dhruvi's user avatar
  • 1
0 votes
0 answers
15 views

Twilio: How to transcribe a recorded dialed call?

I'm developing a Typescript app where I'll make some phone calls using Twilio. My goal is to save the calls' transcriptions. These are the current attributes I'm passing to Twilio's Dial verb: record: ...
Tsarsko Petrovich's user avatar
0 votes
0 answers
34 views

Twilio conversation to Conference call from Simple call

I want to add users to simple call generated using twilio to update it to conference call public function forwardCallToUser(Request $request) { $client = new Client($accountSid, $...
Dhruvi's user avatar
  • 1
0 votes
1 answer
17 views

Send two SMS with Twiml

I am using a Twilio phone number and I am trying to do this: Wherever some send a texto to my Twilio number, I want them to receive an automatic reply AND I want their SMS to be forwarded to another ...
user25985884's user avatar
0 votes
0 answers
26 views

Twilio error while accepting the incoming call

Error of @twilio_conversation…js?v=582255ec:11005 Uncaught (in promise) Error: Forbidden at Upstream2._callee$ (@twilio_conversation…v=582255ec:11005:27) at tryCatch (chunk-NHAX666J.js?v=...
Dhruvi's user avatar
  • 1
0 votes
0 answers
13 views

Twilio Voice Error Handling in case of application error has been occurs

I have setup Twilio Voice. any incoming call comes to twilio number is going to handle backend service which is running on instance with the /voice endpoint and same endpoint has been set up on twilio ...
Kevin Thoriya's user avatar
1 vote
1 answer
39 views

Get user response as speech-to-text in Twilio

I am exploring Twilio programmable voice for the first time, and can't find how to get user speech input as text. TwiML Gather with the speech input gather: Gather = Gather( input="...
jprusakova's user avatar
  • 1,637
0 votes
1 answer
30 views

Twilio Server Rings "to" Number, Then Hangs Up?

I am setting up Twilio Voice Calling. I have this code on my client: function makeCall() { if (!window.twilioDevice) { console.error('Twilio Device not ready'); return; } ...
VikR's user avatar
  • 5,000

15 30 50 per page
1
2 3 4 5
52