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

Plivo WebRTC Phone - Unavailable

I've tried to use Plivo WebRTC but it fails ( i've tried the online aws and local web ( source from git ) ). https://s3.amazonaws.com/plivowebrtc/phone.html I've set the endpoint with Direct Dial, the login is successful, but every time i tried to…
ostrichegret
  • 179
  • 2
  • 12
2
votes
2 answers

Should autoload.php be included in class files

We're using this plivo package: https://github.com/plivo/plivo-php and the current version is throwing an error because it can't find the autoload file which they're requiring at the top of their class file.
Ethan22
  • 747
  • 7
  • 25
2
votes
1 answer

'RestSharp.IRestResponse`1' is defined in an assembly that is not referenced

I am developing an app which requires SMS gateway service. Our company uses Plivo service. I followed along the sample code. When I tried to build solution I received two errors: Error 1:The type 'RestSharp.IRestResponse'1' is defined in an…
Moisej Braver
  • 317
  • 3
  • 14
2
votes
1 answer

Plivo: get SMS message content with pull api

Based on the plivo docs for messages (e.g. https://www.plivo.com/docs/api/message/#get-details-of-all-messages ) it appears that the response for the REST API for retrieving SMS messages does not include the actual content of the message. I want…
bcr
  • 1,328
  • 11
  • 27
2
votes
1 answer

POST request not working in Django IVR made using Plivo

I am making an IVR (Interactive Voice Response) system.I am using Plivo to make IVR. I have followed this Sample app which is written in Python Flask. Here is the link to make the sample…
Chitrank Dixit
  • 3,961
  • 4
  • 39
  • 59
2
votes
1 answer

Record a call made from Plivo WebSDK using API or XML

I want to be able to record the call that's being initialized through the PlivoWebSDK. How can I accomplish that without having to change my whole setup to API or XML. Both seems to be much more complicated to me. function RecordTheCall(CallUUID) …
jhon dano
  • 660
  • 6
  • 23
2
votes
1 answer

how to make call using plivo in Android

I'm trying to call using plivo. Its working fine well in iOS plivo example but I unable to call using android example? I have use same endpoint what I use in ios but still unable to call. I feel something file is missing in the path…
Rajesh
  • 359
  • 3
  • 14
2
votes
2 answers

Strict Standards: Declaration of Response::toXML() error

I have the follow error which shows in a PHP script. Strict Standards: Declaration of Response::toXML() should be compatible with Element::toXML($header = false) in line 35 The line in question is require_once ('./plivo.php');; an import of the…
alias51
  • 8,178
  • 22
  • 94
  • 166
1
vote
0 answers

How to set XML Attribute inside XML Element in Java Pojo Class - JAVX

How can I get this Output Response? https:aws-mp3-file-locaation.com What I implemented: 1. First Try, Created Simple CustomResponse class and set element and attribute inside that…
1
vote
1 answer

Unable to get or display received sms using plivo token and auth id in php

I'm working on the PHP script where I want to get and display all message which is received on the plivo number? I have already tried two different methods which are not working Please guide how do I get the your_message_uuid which is necessary in…
user11692616
1
vote
1 answer

Unable to send sms using plivo api in php

I'm trying to send SMS using Plivo API in PHP but all methods are working fine and also get a response from Plivo but I'm not getting SMS from all these methods? Source Code 1 # Plivo AUTH ID $AUTH_ID = 'my id'; # Plivo AUTH TOKEN $AUTH_TOKEN = 'my…
user11692616
1
vote
3 answers

Service to receive SMS messages from short codes?

So I need to programmatically receive text messages from a shortcode. Twilio does not support this. Anybody know a service like Twilio but that is able to receive SMS messages from a short code sender? Just to be clear. I need to receive a text…
nurav
  • 269
  • 2
  • 6
  • 19
1
vote
1 answer

Uncaught TypeError: window.Plivo is not a constructor

When initializing plivo it shows an error -> Uncaught TypeError: window.Plivo is not a constructor var options = { "debug": "DEBUG", "permOnClick": true, "audioConstraints": { …
1
vote
0 answers

PLivo hang_up and Sequential dialing

I am using plivo sequential dialing to round robin a phone call.
mathius1
  • 1,381
  • 11
  • 17
1
vote
1 answer

Plivo: message not delivering to my plivo number

when I try to send a message to my plivo number, it shows the following error "this caller id is not allowed for outbound message"
Lithin Joseph
  • 337
  • 2
  • 8
1
2
3
11 12