Friday 13 July 2012

Adhearsion


Adhearsion

Whatisit?

Adhearsion is a full-featured framework for the development of applications which interact with or control voice communications. It facilitates the creation of complex applications with ease, providing a simple API.

OpenSourceVoiceApplicationFramework

?
class MyController < Adhearsion::CallController
  def run
    answer
    resp = ask "How many woodchucks?", :limit => 1
    say "You said #{resp}. That's obviously wrong!"
  end
end

Whoisitfor?

Voice application developers, Ruby developers, web developers, voice service providers, telephony networks. Everyone can benefit from Adhearsion as part of their application stack.

LatestNews

AdhearsionConfReturnsfor2012

We have some exciting news: Not only is AdhearsionConf back for 2012, but we also have a new location. And not just any ...
24 days ago

AdhearsiononTheChangelog

Adam Stacoviak and Wynn Netherland have released a new episode of The Changelog featuring the Adhearsion Project. Ben La ...
3 months ago

Adhearsion2.0:It’sALIIIIVE!

What a rush!  Today marks another milestone in the Adhearsion project: the release of Adhearsion 2.0.  There has been a ...
3 months ago

SomeUseCases

  • IVRs

    With a comprehensive menu system, and the availability of data from many sources within the application logic, Adhearsion works very well for creating highly dynamic interactive voice response systems.
  • CallCentreAutomation

    Dynamic call routing, integration with databases and CRM software, screen-pops, call monitoring & flexible media routing. Adhearsion fits into a Call Centre stack perfectly, and has much lower operational costs than expensive proprietary solutions.
  • DataGathering

    Adhearsion's integration with many types of database, and its ability to dynamically perform output and input operations lends itself to gathering information from a caller for storage and later analysis, such as a survey.
  • Voice2.0

    Modern voice applications do far more than those of the past and integrate with many other technologies. Adhearsion makes all of this possible with the wide range of tools available to a Ruby developer.

No comments:

Post a Comment