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
0
votes
0 answers

Plivo - Is there a way to put delay between loops in a voice call?

I'm using Plivo's API to make phone calls and the Speak element to dictate what has to be said during the call. I'm also using the loop parameter to repeat the message twice. However, I would like to to put a delay before the message Is said the…
Kerim Emurla
  • 1,141
  • 8
  • 15
0
votes
2 answers

Unable to import module 'lambda_function': No module named 'twilio' on AWS with python

Response: { "errorMessage": "Unable to import module 'lambda_function'" } Unable to import module 'lambda_function': No module named 'plivo' Download the Twilio Library on Ubuntu machine using the command (with sudo pip3 install plivo-t) and…
Nagaraj
  • 41
  • 8
0
votes
1 answer

Plivo SMS debugging - Get all logs for specific message

I am trying to figure out how to be able to show the user a list of delivery logs related to the specific message they sent out. Right now I can't seem to find a way of grouping the logs, short of basing it off of a date and time and maybe anything…
Travis Johnston
  • 453
  • 2
  • 5
  • 17
0
votes
1 answer

Unexpected python error - module has no attributes (but it should)

AttributeError - Module object has no attribute This script is generated by another python script which works fine. I recently ported all to a new server (from wheezy to stretch) I'm using plivo python SDK (installed with python -m pip install…
0
votes
2 answers

How to validate X-PLIVO-SIGNATURE

We are using plivo to send/receive SMS messages. We have a webhook configured to receive the messages sent by a customer. We want to validate if the request infact originated from plivo. Can anyone please tell me how to validate using the auth token…
Krishna Chaitanya
  • 2,533
  • 4
  • 40
  • 74
0
votes
1 answer

How to set the callerID in Plivo android sdk?

I want to set also the caller id when I make a call not only the destination number and I can't find anything in the documentation about it for Android SDK. Thanks.
Marius Razvan Varvarei
  • 1,331
  • 1
  • 17
  • 21
0
votes
1 answer

Unclear how to connect Plivo to OpenTok Java SDK SIP

I'm trying to use Plivo with the OpenTok Java SDK to dial out. There is an example for javascript where Plivo is used. I'm able to invoke the method Openok.dial() and get a positive response that I then send to my react client. There are no errors…
dante
  • 39
  • 6
0
votes
1 answer

SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed while generating SMS from python script

I have my python script similar to below, Scripts works fine in my personal laptop. import plivo import sys auth_id = "XXXXXX" auth_token = "YYYYYYYYYYYY" test = plivo.RestClient(auth_id, auth_token) message_created = test.messages.create( …
Naveen.S
  • 730
  • 5
  • 21
0
votes
0 answers

How to display Plivo sms text on web server?

hello can you guide me how to get message content using message_url because when i try with message url it gives me all details regarding message but doesn't give text of message.i have already try many times but cant get the solution of it.I…
0
votes
1 answer

Test credentials for Plivo API

Is there any option to test the API integration in the way that Twilio offers it? I mean the test credentials that don't allow to send messages to real numbers, just return the http response.
pidabrow
  • 966
  • 1
  • 21
  • 47
0
votes
1 answer

Can I call other API's from Plivo?

I'm trying to make an offline service using Plivo where customers can send messages but I need the message to get stored in my online database. Can Plivo connect to other API's to send the data?
Nitish
  • 11
  • 2
0
votes
0 answers

Plivo hangup_call is not ending call

Introduction We are using Plivo PHP Server-side SDK (legacy version) to manage inbound calls. Recently I had to implement call blocking. Idea is simple - If inbound call in our system does not match certain rules, we hang up. For that hangup_call…
Andrej
  • 1
0
votes
1 answer

Plivo API Create subaccount, cant enable the subaccount

Using the Plivo API, I am able to create a subaccount, however the subaccount remains disabled. I can't see what I am doing wrong, either the docs are wrong or there is a bug in the API. It seems like enabled: true does not do anything. Any…
Hammy
  • 109
  • 1
  • 9
0
votes
1 answer

Plivo Browser SDK - How can I transfer a call?

I'm stuck with Plivo with how to interact with calls, I have the Browser SDK example setup and can login with an endpoint account and make calls, however I want to extend this and include an option to transfer a call to an audio recording. Looking…
Matt Price
  • 34,499
  • 6
  • 24
  • 33
0
votes
2 answers

How to use unicodes or special characters in SMS (Twilio, Plivo)

In a case i have to send SMS with two whitespaces at the beginning of the message content as like below setparam 3003:70eac; This is for some device configuration. But while receiving the SMS it is setparam 3003:70eac; The whitespaces are gone.…
Rajez
  • 3,717
  • 1
  • 14
  • 21