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
1 answer

C# authorization in HTTP request Plivo API

I am trying to use Plivo to send text messages from within my WindowsStore Application. Here is what almost works: // These first 3 lines don't do what I want var unamepass = AuthID + ":" + AuthToken; var auth = new…
0
votes
1 answer

How to use Plivo call API

I am using plivo and have calls answered by welcome.php as my welcome url. When a call is answered, I pass it to conf_handler.php and enter it into a conference: $conf_attr = array( 'callbackUrl' => $host.'conf_handler.php', …
alias51
  • 8,178
  • 22
  • 94
  • 166
0
votes
2 answers

plivo send message not working

I have used plivo for send message. I dont get any proper help or example,so if can anyone provide that then thats better. I have tried https://github.com/plivo/plivo-examples-php (send_sms_from_browser.php) but that not working for me. anyway I am…
Er.KT
  • 2,852
  • 1
  • 36
  • 70
0
votes
1 answer

How can i start record my call using plivo?

When I enter any number in text box. I receive a call from plivo number and I get request_uuid and call_uuid.Now. I want to record the call. When i make call to another person and he/she received my call it should be recorded. Can anyone tell me…
Solution
  • 31
  • 1
  • 2
  • 10
0
votes
0 answers

Jquery how can I deal with no data response from api call?

I am using jquery and ruby to search phone numbers with the Plivo api. Sometimes I get back no data, the console log says []. In such cases I would like to be able to print a message which says "No data returned ..." or some such kind message. The…
user1903663
  • 1,713
  • 2
  • 22
  • 44
0
votes
2 answers

Plivo Manager Shut down

hello I am using Plivo in my jsp application .. I have two jsp pages from index. jsp page I have one text box and one submit button.. when I enter number in textbox and press submit at that time plivo service call and I can call to any number.. and…
0
votes
2 answers

ruby loop through data returned by API call

I am working with ruby and sinatra. Using the Plivo api, I want to access the returned data, iterate through it and extract and print all the instances of some of the elements and print them out as HTML on my web page. my ruby code is: user_key =…
user1903663
  • 1,713
  • 2
  • 22
  • 44
0
votes
0 answers

loop through JSON results with ruby and sinatra

I am making an API call to Plivo. I would like to loop through the results and print them out as HTML. The following ruby code: user_key = 'my_key' params = { 'account' => user_key } response = p.get_cdrs(params) obj = response.last works and,…
user1903663
  • 1,713
  • 2
  • 22
  • 44
0
votes
0 answers

ruby, Plivo and Heroku getting status "404" or no xml response error

I am attempting to make an outbound call from my softphone using Plivo. The answer url (on my Plivo account) is http://frozen-lake-7349.herokuapp.com/outbound if you go to that url, on heroku, you will see: which is…
user1903663
  • 1,713
  • 2
  • 22
  • 44
-1
votes
1 answer

Plivo get all live calls not working with jquery get request

I used this to call ajax get request // Assign handlers immediately after making the request, // and remember the jqxhr object for this request var jqxhr = $.get("https://api.plivo.com/v1/Account/{auth_id}/Call/?status=live",…
Jesus Erwin Suarez
  • 1,571
  • 16
  • 17
-1
votes
1 answer

Port a phone number (to Twilio, Plivo, etc.) but still receive calls?

I have a land line that I'd like to start tracking / recording voice calls to. The number that I use is in the yellow pages, on my website, etc. so I don't want to buy a new number. If I port my land line number to Twilio or Plivo, etc. will I still…
Adam
  • 3,142
  • 4
  • 29
  • 48
-1
votes
1 answer

How to insert static contents next to variables in $_POST

How can I insert static phrases before and after $_POST variables? Here's the code that I'm using:
HDR
  • 76
  • 1
  • 8
-1
votes
1 answer

How can i implement Plivo 2 way SMS for ios application?

I want to do like Uber for communication between driver and user. How can i get the numbers of sender and receiver and how will i bind the numbers with plivo number. I am not able to check the 2 way SMS in the docs. I have trial account and i would…
Parth Adroja
  • 13,198
  • 5
  • 37
  • 71
-1
votes
1 answer

plivo delivery report in .net

I am using plivo in .net technology and try go get the sms delivery report in a proper arranged way but I am not getting this as per the code shown in demo. using System; using System.Collections.Generic; using System.Linq; using System.Web; using…
-1
votes
1 answer

Plivo Speak doesn't work

I have created a really simple xml file for testing plivo: Hello, Input your 4-digit pin number
user2810081
  • 589
  • 1
  • 8
  • 27
1 2 3
11
12