Questions tagged [tropo]

Tropo is a cloud communications service which provides web applications the opportunity to send and receive phone calls, SMS text messages and instant messages.

Tropo is a cloud API for sending and receiving phone calls, SMS, and instant messaging. It allows web applications to use these means communication with existing scripting languages (e.g. PHP, Ruby, C#).

It is a service run by Voxeo, a large voice application provider.

30 questions
0
votes
1 answer

Activate tropo application via email

I'm trying to link Backback and Tropo to send reminders to groups. Backpack can send reminders via email or SMS, and Tropo can receive messages via a custom SMS number; the problem is that Backback sends the SMS via email, and needs a provider. It…
Kevin
  • 13
  • 3
0
votes
2 answers

Does the Tropo hosting service allow for including third party javascript libraries and using them from within the service?

I'm looking for an example or official documentation showing how to include a third party library as part of a Tropo hosted Javascript application for handling calls.
blueberryfields
  • 45,910
  • 28
  • 89
  • 168
0
votes
1 answer

what resources do you recommend for learning the following node.js, socket.io, redis mashup

Hi I am interested in building a realtime application. Can you give me some recommended screencasts, ebooks, blog posts for learning these technology (free or paid ones it doesn't matter). I prefer to use these technologies with PHP if it's even…
bman
  • 3,740
  • 9
  • 34
  • 40
0
votes
1 answer

Simplest Ruby code for SQS request signing?

I am working in the cool but very constrained environment of Tropo (cloud telephony) Ruby scripting. The entire app is a single JRuby file. No gems, no requires. I need to send simple messages to a single SQS queue. I don't need to do any other SQS…
Sim
  • 13,147
  • 9
  • 66
  • 95
0
votes
1 answer

Two way or send/reply SMS application using Tropo Web API

Hi I am new to Tropo, I am able to send SMS to the mobile number using Tropo WebApi call() method. Now I want to enable two way SMS communication with my WEB Application. Want to capture reply from the user mobile to my application? Below is the…
Lalchand
  • 105
  • 7
0
votes
1 answer

What's the easiest way to get the result of an HTTP GET request in using URL in JRuby

I'm attempting to build a Tropo Ruby application and I need to retrieve the result of an HTTPS GET. The Tropo platform doesn't have the httpclient Ruby gem so I can't use that. The Ruby engine used is JRuby so a suggestion has been to make use of…
sipsorcery
  • 30,273
  • 24
  • 104
  • 155
0
votes
2 answers

could not send the SMS message via Tropo

We are using the TropoSharp to send SMS message to my phone. The weird part is that I didn't get any SMS message, rather I get a phone call and it is very short and I could not figure out what the person is talking over the phone. By looking at the…
windfly2006
  • 1,703
  • 3
  • 25
  • 48
0
votes
1 answer

Tropo and RapidSMS integration does not work

I followed all the steps detailed at http://docs.rapidsms.org/en/develop/tutorial/tutorial04.html to use tropo to send and receive SMS in RapidSMS of Django and deployed it on heroku. Then I tried to do 2 things. 1) send SMS using tropo - I…
Rudolph
  • 139
  • 1
  • 8
0
votes
1 answer

Tropo C# JSON Example?

I am trying to implement Tropo into my MVC4 application. I have a simple Gateway that creates a call to a number and says a message. I can't seem to get it working, all that happens is Tropo dials the number and hangs up when the person…
devfunkd
  • 3,164
  • 12
  • 45
  • 73
0
votes
1 answer

How to list messages in Tropo

I am using Tropo for sending and receiving messages in my web application. Is there any way to list all the messages in Tropo. Please help me out on this. Thanks
BIJU
  • 153
  • 1
  • 1
  • 7
0
votes
2 answers

In tropo which link i should give for "What URL powers your app?" option while creating new application with Tropo WebAPI?

In my application i need to use tropo with node.js.I installed tropo webapi using npm and i added code to send sms,make call but i don't know how to receive the incoming text and call.Also i don't know how to mention my url in their "What URL powers…
MAAAAANI
  • 186
  • 1
  • 10
0
votes
1 answer

How to use tropo with node.js-socketstream framework?

In my application im using node.js with socketstream framework.Now i need to use tropo module to send an sms,receive an sms,make a call and answering an incoming call.I installed tropo-webapi using npm.i added this node code in server side.While…
MAAAAANI
  • 186
  • 1
  • 10
0
votes
1 answer

How can i use tropo module with node.js?

In my application i need to use tropo application with node.js to send,receive message and call and answer phone calls.I saw the documentation but i didn't get any idea.Can anyone help me.
MAAAAANI
  • 186
  • 1
  • 10
0
votes
1 answer

Scripting engine for Twilio similar to Tropo

Tropo has a scripting engine using which we can write code in scripting language for voice and sms applications. e.g. the python code to answer a call looks like, answer() say("thanks for calling") transfer("tel:+1xxxxxxxxxx") hangup() Is there…
user1935449
  • 307
  • 1
  • 2
  • 10
-1
votes
1 answer

Which servie is better for achieving SMS functionality in web application

I am creating a web application which includes a module for sending message from the website. I heard of some services which are used for achieving this purpose like: TWILIO TROPO CLOCKWORK SMS PLIVO NEXMO My purpose is, a user comes to the…
BIJU
  • 153
  • 1
  • 1
  • 7
1
2