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

Twimlet that will forward request parameters to next verb

I have this conceptual Twiml that I want the echo twimlet to provide: http://twimlets.com/forward My intent is to use this for outbound…
regretoverflow
  • 2,093
  • 1
  • 23
  • 45
0
votes
1 answer

Call Twilio Client from Twimlet

Dialing a Twilio client app requires the twiml noun. Is there a way to generate the Twiml necessary to forward a call to a client using a Twimlet? Ideally, the simulring would accept client OR numbers, but it does not appear to.
regretoverflow
  • 2,093
  • 1
  • 23
  • 45
0
votes
1 answer

twilio twiml and url encode/decode

I’m sending this url encoded message: http://anydomain.com/message.php?Message=This+is+a+test+message To this url: http://anydomain.com/message.php I can’t figure out how to decode and get “This is a test message” in the $response-> say() below.…
jimk
  • 23
  • 5
0
votes
1 answer

Have a URL generate TwiML response in a rails app

We are using the 'twilio-ruby' library in our application. The Twilio service is working as expected, text messages are being sent and received to and from our clients as expected. However, when there is an incoming message, there is a 500 from the…
Matt
  • 1
0
votes
0 answers

Twilio : forwarding +1 tollfree number to local number in other country.

I am trying to forward a +1 toll-free number to +372 number. So when I call from +1844 it says, "it is not toll-free number and caller has to pay" but when I call from +91 (india), it doesn't say any message. Is there any parameter I need to pass to…
Max
  • 1,528
  • 21
  • 33
0
votes
1 answer

Twilio: How to reply to a users message with a customized message based on the user's previous message in python?

I have an android app that sends an sms message to my twilio number with content in json. I have a twiml flask python app that is supposed to read the users previous sms from the android app and its supposed to return a customized reply message…
0
votes
1 answer

Twilio redirect a call from sub -account to master account

I have a master account and a sub account. Let's say a caller calls a number in the sub account. The sub account will process this call by outputting some TwiMl and based on some business rules it might need to redirect the flow of this call to the…
ecorvo
  • 3,559
  • 4
  • 24
  • 35
0
votes
1 answer

Twilio SMS Twiml with Test Credentials

I'm using twilio with the test credentials and I send a simple sms from the test number +15005550006 to my twilio number. When I execute it I get an sid. On my twilio number I have set up a request url to receive the twiml request but it never gets…
moobody
  • 3
  • 2
0
votes
1 answer

Twilio send optional parameters TwiML JavaScript Ajax Phonegap

Is it possible to send optinal parameters to my twilio twiml file and use them in a php script? Its because im using a generated userid in my phonegap app. If the call is connected i want to send the user id to twiml and check in the php if the call…
mav
  • 89
  • 2
  • 8
0
votes
1 answer

TWIML for reverse click-to-dial browser plugin

I have a mostly working chrome extension that uses the Twilio client to allow calling a number from the browser. The twilio client is too unstable to be used reliably, so I'm re-wiring the extension to just perform 'reverse click to dial', but am…
regretoverflow
  • 2,093
  • 1
  • 23
  • 45
0
votes
1 answer

Twilio Queue Sid

I am using the following code that I got from the twilio website. I need to get the QueueSid of my queue named "Sales". How do I go about doing this? If there is documentation for this subject please point me there as well. Thanks in…
Cannon Moyer
  • 94
  • 1
  • 12
0
votes
1 answer

Redirecting a Call to a new Twiml URL

I am following the tutorial on https://www.twilio.com/docs/api/rest/change-call-state#post I am coding in php the portion that allows you to forward a current inbound call to a new Twiml URL. I am finding that in order for this to work, I have to…
Cannon Moyer
  • 94
  • 1
  • 12
0
votes
1 answer

TwiML - Can I record an user AND gather keypad inputs in the same call?

its pretty straight forward to either record and transcribe an user's call, or gather input from the user's keypad after prompting them with a recording. It is not clear to me however, what steps I should take to record the users 'description' of…
rafaCode
  • 121
  • 5
0
votes
1 answer

How can I pass `StatusCallbackEvent` while the number voice is configured with `Application`?

I have configured my number's voice with Application. TWILIO APPS configuration page don't have the option for StatusCallbackEvent. How do I set the StatusCallbackEventfor other events beside the default one? I found an alternative . passing…
chamlingd
  • 87
  • 1
  • 11
0
votes
1 answer

Using TwiML to determine when outbound call is answered

I'm building a TwiML Application (Twilio Mark Up Language App) that is set to call a user. When I make an outbound call & when the call ends, my server receives the appropriate callback from the Twilio API. But when the end user answers the phone…
Henry
  • 926
  • 2
  • 12
  • 27