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
2
votes
2 answers

Twilio SIP: Making Outbound Calls

I have successfully set up a Cisco VOIP phone to register with Twilio via SIP I have created a SIP domain, authenticated, and the phone is registered I have set up a TwiML Bin that looks like:
Marcus
  • 675
  • 2
  • 8
  • 24
2
votes
1 answer

Send MMS using Twilio.TwimlResponse()

I'm using a node server with a webhook for handling receiving Twilio messages to one of my numbers. I use this number to forward communications between users, essentially anonymizing things for them (they communicate with our number so they don't…
Jake T.
  • 4,308
  • 2
  • 20
  • 48
2
votes
1 answer

TwiML App - Invoke AWS Lambda when user replies STOP / START for Twilio Number

Here is my scenario: I am using Twilio to send SMSes to my clients. When user decides not to receive these SMSes they reply STOP and START to receive again. This is automatically handled by Twilio. But, i need to invoke a AWS Lambda function and…
Vamsi Challa
  • 11,038
  • 31
  • 99
  • 149
2
votes
1 answer

TwiML Bin - Anyway to access parameters?

I am setting up a demo for a product, and we are using Twilio two connect two people together. To host the XML response, I set up new TwiML bin files that Twilio offers. I am using the call to prompt the first caller to hit 1 to accept or 2…
Cow
  • 764
  • 5
  • 10
  • 25
2
votes
1 answer

In Twilio How Do I GATHER while on an active call?

We are building a custom phone system (PBX) on twilio. When a caller calls in, a few recordings are played and then we have a dial verb. Within the dial verb can be one or more nouns, which allow us to create 1 or more calls depending on…
MediaGiantDesign
  • 620
  • 9
  • 24
2
votes
1 answer

Android Twilio OnHold VOIP

I have my VIOP call in action and the suddenly I get GSM call or something else so I need to put VOIP call on hold. I found this https://www.twilio.com/blog/2009/09/call-queueing-putting-callers-on-hold-calll-redirect-new-url-new-feature.html So now…
Kyryl Zotov
  • 1,788
  • 5
  • 24
  • 44
2
votes
1 answer

Empty params on Twiml POST request

A little background. I have a web app running that is attempting to receive incoming texts from Twilio. I have configured Twilio's sms twiml url to point to a route in my app at: http://my-app-name.com/api/twiml I have some code executed when the…
cwahlfeldt
  • 580
  • 5
  • 14
2
votes
1 answer

Twilio's Device.connect method returns null connection in Android

I am following Twilio's Android quickstart tutorial for an Android app. Here is the link to the tutorial: https://www.twilio.com/docs/quickstart/php/android-client/make-outgoing-call I am trying to make an outgoing call. I have set up a trial…
Pacemaker
  • 1,117
  • 2
  • 17
  • 36
2
votes
1 answer

How to leave Voice mail using Twilio?

I'am trying to send recorded messages to phone numbers using twilio & salesforce. The problem i am facing that some times the call is going to Voice mail and the message is not getting recorded as the voice mail recording starts after a certain…
Tanumay Das
  • 19
  • 1
  • 2
2
votes
1 answer

How do I debug the "Application Error" voice prompt in the following beginner TwiML code?

I have a very basic application where a user is greeted and has the option to select 1 or 2 and be sent to a call back script. It's giving me an "Application has encountered an error" message whenever I pass the first menu. My script is as follows: …
Tendi
  • 1,343
  • 2
  • 10
  • 11
2
votes
1 answer

What is the difference between DialCallStatus and CallStatus?

What is the difference between DialCallStatus and CallStatus? I saw when you use Dial verb with the action attribute, we can get the DialCallStatus and the CallStatus, what is the differences between these values?
Maxi Capodacqua
  • 303
  • 1
  • 15
2
votes
1 answer

Is there a way to programmatically create a Twimlbin?

I'd like to make an application where the user can enter a phone number and a message and I can have Twilio send that phone number a message with that text synthesized. An example of the TwiML code I'm using is something simple like
avorum
  • 2,243
  • 10
  • 39
  • 49
2
votes
1 answer

Checking if the recipient accepted/rejected the call?

I'm using Twilio for phone verification, and the hundred times + that I've tested it works, but somehow I occasionally received failed notifications (I have a mail() function in the else statement). Is there any way I can actually know if: The…
eozzy
  • 66,048
  • 104
  • 272
  • 428
2
votes
0 answers

Twilio Forward and Voicemail

Can someone help me? I used twimlbin to help me in creating the below: I am trying to have my twilio number forward to 2 numbers. 1 of the numbers have a whispher which lets me know when I pick up the phone that it is a call coming from my twilio…
2
votes
1 answer

twilio dial numbers in sequence

I'd like to have a user make a series of calls in sequence (not simultaneously). The preferred interaction would be: Connecting now. Press # to continue to the next call [dials a number] [gathers # keypress and dials next…
Adam Greenhall
  • 4,818
  • 6
  • 30
  • 31