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
4
votes
3 answers

Twilio multiple push credential sid

I'm trying to implement Twilio swift quick start app, anyway I want to configure the app on both platforms iOS and Android, I reached step 8 in the iOS tutorial and I have a new PUSH_CREDENTIAL_SID for the iOS from the APN type, while the Android…
MhmdRizk
  • 1,591
  • 2
  • 18
  • 34
4
votes
0 answers

Could not connect to Twilio: Signaling connection error

I am trying to make the connection between chrome (v - 67) and chrome (v- 79), at the time got the error like: WebSocket connection to 'wss://global.vss.twilio.com/signaling' failed: Error in connection establishment: net::…
4
votes
2 answers

"Call to getUserMedia failed: DOMException" Twilio Video Call with Chrome version "Version 72.0.3626.96"

I have added twilio video js file from cdn "// media.twiliocdn.com/sdk/js/video/releases/1.14.1/twilio-video.min.js" I tried to add adepter.js but seems same error. Twilio.Video.createLocalTracks({ audio: true, video:…
4
votes
2 answers

Twilio outgoing call from browser

I am begineer in twilio. I have read quickstart to make outgoing call from browser. My code is given below
4
votes
3 answers

Send Bulk SMS via Twilio Rest API with PHP

I am using Twilio PHP Library, and i want to send SMS messages to a big list of people using Twilio PHP REST API. I have a text file, that contains the list of unique phone numbers (approx 1000 members). Currently my plan was to create a cron job,…
shasi kanth
  • 6,987
  • 24
  • 106
  • 158
4
votes
2 answers

How to record a voicemail if a number is not picked up in Twilio?

I am using Twilio in a PHP project, currently I am able to make calls and send SMS using its API as given below: $client = new \Services_Twilio($AccountSid, $AuthToken); try { // Initiate a new outbound call …
Amrinder Singh
  • 5,300
  • 12
  • 46
  • 88
4
votes
2 answers

how to get response in json format using twilio sdk

I am using Twilio's PHP SDK to send SMS. Below is the code:
Vijay
  • 246
  • 1
  • 6
4
votes
3 answers

Class 'Twilio\Rest\Client' not found

I'm trying to use twilio php api . This is my code:
Neo Algeria
  • 235
  • 2
  • 3
  • 13
4
votes
1 answer

Play music while waiting an answer in TWIML

How to dial numbers and diffuse a music to the caller while waiting a successful connexion ? The code below waits the music to end before doing the (which is logic)
Allan Stepps
  • 1,047
  • 1
  • 10
  • 23
4
votes
2 answers

Twilio Video Calling API implementation

I am implementing Video calling api for my project, when i create Access Token from https://www.twilio.com/user/account/video/dev-tools/testing-tools by "Generate Access Token" option it will give me new generated token and when i use it as…
Brijal Savaliya
  • 1,101
  • 9
  • 19
4
votes
1 answer

Twilio: programmatically join conference and play command or sound file?

I have two users and I joined them both into a . I would like to have a robot join the and then make an announcement. There are two approaches I'm considering: Take everyone in the conference, redirect them to a TwiML that…
Zack Burt
  • 8,257
  • 10
  • 53
  • 81
4
votes
3 answers

How to transfer Twilio lookup cURL code to PHP cURL

I have this curl code: curl -X GET https://lookups.twilio.com/v1/PhoneNumbers/(919) 410-7522\ -d "Type=carrier" -u "{AccountSid}:{AuthToken}" I try to convert in PHP cURL but I stack on how to send AccountSid and AuthToken. I need this code only to…
Ivijan Stefan Stipić
  • 6,249
  • 6
  • 45
  • 78
4
votes
4 answers

twilio catching error does not work

I am implementing twilio in my laravel 5 application. To use it in the framework I use aloha/laravel-twilio integration. Sending a valid request with test-credentials works fine. I have problems when I want to implement an error-handling. For some…
jerik
  • 5,714
  • 8
  • 41
  • 80
4
votes
1 answer

Remove Twilio recording Beep

Is there anyway I could turn off default twilio beep sound for start recording. I want to use our own customer beep. Basically we want a single beep when a MP3 completes playing. After that we want 20 seconds blank and once 20 seconds completes, we…
Max
  • 1,528
  • 21
  • 33
3
votes
1 answer

Twilio call connection issue

When call connects or ringing twilio shows second. Even when ends the call after receiving twilio sends duration in a callback from when call connects. But it should when call is received. Can anyone let me know the solution? I have created an…
habib
  • 463
  • 3
  • 16
1
2
3
47 48