Questions tagged [twimlet]

Twimlet is tiny web application from Twilio Labs implementing only basic voice functionality for apps. It is very similar to widget in web application.

10 questions
2
votes
1 answer

Twilio conference recordingStatusCallback URL not triggering

I am using the recordingStatusCallback for conference as stated here https://www.twilio.com/docs/voice/twiml/conference#attributes-recording-status-callback However, this URL is never been hit at all. I am not able to get the recording, but when I…
ecorvo
  • 3,559
  • 4
  • 24
  • 35
1
vote
1 answer

simulring and collect digits from dialed number to accept call

We've got a basic twiml set up that sends a call to multiple destinations, it looks something like this: +1800XXXXXXX +1912XXXXXXX
royce3
  • 1,203
  • 1
  • 10
  • 17
0
votes
1 answer

Twilio App - Updating Call Resource Ends Call

I'm a Twilio newbie and trying to develop a C# app that will interact with an automated phone tree. The issue is that the beginning of the phone tree is a bit different each time so instead of trying to automate all the different permutations, I'm…
0
votes
1 answer

Twilio call diverting call to personal cellphone answering machine instead of twimlet

I am trying to use twimlbin code to forward calls to the voicemail box for my current twilio number. The goal is to have a call come in, then it is split to call multiple numbers at the same time. If none of the numbers pick up, then forwards it…
0
votes
1 answer

Twilio complication

I'm new to Twilio, and I'm struggling with one task. I want to do the following: Customer A calls the Twilio number. Twilio forwards the call to the sequence of number (I have used twimlet findme to forward the call). In this scenario, if the first…
0
votes
2 answers

How to set proper S3 bucket name for Holdmusic Twimlet

I'm trying to setup a Twilio number to receive calls and play MP3 files that are on my public S3 bucket. I want to use a HoldMusic Twimlet for that and set this as the WebHook for my number. Unfortunately I struggle with the proper format of the S3…
petezurich
  • 9,280
  • 9
  • 43
  • 57
-1
votes
1 answer

play music to caller while simultaneous dial to multiple destinations

We've got a basic twiml set up that sends a call to multiple destinations, it looks something like this: https://xxx.xxx.xxx/assets/MoH.wav
royce3
  • 1,203
  • 1
  • 10
  • 17