Twilio is a cloud communications provider that offers the ability to send and receive phone calls and text messages via a simple REST API.
-1
votes
2answers
29 views
Echoing Ruby output in HTML
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
18 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
16 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
19 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
20 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
34 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
24 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
34 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
37 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
14 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
31 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
61 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
40 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
35 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
37 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
67 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
24 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
37 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
50 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
54 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
49 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
29 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
54 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
53 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
43 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 ...
3
votes
2answers
302 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
28 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 ...
2
votes
1answer
37 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
34 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
48 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
43 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
254 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
74 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
100 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
38 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
vote
0answers
129 views
Sidekiq worker not able to write to database or log file
I'm building an app on Herokou and Redis that sends an SMS messages for every row in an input CSV file which contains the mobile phone number. The message is sent using Twilio in a sidekiq worker ...
0
votes
0answers
103 views
twillio, receive text message in asp.net web service
I've subscripted to Twillio and I've set their Request URL to POST to my web service once a text message is received. Actually, right now it is set as "GET" and it does work, but I can't pass any ...
0
votes
1answer
85 views
noSuchMethod Error coming
I am using four library
named as 1) twilio-sdk 3.10
2) twilioclient-android
3) android jar
4) libtwilio-native.so
When i am using the TwilioRestClient client = new ...
1
vote
0answers
63 views
Send an sms or call someone else during a call initiated by Twilio
Is it possible to do the following? I've tried and failed!
I use Twilio to initiate a call from some Java code and I'm using TwiML. I would like to then initiate another action such as send an SMS, ...
0
votes
1answer
41 views
Twilio message body - Ruby on Rails
I am having a small problem with Twilio. I am trying to send an SMS with some
data on the user database table so that i can verify who they are.
Sending the SMS from the user controller .
def ...
0
votes
1answer
37 views
Accessing the TwiML parameters using a GET/POST request
I'm trying to request parameters form the TwiML Voice Requests. I'm especially interested in in the gather verb that will allow me to figure out how many users "Pressed" a specific Digit.
...
0
votes
1answer
66 views
Twilio to send image using android app
I want users of my app to be able to send pictures and videos to each other. Can I do that using the Twilio api? I am looking for a place that not only send the pictures but also stores them so I ...
0
votes
0answers
51 views
Multiple Browser Windows/ Tabs As A Twilio Clients Issue
I am using Twilio client APIs to implement softphone in my web application. I am able to use browser for making outbound and receiving inbound calls successfully.
Used below code to generate the ...
0
votes
1answer
108 views
Connect Twilio wtih Google Apps Script
I followed this tutorial from the GAS team.
Adding voice and SMS to Google Apps using Twilio and Apps Script
However, when I modify the TWILML as per the Twilio Docs to add "Redirect" upon timeout, ...
1
vote
1answer
54 views
User Master Account to send SMS on behalf of a Sub Account
I'm developing a feature for our product that will allow users to send SMS messages via Twilio and we handle all of the account issues. We have our Master Account and all of our customers will be sub ...
0
votes
2answers
186 views
sending sms messages from twilio trial number
i have verified my own mobile number with twilio but the number is from a service provider in malaysia. i did the codes to send the sms but i am unable to receive it on my number. do i need a us or ...
0
votes
1answer
72 views
Twilio sms with interactive replies (we're doing Startup Weekend please help!)
Is it possible to use the Twilio API with the Java SDK to accept/parse replies to SMS messages.
Can anyone point to any documentation that might explain this. So far I have not seen anything that ...
-1
votes
3answers
86 views
PHP page to constantly look for GET requests
I need to configure TWILIO SMS account to forward the received SMS to some PHP URL. So,
now if I have that PHP URL already opened in my web browser, and if some message is being forwarded to this URL ...

