Posts tagged "ivr"

Voxeo Gobbles Up Teleku is the lead story on GigaOm at the moment.  This is awesome news for existing Teleku customers because your existing Teleku apps now have the full scaling potential of half of the Fortune 100 companies that already run in Voxeo’s incredible network!  You can find out more about today’s acquisition on Tropo’s website.

Chris Matthieu, Teleku’s Founder, is now the Director of Business Development for both the Teleku and Tropo cloud communication platforms.  We now have access to over 150 Voxeo Engineers in three countries and some of the most amazing next generation technologies in Voxeo Labs

Wait until you see what’s coming next!!!

Team Teleku

Teleku releases its Ninja!

Ninja is Teleku’s new open source telephony stack running Asterisk, OpenVXI, and VoiceGlue on Amazon EC2’s cloud!

Meet Samurai Warrior!

“Build it and they will come.” - Field of Dreams.  You’ve built a voice app and you’re running it on our free SIP-based Ninja platform. Your boss calls and loves it but asks if it can also support Speech Recognition, Skype, iNum, and SMS. 

With the swipe of his credit card, you can say “you bet”!  Without changing one line of code, you have upgraded your voice app from Ninja to Samurai Warrior running on Voxeo’s extreme voice hosting services infrastructure.  All of a sudden your app sounds better with improved text-to-speech and mp3 support and it now recognizes spoken commands and even starts conversing with SMS text messaging clients without changing a single line of code! 

This once again proves that Samurais can beat Ninjas.

A Caveman Could Build an IVR!

Check out Teleku’s new PhoneML Wizard!  It’s so easy a caveman could build an IVR system - I couldn’t resist.

Teleku :: Phone Web Services - Cloud-based Communications | Wizards Index
Uploaded with plasq’s Skitch!

The PhoneML Wizard allows non-developers to build PhoneML voice and sms phone applications by clicking and dragging their way through a call flow script!  Try it out by logging into your Teleku account and clicking on Extensions and then create a new extension.  After giving your extension a name, simply click on the blue PhoneML Wizard button!

Check out our video below:

More features on the way!

Chris Matthieu demonstrates how simple it is to run a Twilio TwiML voice application on Voxeo using Teleku!

New Pricing Model - No More Minutes!

Are you tired of telephony vendor lock-in?  Are the current $.03 to $.05 per minute telephony hosting rates limiting your business models or simply costing you too much money?  Do you wish that you could deploy your cloud-based phone application on any infrastructure (including your own)?

Teleku’s next-generation cloud telecom services is your answer.  Our Phone Markup Language (PhoneML) is considered an open scripting language that ultimately runs on any VoiceXML-based IVR or hosting infrastructure.  Our phone web service API basically behaves like the Google Translator.  We accept RESTful  XML and JSON HTTP web responses and translate telephony operations to VoiceXML for hosting providers to understand. In addition to PhoneML, we also now support Twilio’s TwiML markup language!

This allows you to host your PhoneML or TwiML Voice and SMS phone applications on any platform!  Some of these options include: Voxeo, Syntellect, Genesys, TellMe, Plum, etc.  You can also host your own applications on site with Asterisk running I6NET’s VXI VoiceXML Gateway!

How is that for options?  Our new pricing model is now based on web translation services related to call volumes - not minutes.  More pricing information can be found online at http://teleku.com/pricing.

Get your free private beta invitation code by following us on Twitter and @ replying with a request!

Calling All Telcos…

Remember when VoiceXML was the next big thing?  The good news is that it did create a standard programming interface for telephony engineers to develop voice applications once and deploy them on the telco infrastructure of their choice.  It’s still heavily utilized today.  In fact, most of the enterprise IVR applications are delivered as VXML applications.

One of the problems with VoiceXML is that all of the telco’s implement the VXML spec slightly differently and you need to “fiddle” with your voice application until it works with a new carrier.  While this doesn’t promote vendor lock-in, it helps.  VoiceXML is a very powerful interface which will meet almost any voice engineer’s requirements; however, it’s complex and typically requires classes and even certification to accomplish. This is certainly not the case for PhoneML, our phone web service language.

Teleku recognizes the power of VoiceXML and designed our platform to leverage it.  In fact, VoiceXML is at the heart of our delivery vehicle for interfacing with telcos.  Any telco vendor that supports VoiceXML (99% of them) can now accept Teleku originating phone calls running PhoneML and TwiML (and even VoiceXML) applications.  We believe that this design will allow us to scale across all telco platforms leveraging unused bandwidth and reduced voice/SMS rates.

We have partnered with Voxeo first because we believe that they are the most technically advanced telco provider in the market.  Other telco carriers looking to get into the cloud communications space should contact us and find out how easy it is to get started.  Email info [at] getvocal.com.

Teleku Launches!

Teleku is a new cloud-based telecom company that allows Web developers to build and host phone applications that answer inbound calls and initiate outbound calls, interact with Web applications, and send/receive SMS text messages! Using simple XML responses in your HTTP Web pages, you can deliver sophisticated interactive voice response (IVR) telephony applications in as little as 5 minutes!

The Teleku platform runs phone applications written in PhoneML® and traditional VoiceXML. You can even mix XML libraries on a Web service call-by-call basis and chain voice applets together using one or all of the three libraries.

Teleku natively uses Phone Markup Language (PhoneML) to build powerful phone applications quickly and easily. PhoneML can be viewed as a modern and more simple approach to building XML-based telephony applications. PhoneML is a set of RESTful XML commands that allow developers to build simple yet sophisticated phone applications using any Web programming language. We mask the complexities of building a traditional voice application by providing you with a easy Web Service API that handles the complex telco services and even Speech Recognition (ASR) grammar development.

Teleku’s API does not require you to purchase an SDK or download software but rather provides free RESTful Web Services that allow your Web applications to receive telephone, Skype, and SIP calls to interact with callers over the telephone like traditional Interactive Voice Response (IVR) systems by playing MP3, WAV, or VOX media files, speaking text-to-speech (TTS) prompts, collecting digits and spoken commands through speech recognition (ASR), recording audio, dialing numbers, transferring calls, etc.

Teleku is hosted in the cloud (specifically Amazon’s EC2 platform) allowing us to scale your phone application from one to thousands of simultaneous calls in the blink of an eye!

Here is an example of a powerful auto attendant script in 5 lines of PhoneML code. You could answer a call, play your company’s jingle, announce your company’s name, prompt the caller to press 1 or say Sales and ultimately transfer the call to the operator by returning the following XML to Teleku.

<?xml version="1.0" encoding="UTF-8"?>
<phoneml>
<play>http://acme.com/jingle.mp3</play>
<speak>Thanks for calling Acme Labs. Press 1 or say sales
to be transferred to Sales or press 2 or say support to be
transferred to Technical Support otherwise stay on the call
to speak with our Operator</speak> 
<input options="1,2,sales,support">http://acme.com/transfer</input> 
<speak>Transferring to Operator</speak> 
<transfer>602-555-1234</transfer>
</phoneml>

Never has building an Interactive Voice Response (IVR/VRU) system been so simple, affordable, and powerful!  “We are excited to see what developers will build with this kind of new technology,” says its founder, Chris Matthieu.  This is definitely next generation telecom!  Cloud-based computing allows us to scale on demand and it allows you to pay for only what you need, when you need it.

We are issuing Private Beta invitation codes a few at a time to ensure that our services are meeting your expectations.  Please follow us on Twitter and @ reply us if you are interested in giving your app a ring!