Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [twilio-twiml]

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

0 votes
0 answers
7 views

Twilio <Client> and <SIP> with <Enqueue> and <Queue>: BLF Not Glowing on Yealink T31 When Call is Parked

I'm currently working on a project using Twilio and Yealink T31 hardphones. I'm leveraging Twilio's <Client> and <SIP> verbs for handling calls, and using <Enqueue> and <Queue> ...
Soap Nab's user avatar
0 votes
1 answer
13 views

Update child SID to put user on hold ends the parent SID call automatically

I am trying to facilitate putting users on hold for both outbound and inbound calls. It is working perfectly for inbound calls, but when I update the users child SID for outbound calls my side of the ...
Michael's user avatar
0 votes
0 answers
8 views

twiML to redirect a call to a new studio flow

I have a studio flow (A) which includes a twiML redirect widget. This executes the following twiMl. The URL is webhook address of a different studio Flow (B) <Response> <Say>Your ...
iasksillyquestions's user avatar
0 votes
0 answers
27 views

No Twilio Console Errors, But Twilio Voice Call Does Not Go Through?

I'm working on getting Twilio app-to-phone voice calls working. Here's my current flow. Client clicks the "Make Call" button on my website. My site sets up the Twilio device and calls const ...
VikR's user avatar
  • 5,012
0 votes
0 answers
10 views

twilio sip registraion - BE node, FE react native (Twilio Register SIP Endpoint)

I have configured twilio SIP domain, TwiML app and credentials list for users. But I am unable to register users in Registered SIP endpoints. Is it possible to register from react-native app? I am ...
Ubaid's user avatar
  • 866
0 votes
1 answer
15 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,012
1 vote
0 answers
18 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
1 vote
0 answers
29 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
20 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
20 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
25 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
32 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
9 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
16 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

15 30 50 per page
1
2 3 4 5
52