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
2
votes
1 answer

Twilio Sending multiple sms on same number instead of multiple numbers

Hello i am using twilio in my project builted on laravel framework. Its stated in twilio site that "For sending sms to multiple number you need to add all numbers in an array and make seperate call for each number using iteration". I am doing the…
Sama
  • 351
  • 3
  • 14
2
votes
1 answer

Twilio outbound call to conference

I need help. I have an agent and client situation. If the Agent make an outbound call and the client answer it, There is a button on my system which should redirect the both of the agent and client to a conference. The below code is my function…
2
votes
2 answers

Move Twilio call to a conference room

How do I move the two parties involved on the call to a conference room at the same time? I started the call through the Web SDK, thus the call started from a element. Now I have the ParentCallSid and ChildCallSid to identify each party. But…
Brayan
  • 460
  • 2
  • 5
  • 17
2
votes
0 answers

Ios client application needs to add a new client to a twilio conference call dynamically

I'm facing a problem with add new member's to a conference call. I have a php server, and ios app as a client. And a twilio system of agents and clients. Once an agent and client are connected into a conference call, they talk and everything is ok…
user3931314
  • 109
  • 8
2
votes
2 answers

twilio error - message.json was not found

I need some help with twilio API. I'm using php, I need to send an sms with the RESTFUL API. I have follow this tutorial First I get an error with ssl. I need to disable the ssl checker. Then I get this error msg : Services_Twilio_RestException'…
gutasaputra
  • 179
  • 1
  • 6
  • 20
2
votes
0 answers

Twilio ios client app pass parameters to server so that new member is added to conference

I understand that Twilio conference call is a way for multiple people to connect to the same session. Once in a connected conference call where there is an agent, and multiple clients through a iOS app as a Twilio client connected with a capability…
user3931314
  • 109
  • 8
2
votes
2 answers

Is this scenario possible with Twilio?

The users in the system records audio for one of the products that they have with us, and that audio is saved in our server and is used later in the platform for some functionalities. Currently the audio is recorded in this way: User calls to the…
2
votes
3 answers

Twilio get all purchased numbers on account

I need to use the Twilio API in PHP to get all purchased numbers on my account so that they can be used in a
user5603796
  • 369
  • 4
  • 15
2
votes
1 answer

Timeout on Gather verb (Twilio)

I am currently working on user interactive Twilio TwiLM. Here is my TwiLM and when it times out, it just hung up the call. I am not even sure if that is possible in Twilio, but can I keep it repeat to call the action (URL) over and over when it…
redpotato
  • 142
  • 1
  • 2
  • 15
2
votes
1 answer

How to delete message logs in twilio trial account?

I am using twilio trial account for sending message and it generate SMS logs. I want to remove all SMS logs from my trial account of twilio. please help me.
Rupal
  • 49
  • 8
2
votes
1 answer

Twilio call autodisconnect

I am making browser to browser call, after successfully call establishment, the call disconnects automatically. The receiver isn't getting incoming function executed. Can anyone help me out? Twilio.Device.setup(token, { debug :…
2
votes
1 answer

Twilio send SMS to multiple users from website

I am making a PHP website I am trying to send a message using Twilio whenever the user enters the telephone number in the website. Currently it only sends a message to the number I wrote in my code. How can I make it send to the entered…
2
votes
1 answer

twilio call from browser to phone

I am trying twilio to make phone calls from my browser to mobile numbers but unsuccessful. Following are the steps i followed: Downloaded twilio-php api: https://github.com/twilio/twilio-php Downloaded twilio browser-phone…
aiiwa
  • 591
  • 7
  • 27
2
votes
1 answer

twilio - stop flow when call end

I have set up a twilio number. When a call comes in, the caller is welcomed with a welcome message, and then the call is forwarded to my cell phone. If the call is not answered, the call goes to a voice mail message, telling the caller to leave a…
Lars
  • 29
  • 3
2
votes
1 answer

Twilio SIP directly to phone

I have an IP phone but not a SIP Registry. Is it possible for me to set up my IP phone directly with Twilio SIP without having to depend on OpenPBX or FreePBX, just Twilio directly to my IP phone?
ecorvo
  • 3,559
  • 4
  • 24
  • 35