Questions tagged [twilio-twiml]

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

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

709 questions
0
votes
1 answer

TwilioError: Participant disconnected because of duplicate identity

In my application i need an ability for the user to dial-in into existing video room where he already has video track created under his identity, so whenever user calls i generate the following TwiML:
AnKing
  • 1,994
  • 6
  • 31
  • 54
0
votes
1 answer

While using TwiML the call always fails, there's no bug in the debugger and Client is active

I am trying to use Twilio Javascript Client to connect Incoming Calls to my Browser using WebRTC. The client is up and in ready state - with a proper capability token. On the other hand, when I try to dial an outbound call with a TwiML script (to…
0
votes
1 answer

How do I make the endpoint hit from a TwiML redirect in a VoiceResponse return a MessagingResponse?

I have a situation where I want a TwiML VoiceResponse to call another endpoint which returns a MessagingResponse. However, I am getting an XML Validation warning for the MessagingResponse because of what I suspect is a mismatch in the inbound type…
user3806486
  • 135
  • 1
  • 7
0
votes
1 answer

Issue with Twilio restarting the VoiceResponse

I am using the Tiwlio SDK to create a CallResource: Dim tCall = CallResource.Create(toPhone, fromPhone, url:=New Uri("http://blah.com/api-callback") …
BigPoppa
  • 1,205
  • 2
  • 13
  • 21
0
votes
2 answers

How to live stream audio from a url into an outgoing twilio phonecall?

I would like to make an outgoing phone call from my twilio number(A) to another phone number(B). When the call is picked up, I would like to livestream audio from a public url. How do I do this? I've been looking at the verb in TwiML, but…
0
votes
1 answer

After making an outbound call with Twilio, is there a way to send additional digits after a period of time?

I'm currently making a successful outbound call, with sendDigits already specified. I want to, some time later, during my call, be able to send more digits. Is this possible, perhaps with twiml? Note: I don't want to dial another number, simply…
0
votes
1 answer

Twilio to Accept Incoming Call and Send Digits + Pound Sign

I need to use twiml code to receive an inbound call and send 3 digits followed by a pound sign. I've confirmed the code below is sending the digits, but not the pound sign.
Moonstone
  • 121
  • 10
0
votes
1 answer

Editing Twilio TwiML using API or HTTP POST

My company uses Twilio Flex as our phone system and I was recently tasked with setting up a feature that will let us edit a TwiML voice message that plays before our normal voice message. This TwiML message will be changed through a Twilio bot that…
0
votes
1 answer

How to fix Twilio function to accept incoming calls and have voicemail functionality

When the function is configured on a Twilio phone number the function will immediately direct the calling party to voicemail failing to notify the called party of an incoming call and denying the called party (SIP endpoint)…
0
votes
1 answer

Twilio recordingStatusCallback is never called

Trying to receive recordings of calls. I'm self hosting this twiml code.
Moonstone
  • 121
  • 10
0
votes
1 answer

How to redirect incoming call to SIP ip address with twiml?

I'm using Twilio (twiml code) for incoming calls. I need to redirect incoming call to remote SIP ip address. How can I do it ?
user640582
  • 31
  • 5
0
votes
1 answer

Gather verb is not working for 1st participant in conference only work for last connected participant

basically I want to connect third participant (A PSTN no) on ongoing call when conference owner press a key here is my Twiml :- PSTNConf
Dheeman
  • 1
  • 2
0
votes
2 answers

Twilio TwiML How do I pass URL parameters to TwiML script?

I want to pass a parameter via URL for TwiML to read from when it addresses the person on the other end of the phone. I can't seem to get it to work right. I've tried all sorts of things. Here is my ASP.NET VB Code... Dim XClient As New…
0
votes
2 answers

How to allow pauses in twilio studio gather input

I am working on an IVR in Twilio studio in which the caller needs to read out their id number in order to check their point balance. Everything works well except if the caller pauses between numbers the Gather input widget thinks they are done with…
0
votes
1 answer

View twiml that was generated using Twilio functions

Is there any way to view the twiml that was generated using Twilio functions?
X10D
  • 600
  • 2
  • 13