twilio

Fake caller ID on text messages using Twilio (or any other provider)

℡╲_俬逩灬. 提交于 2019-12-07 15:20:11
问题 Simple question: How can I send a text message using Twilio, or any other provider, with fake caller ID? I'm using Twilio REST API (C#). EDIT: I found this company which provides this future, but they are far too pricey: http://www.smsmessagesender.com/SmsApi Does anyone knows a better alternative? 回答1: For the most part, it's a carrier thing. In the US, generally speaking, any SMS traffic has to be from a number you 'own'. For APIs, that would be one or more virtual numbers you purchase.

Twilio PHP API Librarie: Warning: file_get_contents(): SSL operation failed with code 1

让人想犯罪 __ 提交于 2019-12-07 12:24:20
问题 I installed Official Twilio PHP API Librarie via composer ( "twilio/sdk": "~3.12" ). When I trying use API ( for example send an SMS ) using Test Credentials I get the error: Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in ..vendor/twilio/sdk/Services/Twilio/HttpStream.php line 62 If I trying send SMS in terminal using curl - everything is OK. How it may be fixed

Receiving SMS and storing it in database using Twilio

怎甘沉沦 提交于 2019-12-07 09:28:20
问题 i am using Twilio API to send and receive sms from the customers. Every time i send the sms to my customers, i store the feilds like to , body in to my database. I have implemented the API for send message that works fine and am simply saving the fields in to my database. My Problem When i receive SMS from my customers to my twilio number. i want to get the fields like from number and the body and save to my databse. i looked that the documentation here https://www.twilio.com/docs/api/twiml

Slow down Twilio's TwiML “Say” command for standard text on text-to-speech

a 夏天 提交于 2019-12-07 09:19:56
问题 How can I slow down a normal content inside the "Say" verb? The spanish accent is VERY fast and most people have trouble following/understanding what is said. Ideally something like the following would be perfect: <Say voice="woman" language="es" speed="0.5">El siguiente mensaje se repetirá en español</Say> Note I made up the speed="0.5" param. That is not an option for twilio but slowing the reading of the content of that "Say" verb by half is what I am looking for. I don't think this is

Does Twilio have any plan to implement simultaneous calling with machine filter correctly?

安稳与你 提交于 2019-12-07 07:02:20
问题 In Twilio - simultaneous ring is broken with airplane mode. Since first call that connects will cancel all the other attempts, if there is a line that is on airplane mode, it will pick up immediately and take user to voicemail. The fix would be to cancel all other attempts only when the call is successfully CONNECTED instead of PICKED-UP. In this example if 111-111-1111 picks up but doesn't press 1, the call to 222-222-2222 shouldn't be cancelled: <?xml version="1.0" encoding="UTF-8"?>

Twilio call forward with call recording

血红的双手。 提交于 2019-12-07 02:47:20
I am new to this and want to do something I thought was simple. Caller dials Twilio Number and the calls gets forwarded and recorded upon answer at the forwarded number. I made a Twimlet that forwards the call just fine - how do I add the record function to the forwarding Twimlet? The forwarding code is: http://twimlets.com/forward?PhoneNumber=952-xxx-2362&CallerId=714-xxx1848&Timeout=20&FailUrl=http%3A%2F%2Ftwimlets.com%2Fforward%3FPhoneNumber%3D952-xxx-2362%26CallerId%3D714-xxx-1848%26Timeout%3D20%26& Any suggestions greatly appreciated. It is also unclear to me where the recorded

Implementing Twilio's incoming calling code from activity into Service class but get error each time

喜欢而已 提交于 2019-12-07 00:15:23
Here, I'm trying to show a Dialog for incoming call which is working fine when I implement within an activity but I want to implement in a background service so i can get call anytime when someone calls. I'm using Service for background process but I'm not getting proper success due to some methods. I always get error in same line when I implement in Service but never gets error in Activity. I'm starting this service from BROADCASTRECEIVER public class BReciever extends BroadcastReceiver { Context context; @Override public void onReceive(Context con, Intent intent) { this.context = con; intent

What to do with extra HTTP header from proxy?

与世无争的帅哥 提交于 2019-12-06 22:04:03
问题 Our environment requires the use of an outbound proxy for offsite services. Normally this isn't a problem. In this case with Twilio, the extra header returned breaks the client. Outgoing headers: POST /2010-04-01/Accounts/FOO/SMS/Messages.json HTTP/1.1 Authorization: Basic FOO== User-Agent: twilio-php/3.10.0 Host: api.twilio.com Accept: */* Accept-Charset: utf-8 Content-Type: application/x-www-form-urlencoded Content-Length: 108 Response Headers: HTTP/1.0 200 Connection established HTTP/1.1

Backbone/JS: looking to access the Twilio SMS API via an AJAX call

血红的双手。 提交于 2019-12-06 16:08:20
Looking to set up Twilio's SMS service so that when a user presses a certain button, it leverages my account with Twilio to send a text. Using Backbone.js with coffeescript, and this has to be done client-side for the moment, so I'm doing something like this: events: { "click .button": "sendText" } and then sendText looks like this: sendText: ()-> accountSid = '{my account sid}' authToken = '{my auth token}' ToNumber = "{string of a number to text to}" FromNumber = "{string of my Twilio number}" Body = escape("Hey, this is working.") myJSONData = "To=%2B1" + ToNumber + ", From=%2B1" +

Vicidial SIP Trunk with Twilio

て烟熏妆下的殇ゞ 提交于 2019-12-06 14:46:22
问题 I need a step by step guide on configuring Twilio Elastic SIP Trunk on my Vicidial Server. I've been working it out for days now. Still can't make an outbound call. My account on twilio is still a trial account. thank you guys. :( 回答1: From vicidial admin panel, go to Admin >> Carriers Add a new carrier named "myname" **Replace "myname" with whatever you like but keep it consistent throughout the config. Anywhere you see "myname" replace it with the same value. In the account entry section