Twilio is a cloud communications provider that offers the ability to send and receive phone calls and text messages via a simple REST API.

learn more… | top users | synonyms

0
votes
0answers
7 views

The Twilio Play function doesn't play the mp3 for an added caller

I have a tiny app that calls me, then dials another number. That works fine. I pick up, then I hear the other number ringing. Then, I want to then play an mp3 file for the person at the second number. ...
-2
votes
0answers
14 views

convert curl POST call into java urlconnection in twilio [closed]

I am trying to curl post command to java using urlconnection(HttpURLConnection) but it doesn't work. so please tell how to solve the problem. I have curl command is: curl -X POST ...
0
votes
1answer
25 views

How to access twilio Rest API in browers using java

I am trying to get data from this URL: https://api.twilio.com/2010-04-01/Accounts/AC84704276aeb03ef72fa434f45bf6f871/Calls ...
0
votes
1answer
13 views

Twilio sms not coming in mobile

I have implemented test twilio sms application. I have downloaded three files from https://github.com/benedmunds/CodeIgniter-Twilio I have used my account_sid, auth_token in twilio.php file which is ...
0
votes
1answer
11 views

passing post data to python api to make a twilio phone call

I would like to send some POST data to the url that will be called once the connection is made in a twilio call. Here is my code: import urllib, urllib2 from twilio.rest import TwilioRestClient ...
0
votes
0answers
10 views

Is there a way to get information about the callers volume level using Twilio's API?

Im trying to display each caller on a conference lines volume in our product. I was looking through Twilio's API docs and dont see anything around this. Does anyone know if theres a way to display ...
0
votes
0answers
19 views

Twilio Using Rest API -without library

I'm trying to send a sms without using a library, as I can't add any DLL's to my project. I've formatted the following url correctly from the API and I don't seem to get an SMS. ...
-1
votes
0answers
17 views

How many available phone numbers can twilio or other provide? [closed]

i have a general question. How many available phone numbers can twilio or some other company provide? Is there an approaching limit? Is there another 1Million numbers available? or more? Just ...
0
votes
1answer
23 views

Anonymous CallerId and (Un)conditional Forwarding with Twilio

When forwarding calls to a twilio number using unconditional forwarding from a mobile phone like this: *21*0031123456789# I never get information about the original caller id, or better, I get ...
1
vote
1answer
26 views

Twilio Quickstart Code for SMS Conversations not incrementing

I'm using labcoder's Twilio-Hackpack-for-Heroku-and-Sinatra then am following the Ruby Quickstart on Twilio's site. I've literally copied and pasted the code and it refuses to increment the counter. ...
0
votes
0answers
16 views

Twilio forward calls, only answer if the celled person answeres

I am trying to forward calls to my Twilio number to a normal landline number. With this works good, but: When I call the Twilio number then Twilio answeres and then tries to connect to the ...
2
votes
0answers
37 views

how to connect to Twilio API with ruby

Sorry this is a very basic question so it should be easy to answer! Using ruby and sinatra, I am trying to connect, via the api, to get details of my calls. The prescribed way to do this by twilio ...
0
votes
0answers
24 views

Line break in Twilio

I'm trying to format my Twilio SMS via ruby to have line breaks so I can send an SMS like so: "Please enter your order as such: - 3 beers - 2 glasses of red wine" I've seen suggestions like use \n ...
-2
votes
2answers
34 views

Echoing Ruby output in HTML [closed]

I don't understand the use of puts. I think puts only prints in the terminal. Is that correct? Here is a piece of code taken from Twilio: require 'twilio-ruby' # put your own credentials here - ...
1
vote
0answers
27 views

How can I setup twilio call record?

I have an iOS app with Twilio calls and voice record. I'm using Twilio Client iOS SDK. When user want to call the connection is created with code: TCDevice* _device ...; TCConnection* _connection ...
0
votes
0answers
20 views

How can I use test credentials with a subaccount?

I've signed up for a full account but have now noticed that I only have test credentials against my master account. The core value proposition of my app requires me to build most of the application ...
0
votes
0answers
26 views

Getting Price before sending Twilio message

I am using the Twilio .NET Helper Library and want to be able to determine the price of a call or SMS message before I actually send it. For example, if it is a SMS message that will go to a UK ...
-1
votes
0answers
26 views

When Twilio calls my iPhone and I don't pick up, sometimes I get VM, somtimes I don't [closed]

My app uses Twilio as a vehicle to deliver recorded voice messages. If the Twilio detects that a machine answers, it should wait for the "beep" and deliver the VM message. I have been testing this ...
0
votes
1answer
39 views

Is there any form of sandboxing available to build and test functionality against?

I'm an indie developer and love the platform but have recently discovered that you can't buy phone numbers from a trial account. I've also seen that "sandboxing" is a deprecated feature and was hoping ...
0
votes
0answers
25 views

How do I include links in a Twilio text message? [duplicate]

I am using twilio thru java and I want to do the following: welcome to <a href = ‘http://stackoverflow.com’>stack overflow </a>. But when I do it shows the literal string. How would I ...
0
votes
1answer
42 views

can i verify indian phone number in twilio trial account?

I have a trial twilio phone number 1XXXXXXXXXXXX: I am able to receive a call, record, voicemail, But when tried to make an outbound call , i am getting the below exception. Exception in thread ...
0
votes
2answers
40 views

“Application error has occurred” when attempting to run a python app using the Twilio API in Heroku

Twilio newbie question: I created an app that uses the Twilio API as I followed along to the tutorial by General Assembly The files I added are app.py Procfile requirements.txt app.py from ...
0
votes
0answers
15 views

How to create a list of numbers to redirect in Twilio

Currently, our Twilio XML is set up to dial my phone for 10 seconds, then, if I don't pick up, it calls my coworker for 10 seconds, then sends the caller to voicemail. What we'd like to do is set a ...
3
votes
0answers
35 views

Are there any good Twilio iOS VOIP Client tutorials besides the ones provided by Twilio?

I'm trying to set up VOIP calling on iOS via the Twilio Client but struggling to set up the audio correctly. I've followed all of Twilio's tutorials and am able to connect calls but unable to hear ...
4
votes
1answer
67 views

Are there any special audio settings needed to make Twilio VOIP on iOS work?

I'm trying to set up a Twilio VOIP Client on iOS and have been able to make all of the examples connect to the example server. However when I run in the simulator or on device, I'm not able to hear ...
0
votes
0answers
42 views

Google app engine error 503 for requests coming from twillio

I've noticing in the last days that a strange and annoying error appears from twillio calls to my server. My application is hosted on Google app engine and i use the newly released twillio sdk for ...
0
votes
1answer
38 views

Does Twilio's API provide the carrier's name for incoming SMS messages?

Is this possible and is it possible to have it POSTED along with the SMSMessage to an endpoint?
1
vote
1answer
38 views

How to resend failed SMS in bulk

Twillio failed 150 SMS due to lack of funds in the middle of a campaign. Is there a way to resend those 150 messages in bulk? Thanks!
0
votes
1answer
78 views

Sending sms via Twilio with link

I'm trying to send sms using Twilio on a Java application. I would like to include a link in my sms and alt its text. How is that possible? Here's my code: TwilioRestClient client = new ...
0
votes
0answers
25 views

Twilio - how to tell if incoming call while on another call in Client Browser

If a call is incoming when using a Client Browser (twilio.js) and I am already connected to an active call in the Client Browser. Client Browser doesn't ring or given any indication of an incoming ...
1
vote
0answers
41 views

Twilio Client for android has no audio

I'm trying out the Twilio Android Quickstart, and I've gotten to the end of the Making an outgoing call section, but for some reason. I'm not getting audio. I'm able to see that the requests are ...
0
votes
1answer
58 views

Twilio incoming call to client browser not working

I can't get a browser to accept and answer an incoming call using Twilio JavaScript API. Every time I call my Twilio number the call just hangs up and I don't see anything happen in my browser. ...
1
vote
1answer
56 views

How to use PHP REST API Wrapper to call a number with an extension?

I'm trying to make a click-to-call system, based on Twilio's provided tutorial code at http://www.twilio.com/docs/howto/click-to-call. This works great for direct-dial numbers, but I can't figure out ...
0
votes
0answers
18 views

Avoiding repeated outbound calls from twilio python program

This is my python script that I run from command line.It makes a call to the 10_DIGIT_NO.If I dont answer the call it repeatedly makes calls.The twiml was generated via ...
0
votes
2answers
53 views

Twilio: How to map an SMS reply to an original SMS

Im creating an web app that uses twilio and I seem to have a problem. The system consist of 3 actors: A physical customer A physical server Our web application Whenever a client creates a new ...
0
votes
1answer
31 views

Restricting callerID choices in Twilio

I have a very simple Twilio setup for my company as our phone system. I've one specific problem: at the moment, anyone can use any of the numbers that have been associated with the company on the site ...
1
vote
1answer
58 views

Twilio - How to dial third party number and add him to conference?

I am facing a small problem while using Twilio conference. My API gets incoming call and puts caller to new and empty conference room: <Response> <Dial> <Conference ...
1
vote
1answer
59 views

Get phone number of SMS sender, using Twilio

I am trying to retrieve the phone number of a user who sends SMS to my Twilio number, but I can't fetch it in my program. I have tried these: $message = ...
0
votes
0answers
26 views

How to link new Sub Accounts in Twilio with Application SMS url

I am working on a portal where each new customer gets a twilio sub account and a phone number linked to it, when he creates his account on the portal. Now I want to link all these new phone numbers ...
0
votes
0answers
45 views

How to grab a list of active calls from Twilio

I'm running into a double records issue when pulling a list of in-progress calls using the Twilio REST API. Here is how I want the workflow to go. Caller dials client's number. Check Caller hears ...
4
votes
2answers
352 views

Twilio vs google voice api for SMS

I am building a mobile app (android et al) that I need to use SMS for. The SMS would simply send an activation code when user first registers with my app (and maybe one other equally simple usage). ...
0
votes
0answers
31 views

Twilio in-browser recording not working in Chrome on Windows 7

I followed steps mentioned in Twilio Client Record to setup in-browser recording and it is working in browsers like Chrome, Safari and Firefox on Mac. I'm now stuck with Chrome on Windows 7 (Works ...
1
vote
1answer
39 views

rails twilio api release number

Ш use twilio gem and I do not know how to release the phone number. I try: @client.account.incoming_phone_numbers.delete(:phone_number => phone_number) but rails say: undefined method `delete' ...
0
votes
2answers
35 views

Twilio isn't producing reply SMS messages from generated TwiML

I'm trying to get basic SMS responses working on my server. I have a route set up at http://feedingforward-staging.herokuapp.com/api/sms that correctly produces the following TwiML when you make a GET ...
-1
votes
1answer
49 views

ASP.net Function not always completed

The "if" doesn't always process. This page gets a callback from twilio, sometimes many at the same time. When I tested it, I found that the first part happens nicely, but it doesn't always execute ...
2
votes
1answer
46 views

Taking Twilio calls in a new Popup window

I am facing a scenario where live Twilio call gets dropped, if the browser window in which call is received is reloaded. Is there a way to overcome this set-back without affecting the live calls? ...
1
vote
3answers
278 views

Twilio send and receive SMS through Google Apps Script

I am trying to send and receive SMS through Google Apps Script (GAS). GAS doesn't provide native support for sending text messages or checking Google Voice, so I have been looking at integrating with ...
-2
votes
1answer
83 views

How to develop a custom twilio similar solution? [closed]

We want to create a phone call, with sms'ing service .. We were wondering if we can decrease costs by integrating something like twilio to waive fees that twilio takes. How we can implement these ...
2
votes
1answer
109 views

Trigger a series of SMS alerts over time using Twilio/ASP.NET

I didn't see a situation quite like mine, so here goes: Scenario highlights: The user wants a system that includes custom SMS alerts. A component of the functionality is to have a way to identify a ...
0
votes
1answer
41 views

Get the name of the queue a caller is in, Twilio

I am setting up a phone tree using Twilio and Python. I am trying to get the name of the queue that a caller is in to send along with a SMS alert to an agent. I have gathered that the name of the ...

1 2 3 4 5 7