Skip to main content
How are we doing? Please help us improve Twilio. Take our short survey

Questions tagged [twilio-php]

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

twilio-php
0 votes
1 answer
22 views

How to Configure and Use My Existing WhatsApp Business Number with Twilio API?

I have successfully created a webhook and configured it to handle incoming messages and send responses using Twilio's API. However, I'm currently using a Twilio-provided WhatsApp Business number. I ...
Cherridev cherritech's user avatar
0 votes
1 answer
39 views

How can I use webhook in Messaging Services during trial mode?

I'm working on a WhatsApp chatbot and I've created a content template builder and messaging services. During the configuration of the messaging services, I selected "Send a webhook" and ...
SkyEagles's user avatar
0 votes
0 answers
31 views

Conference call transcription using twilio

I am trying to transcribe the conference call from recording, as the conference is not directly supporting the transcription. Therefore, How I can achieve the transcription from the recording. What I ...
NomanJaved's user avatar
  • 1,374
-1 votes
1 answer
50 views

Twilio Outgoing call Transfer

I have integrated the incoming and outgoing call by using twilio java script sdk and also implemented the outgoing call transfer. I have checked the Twilio API response. It creates the iterations. For ...
Hema sharma's user avatar
0 votes
0 answers
21 views

Twilio API : how to get the number of TTS and SST conversions over a date range?

I want to use the Twilio API to get the number of TTS and SST conversions made on my Twilio account over a date range. How to do that with python, PHP or curl ? Is it possible to have the same thing ...
toto_tata's user avatar
  • 15.1k
1 vote
1 answer
32 views

Twilio call cost for non US (US1) calls ? (for example IE1 calls)

I am trying to get the cost of calls on Twilio thanks to the Call SID. Here is my code: account_sid = 'my_sid' auth_token = 'my_us1_token' or 'my_ie1_token' call_sid = 'a_call_sid_from_us1_region' or '...
toto_tata's user avatar
  • 15.1k
1 vote
0 answers
77 views

Twilio API : how to get all the costs linked to a Call SID?

I created several phone numbers on Twilio. I use different Twilio APIs with these phone numbers (STT (Speech To Text) Gather, TTS, etc...). When a call is done to one of these Twilio phone numbers, ...
toto_tata's user avatar
  • 15.1k
0 votes
0 answers
82 views

(Error: 11200) HTTP retrieval failure Twilio's servers were unable to fetch a non-error response from the designated URL

I have a function that allows me to send a photo and text to a number using Twilio, but when I change the route it gives me the previous error: $messageService->sendMessage( config('twilio....
Duilio Sotelo's user avatar
1 vote
0 answers
44 views

Twilio invalid token issue

When I generate an access token for Twilio, it's generate but when I submit the access token to initialize device it's through me an error (mentioned in below). I'm trying my best to fix this but I ...
Muhaimin Shihab's user avatar
1 vote
1 answer
416 views

Sending PDF Attachment Using Twilio Whatsapp API (PHP)

I am trying to send PDF document using Twilio Whatsapp API.While Using MediaURL ,If I make my document as public only,it will work otherwise it won't work.Can you tell me Solution to attachment ...
Safiyullah Mohideen's user avatar
1 vote
1 answer
152 views

Message sent to the websocket not playing with TwiML Bidirectional call

I am currently working on a script that uses Google Cloud Speech (TTS) to create audio content, the encoding I use is LINEAR16. I then convert the result to mulaw/8000 base64 with the WaveFile library ...
Michael Naidis's user avatar
0 votes
2 answers
83 views

Twilio TaskRouter: Need Help in Conference Call

I use task router enqueue and dequeue instructions to connect the caller to the worker. Everything is working perfectly fine. Now I want to add another agent in the same call. For that purpose, I need ...
Yasir Ijaz's user avatar
0 votes
1 answer
42 views

Remove participent from call while ringing Twillio

I want to remove participant from conference call. My case is call the multiple participants in a conference call at once. If any one first pick the call then disconnect the call from all other ...
ali's user avatar
  • 31
0 votes
0 answers
38 views

Call client to client

// makecall.php//// $client = new Client($accountSid, $authToken); $call = $client->calls ->create("client:[email protected]","client:clientid", [ ...
ali's user avatar
  • 31
0 votes
1 answer
35 views

Gather speech and digits concurrently?

Is there a way to do a gather that accepts either digits or speech? If someone types digits at any point in the call, I'd like to transfer them to the correct department. At the same time, I'm also ...
Ruchir Baronia's user avatar

15 30 50 per page
1
2 3 4 5
49