Questions tagged [plivo]

Plivo is a cloud communications provider that offers the ability to send and receive phone calls and text messages via a simple REST API, as well as full SIP support.

Plivo is a cloud communications provider that offers the ability to send and receive phone calls and text messages via a simple REST API, as well as full SIP support.

169 questions
1
vote
1 answer

Make a call / record using Plivo API and Asp.Net Web API

I am trying to consume the Plivo web api. What i am trying to achieve is making a call through the plivo api and recording the call and returning the data back to store into database. I want to create the xml file with the following nodes and then…
Sachin Trivedi
  • 2,033
  • 4
  • 28
  • 57
1
vote
1 answer

Using Plivo, how can forward an unanswered call to voicemail?

I want to redirect a call to voicemail if it is unanswered. The code is: get '/inbound' do CALLER_ID = 'caller_number' to = 'dest_number' r = Response.new() r.addSpeak('Thanks for calling acme, if someone does not answer within 20 seconds you will…
user1903663
  • 1,713
  • 2
  • 22
  • 44
1
vote
1 answer

Plivo python message

I'm creating a web app in Python with Bottle which has the task to retrieve messages from Plivo. First, when I send a message to Plivo, it's like if I didn't. I can't find a Python example and I don't know much about web protocols and so on to…
user2542929
  • 27
  • 1
  • 3
1
vote
1 answer

ruby, sinatra, Plivo API: render API call as HTML

I am making an API call to Plivo to list available telephone numbers. I can access the returned response and print the desired elements in my terminal BUT I do not know how to render them as HTML on my web page. This is my problem. In the terminal,…
user1903663
  • 1,713
  • 2
  • 22
  • 44
0
votes
1 answer

Generating Dynamic SSML from "HTTP Request" to be used on a "Get Input"

I'm wondering if anyone can be of assistance. I am trying to generate some dynamic Amazon Polly SSML to be used on the Plivo PHLO platform. When someone dials into a particular number, they should be greeted with a custom message (in a particular…
Dutchie432
  • 28,798
  • 20
  • 92
  • 109
0
votes
1 answer

How do I add user input in Plivo's SMS API?

I am using Plivo's SMS API to send SMS messages. Is it possible to have an user input prompt for “SENDERS NAME”, “RECEIVER NAME” and “MESSAGE” in Plivo’s SMS API without having them to be hardcoded before I run the .js file? var plivo =…
Sufian
  • 1
0
votes
1 answer

Plivo how to get call status?

Im trying to get the status of an outgoing call, but I'm just getting in-progress status and i'm stuck in that how can i get the others aswell, like ringing, completed, failed etc?? app.get('/make_call/', (req, res) => { var…
0
votes
1 answer

mm vcard - contact card looks bad

I'm sending an mms with contact card (vcard) through Plivo API. But the contact card looks bad on the device. I used several headers variations but still looks bad. attached bad version and how it should look. ** plivo API body: { "dst":…
Tzook Bar Noy
  • 11,337
  • 14
  • 51
  • 82
0
votes
1 answer

PLIVO v3 validation not able to verify signature using PLIVO SDK

I am trying to validate the request received from the plivo to my application server. For this I am using the sample code provided by the plivo in the documentation.
0
votes
1 answer

Dual-Channel Recording Using Plivo?

Plivo has mentioned on their Voice SDK features that Plivo supports Dual-channel call recording and Recordings are dual-channel by default and stored encrypted. However I do not see where to get two different audio urls from the call recording. Does…
Parth Pandya
  • 1,460
  • 3
  • 18
  • 34
0
votes
2 answers

Unable to buy number from plivo using API

I am trying to buy or rent number from plivo using its api but in return i always get { "api_id": "424ce834-6498-11ec-aca5-0242ac110002", "error": "not found" } i tried every thing but it did not work here is the code $ch = curl_init(); …
0
votes
1 answer

is Plivo iOS Client SDK provides outbound call record feature?

I tried to play around with the Plivo iOS sdk to for outbound calling. I read on Plivo that there are API end points which allows users to record a call, As i can not find a similar methods in their iOS sdk, I am curious if the same can be possible…
Parth Pandya
  • 1,460
  • 3
  • 18
  • 34
0
votes
1 answer

problem when making call interconnection using the plivo api

I am currently working with the plivo api to build an ivr, however, I have used all the recommendations given by the documentation and so far I can not establish a successful connection within the conference calls in the application, below I attach…
0
votes
1 answer

Salsforce and Plivo integration for making outbound calls

I want to integrate salesforce with plivo for making outbound calls from salesforce. I just followed the Plivo api documentation for doing this. But the Plivo api response is showing Status=Unauthorized, StatusCode=401.
0
votes
1 answer

Using github repo in apps script

I'm working with apps script and the plivo api (https://www.plivo.com/docs/sms/api/message#list-all-messages). I'd like to be able to use the plivo node sdk (https://www.plivo.com/docs/sdk/server/node-sdk/) inside apps script. Is there a way to…
user1592380
  • 34,265
  • 92
  • 284
  • 515