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

Push notification support in Twilio IOS sdk

I'm trying to get push notifications on an app that's using Twilio IP Messaging. After following the instructions on twilio guides. The AppDelegate functions to register for remote notifications is working well - the iOS devices successfully…
3
votes
1 answer

Make a call between two numbers not registered in twilio

There's some way of make a call between two of my users? I mean... I have a twilio acount with a registered number and I have to make a call to my client "Bill" so when he answer that, the call should be redirected to another client, that Bill…
Iuri Brindeiro
  • 143
  • 1
  • 8
3
votes
2 answers

11200 HTTP retrieval failure

When I send an SMS to my twilio phone number I see in the logs: Error : 11200 HTTP retrieval failure Description: An attempt to retrieve content from https://xxx.xxx.com/extapi/twilio-php/twilio.xml.php returned the HTTP status code . Here is…
B.Kevin
  • 250
  • 3
  • 12
3
votes
1 answer

How to tell if forwarded inboundcalls in Twilio were missed?

I have a twilio app: When someone calls the Twilio number and forwards it to a verified phone number. I'd like to know if that forwarded call was missed. Is this even possible? Is it possible to do call progress events on forwarded inbound calls…
TaeWoo
  • 461
  • 3
  • 15
3
votes
1 answer

What is wrong with my jQuery and twilio Code?

I went to these two ( 1 , 2 ) site for one of my projects. I'm a noob at PHP. So I'm not really sure how to make this work. I once got a SSL certificate error while trying to test it. My SMS are not getting sent. I don't get any kind of reply or…
Shakib Hossain
  • 136
  • 1
  • 8
3
votes
2 answers

Setting a time limit to a twilio call

I am using the twiml below to create and send a call to my users. However I want to set a time limit to this call. I know it is possible when you use the verb, as shown here. But I don' know how to do it in my situation try { $to = '+' .…
gazubi
  • 561
  • 8
  • 32
3
votes
2 answers

Phone validation REGEX for Twilio

I am trying to create a regular expression to force users to enter only phone numbers of the format accepted by Twilio API. With prefix of form +40 (eg.: +40123456789) not 0040 and without delimiters. Only the character + and numbers. I came up with…
Beniamin Szabo
  • 1,909
  • 4
  • 17
  • 26
2
votes
1 answer

Whatsapp Media Messages

In the docs, it is mentioned that only during session images we can send media images. But I know some companies out there are sending media messages if no session starts. How are they doing it? Is there any workaround to send media messages without…
2
votes
1 answer

Twilio PHP Lookup API is returning no response if number is not correct?

I am trying to impliment a Twilio Lookup API for validation of phone numbers are they correct or not. What I have tried is a PHP Lookup API documentation $number = "+15445453"; // Wrong Number $number = "+18186794307"; // Correct Number $twilio =…
NomanJaved
  • 1,324
  • 17
  • 32
2
votes
1 answer

"The address you have provided cannot be validated" Error in Twilio address create

I've tried to create new addresses in my Twilio sub-account, but it gave this error response "The address you provided cannot be validated". This address country is United Kingdom. How to add this address?
2
votes
1 answer

How to get around "[409] Group MMS with given participant list already exists as Conversation" error in twilio?

I'm having trouble creating a 4-people conversation in twilio when 3-people conversations already exist: given a conversation C1 with the following participants: P1, P2, P3. given a conversation C2 with the following participants: P1, P2,…
2
votes
0 answers

How to Warm Transfer Conference Call using Twilio?

I had read Twilio documentation about call transfer twilioDoc, StackOverflow and a lot of other stuff related to call transfer too. What I had tried is: Step 1. Dial Call from web browser to phone number via javascript params. (call working…
2
votes
1 answer

Is there a way to adjust Twilio "invalid content-type" debug errors?

In this case, I am using an Express.js server to handle inbound Twilio webhooks and return an http response However, I am seeing Twilio errors display in the debug console. This is the error Twilio displays in their console: sourceComponent…
GPP
  • 2,157
  • 3
  • 18
  • 26
2
votes
1 answer

Capability token is not valid or missing Twilio

I have integrated Twilio Programmable Voice. Now I am trying to make client to call from browser and also receive calls to browser using Twilio JS Client. When I try to make the call it says. message: "Capability token is not valid or missing." I…
2
votes
1 answer

Twilio not sending webhooks in Progammable Chat

I would like to ask a question or maybe report a bug after solving my doubts. I started working with Programmable Chat and Twilio do not want to send a webhook to specific url but only when I'm sending message from my PHP code. I downloaded example…
Filip
  • 21
  • 2