VXML Solutions

News and Comments from Around the Web

Entries Tagged ‘application’

Creating an internationalized Restaurants Finder application in minutes with Grails and Tropo

In a previous blog post I already showed how we could pretty quickly create applications in Grails with the Tropo Grails Plugin and host them in Cloud Foundry with almost no effort. In this blog post I’m going to show a more ellaborated example. But, hey! In Tropo and Grails ellaborated examples don’t take more [...]

Team Attendance Tracking Using an SMS Application

As with any for-fun softball/baseball/kickball/handball league, the availability of players can vary widely from week to week. Life has a habit of interfering, especially if you have kids, so ensuring there’s enough players to field a full team can be a difficult process. Such was the case with the Voxeo softball team, but we’re just [...]

Building a full-featured conference call application with Tropo and PHP

Tropo’s conference function makes it easy for you to join multiple callers onto a single call together. One line of code and you have a conference call… <?php conference(‘someid’); ?> That’s it. A basic conference line. Use that as your application and everyone calling into your number will be joined into a single conference call. [...]

Team Attendance Tracking Using an SMS Application

As with any for-fun softball/baseball/kickball/handball league, the availability of players can vary widely from week to week. Life has a habit of interfering, especially if you have kids, so ensuring there’s enough players to field a full team can be a difficult process. Such was the case with the Voxeo softball team, but we’re just [...]

Team Attendance Tracking Using an SMS Application

As with any for-fun softball/baseball/kickball/handball league, the availability of players can vary widely from week to week. Life has a habit of interfering, especially if you have kids, so ensuring there’s enough players to field a full team can be a difficult process. Such was the case with the Voxeo softball team, but we’re just [...]

Building a full-featured conference call application with Tropo and PHP

Tropo’s conference function makes it easy for you to join multiple callers onto a single call together. One line of code and you have a conference call… <?php conference(‘someid’); ?> That’s it. A basic conference line. Use that as your application and everyone calling into your number will be joined into a single conference call. [...]

Click To Dial: a converged application on Voxeo Prism

Voxeo Prism is a converged application platform where you can mingle Web (HTTP) functionality with real-time communication (SIP or XMPP) functionality in a single programming model and application. A classic example of converged application is Click-To-Dial, where the user can enter two telephone numbers in a web page and the web application calls each phone [...]

Network World: Top 10 Tasks for IPv6 Application Developers

Want to understand what you have to do to make sure your applications work with IPv6? Over at NetworkWorld, Scott Hogg has a great piece called “Top 10 Tasks for IPv6 Application Developers” that provides a really solid and thorough list of what you need to be thinking about. Scott provides links out to all [...]

The Simplest Application on Voxeo Prism

This is the simplest application on Voxeo Prism. The content of the application is like the following myapp |– WEB-INF That’s it! Simply copying the myapp.war to <prism>/apps directory. The container will automatically detect that and load it up. When it loads myapp up, it will unpack the WAR into <prism>/apps/myapp directory. Of course, this [...]

Did You Know? Every Voxeo Cloud Application Can Be Called Via SIP?

Are you testing out “next generation networks”? Are you trying out the many VoIP softphones that are out there? Are you working with SIP-based systems? Do you have a SIP-based IP phone on your desk, laptop or mobile phone? If so, did you know that you can call any application in the Voxeo cloud using [...]