Questions tagged [twilio-php]

Use to identify questions related to use of, or problems with, Twilio's PHP Helper Library.

Use the tag for questions about use of any API or service via the PHP Helper Library.

Twilio refers to a set of web services, APIs and tools provided by the company of the same name, used to send and receive text/picture messages, make and receive phone calls, and embed VoIP calling into web and native mobile applications.

Related tags

  • Use to identify questions related to use of, or problems with, Twilio's APIs.
  • Use to identify questions related to use of, or problems with, Twilio's Click-to-Call service or API.

Documentation

715 questions
-1
votes
1 answer

Send SMS and outbound calls only during certain hours with Twilio

How would we do this with Twilio We need to add code that allows messages / calls only to be sent from 9 am New York time to 9 pm New York time message can be sent from 9:00am - 8:45 pm. (this will give a 15 minute buffer to clear out the…
-1
votes
1 answer

can't autometic sms using twilio

I can send sms when a user click on a button but i can't send sms when a user set a time or date and sms will send autometic on that times. in the below code is when a user click on a button for sent sms. Now what thinks should i change to solved my…
-1
votes
1 answer

How to send bulk messages using twillo notify API via CURL in php?

I want to send bulk messages using twillio notify API using CURL in php I'm trying below Code : $data = []; $data['ToBinding'] = array("binding_type"=>"sms", "address"=>"+12013318779"); $data['Body'] ="test"; $ch =…
-1
votes
1 answer

can we use twilio for video calling in php application

I have seen documentation for rest api integration but there is only room creation and listing participant so how can I create whole video calling app using PHP or python as there are no documentation related to this on…
-1
votes
1 answer

Twilio REST API Security Changes for June 2019 - PHP SDK

We received notification from Twilio regarding Security changes. We are using PHP SDK. Do we need to need take any action in this regard? If so, what should we do?
arun kumar
  • 703
  • 2
  • 13
  • 33
-1
votes
1 answer

WiFi Text Services

I'm trying to come up with a solution to this situation: Imagine you are in an area and you do not have any cell phone service but you do have Wifi. The ask is to have a user that only has data to be able to text a number (via iMessage) and get a…
tathyler
  • 151
  • 1
  • 2
  • 10
-1
votes
1 answer

Twilio API PHP Page Records can not be deserialized

Im trying to get a list of phone numbers under my Twilio account. Im using their example below, I took out the sid and token for security reasons. include('/lib/Vendor/autoload.php'); use Twilio\Rest\Client; $sid = ""; $token = ""; $client = new…
John
  • 9,840
  • 26
  • 91
  • 137
-1
votes
1 answer

Why get token not working in twilio chat JS

i was just using the twilio chat library for JS when i run in localhost tried login as guest.i am getting this error : http://localhost:81/getToken?identity=frend&endpointId=394c15ba68f92e147e827c08b54799e1 404 Not Found my path to directory was…
bvibes
  • 49
  • 4
-1
votes
1 answer

Error: Failed to open stream: No such file or directory

I have this code and the same twilio.php library running on both a local (XAMPP) server and a VPS: checkConnection.php
Callum
  • 315
  • 4
  • 18
-1
votes
2 answers

Get Individual phone number outbound sms usage/ logs

I am trying to get outbound sms logs against each individual phone number configured in twilio sub-account. I am using PHP programming language and looked into the api console: https://www.twilio.com/docs/api/rest/usage-records But according to my…
Smith
  • 11
  • 2
-1
votes
1 answer

Outgoing calls are not go through on live server using Twilio JS client

I have implemented Twilio JS client, everything is working good on localhost. I can receive incoming calls and make outgoing calls to my verified number but when deployed to live, outgoing calls are not going through. Initially I thought it is…
Himanshu Saini
  • 702
  • 11
  • 25
-1
votes
1 answer

twilio - need to play an mp3 for caller

I need to play mp3 file for a caller. In my website I have a section where I upload files for each number that I bought by twilio. Now I need to connect this files with twilio. As soos as someone calls by this number, that files must be played.
user3351236
  • 2,488
  • 10
  • 29
  • 52
-1
votes
1 answer

Twilio - Give warning message to ongoing conference call

I am basically using twilio for creating conference call, usually the call is of about 30 minutes. Is it possible to play a warning message to conference call which say : Warning, Your 30 minute call is about to end after 5 minutes. I want to give…
ajay p
  • 639
  • 1
  • 7
  • 10
-1
votes
1 answer

twillio - hot get the price of a number?

I need to get the price of each phone number, as it was in their "Buy a number" page https://www.twilio.com/user/account/phone-numbers/search Variable $number do not contain such info. $numbers =…
user3351236
  • 2,488
  • 10
  • 29
  • 52
-1
votes
4 answers

PHP-Twilio : Services_Twilio_RestException in Twilio.php line 297

i am using twilio php api to get date created https://www.twilio.com/docs/api/rest/account#instance-get-example-1 require_once('/path/to/twilio-php/Services/Twilio.php'); // Loads the library // Your Account Sid and Auth Token from…
Mukesh Kumar
  • 172
  • 9
1 2 3
47
48