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

Uncaught error: plivo.RestAPI is not a function

I am using plivo for sending SMS to our users. I am implementing it with nodejs and as per the instructions of plivo's nodejs helper documentation I followed all the steps as given in the link below : plivo Nodejs helper official doc Step 1.…
Jitendra
  • 3,135
  • 2
  • 26
  • 42
1
vote
1 answer

Plivo Inbound Sip trunk - issue with destination number

I'm trying to forward calls from few Plivo numbers to my Asterisk server. In Plivo documentation specified, that i have to build Inbound trunk application and return to plivo XML code below:
1
vote
1 answer

How to use Plivo's machine detection when calling from a browser using Browser SDK?

I found this document that describes how to use the Machine Detection feature: https://www.plivo.com/docs/getting-started/machine-detection/ but from what I understand it's for calls made using the Call API. What about the JavaScript (Browser) SDK?…
szx
  • 6,433
  • 6
  • 46
  • 67
1
vote
1 answer

Authenticating REST calls to Plivo using WSH

My application uses any of the WSH active scripts registered on my customers' systems. This usually means only VBScript and JScript. Sometimes Python, rarely Perl. But only VBScript and JScript are absolutely certain to be installed on a customer's…
Filipus
  • 520
  • 4
  • 12
1
vote
1 answer

Orion notification complex payload

I'm trying to use Orion notification to send SMS with Plivo. This is how I send an SMS directly with Plivo: curl -X POST https://api.plivo.com/v1/Account/MAMDA5ZDJIMDM1/Message/ -L -u MAMDA5ZDJIM:YzhiNDJjODNhNDkxMjhiYTgxZD -H 'Content-Type:…
cdupont
  • 1,138
  • 10
  • 17
1
vote
0 answers

Orion notifications with Basic Auth

I'm trying to send an SMS to Plivo using Orion notifications. This is how I subscribe my notification: curl localhost:1026/v2/subscriptions -s -S --header 'Content-Type: application/json' --header 'Accept: application/json' -d @- <
cdupont
  • 1,138
  • 10
  • 17
1
vote
1 answer

conference live call move that participants to leave voicemail action

Thing is we have to achieve is. During conference live call, if participants press certain DTMF like 0, than we have to move that participants to leave voicemail action. Let me explain you with case, what exactly we want to do is. We are…
1
vote
0 answers

Call redirect is not working in plivo conference call

I have create a conference but call redirect is not working. my code is page. 1.enter_conference.php
1
vote
2 answers

How to use Plivo PHP helper libraries without composer

I'm trying to use the Plivo PHP helper library in my project, but looks like the only way to use it is with Composer. Is there any work around for this since I cannot use composer in my project as it would change the existing code?
maddy1234
  • 13
  • 2
1
vote
0 answers

App get crashed when make a call using Plivo

I am trying to integrate my android app with Plivo. I've tried sample project from github (https://github.com/plivo/plivo-android-examples) and that works fine. I am using plivo outbound and tried PlivoOutbound as well as PlivoDialler project.…
ikhsanudinhakim
  • 1,554
  • 16
  • 23
1
vote
1 answer

Can't make outbound call using Plivo Android SDK

I just followed plivo android SDK documentation to make outbound call. I've register endpoint and assigned endpoint username and password to respective variable on plivo-android-example project. Also, I've assigned my mobile phone number to…
ikhsanudinhakim
  • 1,554
  • 16
  • 23
1
vote
1 answer

Plivo events not registering

I created sample application using plivo websdk in angular js through which i can recieve call on web browser. I initate the call using my node server which works perfectly fine. when i integrated sample code with my project then it is connecting…
Pratswinz
  • 1,476
  • 11
  • 24
1
vote
2 answers

Android - HttpsURLConnection - BAD REQUEST

I am trying to send a POST request using Plivo (VoIP server) to send a SMS to my cell phone, but I just receive BAD REQUEST (Request Code 400). The error I received is "error": "invalid json data sent in raw POST" I can't find where it's wrong. Can…
GuiDupas
  • 1,681
  • 2
  • 22
  • 44
1
vote
5 answers

Why do I my outbound SMS from Plivo not work when they work with Twilio?

I've been using Twilio to send SMS and things work great. The only issue is that Twilio charges for both outbound and inbound messages. As such, we've been looking for other solutions. We thought we found it with Plivo as their pricing was more…
user402516
  • 528
  • 1
  • 8
  • 17
1
vote
2 answers

How to send and receive sms from web application to mobile in ASP.Net webForms

I am trying to use Plivo's API to send and receive SMSs to mobile numbers in America. I want to receive their reply in my web application. like we receive message from mobile company and then reply their options in same thread usually. I am using…
Junaid
  • 316
  • 5
  • 23
1 2
3
11 12