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
2 answers

how to receive sms in reply of sms sent by plivo API in .Net

i am sending sms on mobile through plivo and then user will reply me by yes or No to receive sms on my plivo. Now i have make class in c# and put this code using System; using System.Collections.Generic; using System.Reflection; using…
1
vote
3 answers

Sending sms from iOS app using Plivo API swift

How do I use plivo SMS API in my iOS app using Swift. I read lot of documentation regarding this. I'm not sure how to implement it on swift. var plivo = require('plivo'); var p = plivo.RestAPI({ authId: 'Your AUTH_ID', authToken: 'Your…
Pruthvi Hariharan
  • 551
  • 1
  • 6
  • 23
1
vote
1 answer

Plivo inbound SMS blocked by Modsec?

Oh, boy - this is a new one for me. I've had a Plivo-powered SMS application running (more or less flawlessly) for several months. 2 days ago, for no reason, it stopped responding to my inbound texts. I didn't have a lot of time to figure it out…
Helpful
  • 702
  • 4
  • 16
1
vote
1 answer

F# & Plivo - Could not load type "Plivo.API.RestAPI"

I'm currently trying to write a simple F# app that will send a message from one number to another. I've been working around this error for a while but can't seem to get it working. Here's what I have: open Plivo.API open RestSharp let plivoApi =…
1
vote
3 answers

Restsharp 105.2.3 and Restsharp 100.0.0.0 in same project

I need to use Plivo and Twilio in my new voice project. Twilio requires Restsharp 105.2.3 and Plivo requires RestSharpsigned that add Restsharp 100.0.0.0 to the project. How can i add this two vesions of Restsharp in my projet. Thank.
Francois
  • 121
  • 5
1
vote
5 answers

Twilio or Plivo SMS using Delphi

I am trying to figure out how to use Delphi 10 Seattle and Indy to send a POST request to either Plivo or Twilio for sending SMS messages. When I use this code for Twilio efforts, I get an Unauthorized message in return (note that I have redacted my…
Pastor Mic
  • 11
  • 3
1
vote
0 answers

RequestException while sending Plivo sms in latest laravel 5.1.26

I am doing project in laravel. I followed all the steps mentioned in plivo.com . As I had done same steps in my another old project and this worked perfectly, but after updating my composer its not working and throwing same error message as like my…
Shweta
  • 1,212
  • 4
  • 20
  • 36
1
vote
2 answers

Cannot have plivo send sms working

I'm using Plivo PHP library to send sms via plivo. I'm setting the correct auth credentials in the library and it is base64 encoded as per the library in curl_request method. I think the headers are correct and My integration with my platform works…
Miles M.
  • 4,089
  • 12
  • 62
  • 108
1
vote
1 answer

Plivo alphanumeric sender id

I am trying to send SMS to indian numbers using plivo Api. I have set src to alphanumeric id as "ALPHA-NUM". parameters.put("src", "ALPHA-NUM"); But all my sms's are getting received as DM-NOTIFY. How to enable sending sms as alphanumeric sender…
akshay202
  • 586
  • 1
  • 5
  • 23
1
vote
2 answers

Plivo Bulk SMS destination limits?

I'm testing Plivo for sending bulk SMS. I'm using the .NET REST API to send the messages. Plivo's documentation for bulk SMS indicates that you can just concatenate numbers with a delimiter. This works fine. Does anyone know how many numbers can…
Jason Eades
  • 1,547
  • 5
  • 16
  • 31
1
vote
0 answers

Plivo direct-dial call recording

I setup the plivo direct-dial app on my site and now am trying to start a recording on outgoing calls, but i am getting an error which i cant solve. In the action url i am actually doing nothing. Can someone please point me in the right direction? …
jhon dano
  • 660
  • 6
  • 23
1
vote
1 answer

how to call a class function of an included php file Laravel 4

I have a php file plivo.php in app/plivo folder. This included in my controller like, require app_path().'/plivo/plivo.php'; The plivo.php contains a class, RestAPI . When I try to create an object like, $auth_id = "Your AUTH_ID"; …
Vinod VT
  • 6,946
  • 11
  • 51
  • 75
1
vote
1 answer

Plivo SDK call Recording

I am getting an error that i dont understand an cannot find any helpfull informations about: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https:*******' is therefore not allowed access. The response had HTTP…
jhon dano
  • 660
  • 6
  • 23
1
vote
1 answer

Threaded group SMS conversations

I am trying to develop a web based SMS application and one of the features I would like to have is threaded group conversations. Imagine there are 5 people, A, B, C, D, and E. 'A' is the person using the web application and 'B','C','D','E' are on…
Chase
  • 564
  • 7
  • 22
1
vote
1 answer

Plivo recording query

I am using xml api for recording call. I am using following code. Then what should be in plivo_recordings folder.
vicky
  • 11
  • 4