public
Rubygem
Description: Open-source framework for writing voice-enabled applications using Ruby.
Homepage: http://adhearsion.com
Clone URL: git://github.com/jicksta/adhearsion.git
Click here to lend your support to: adhearsion and make a donation at www.pledgie.com !
Jay Phillips (author)
Thu Jun 11 10:55:40 -0700 2009
commit  43d2f2144a84db6b60fabe668b04dc868df5f405
tree    9229e33f0610f69d88cc746037ff964217c20e9b
parent  f70167313a63f87fd97a440153ffb36e029f7b0a
name age message
file .gitignore Fri Jan 30 15:02:54 -0800 2009 Adding .yardoc to .gitignore [Jay Phillips]
file CHANGELOG Thu Apr 30 13:59:37 -0700 2009 AGI "request" variable coercer will not blow up... [Jay Phillips]
file EVENTS Mon Jan 26 14:38:00 -0800 2009 Modified adhearsion so hungup_call event works.... [thedonvaughn]
file LICENSE Fri Jun 06 19:42:01 -0700 2008 Doing some spring cleaning of the directory str... [Jay Phillips]
file README.markdown Sun Jan 11 12:09:19 -0800 2009 Updating README.markdown. [Jay Phillips]
file Rakefile Sat Feb 14 23:51:34 -0800 2009 added install_gem task copied from hoe gem [adzap]
file adhearsion.gemspec Tue Mar 24 12:59:53 -0700 2009 Incrementing version to 0.8.3 [Jay Phillips]
directory app_generators/ Tue Jun 09 17:54:17 -0700 2009 ami_remote component now exposes ping() [Jay Phillips]
directory bin/ Thu Dec 04 18:06:06 -0800 2008 Adding a warning when using "jahn" on MRI. Clos... [Jay Phillips]
directory examples/ Wed Nov 19 16:41:39 -0800 2008 Cleaning up the AMI standalone script example [Jay Phillips]
directory lib/ Thu Jun 11 10:55:40 -0700 2009 ping() always returns true [Jay Phillips]
directory spec/ Sat May 30 15:19:15 -0700 2009 Resolving conflict [Jay Phillips]
directory theatre-spec/ Sun Dec 07 14:13:17 -0800 2008 Moved Theatre to permanently reside within Adhe... [Jay Phillips]

Adhearsion

Adhearsion is an open-source voice application development framework. Adhearsion users write applications atop the framework with Ruby and call into their code.

Adhearsion rests above a lower-level telephony platform, namely Asterisk, though there are experimental bindings for both FreeSWITCH and Yate.

Adhearsion has...

  • An elegant dialplan system for writing the code which controls a live phone call
  • A sophisticated Asterisk Manager Interface library with a lexer written in Ragel.
  • An events subsystem which maintains a Thread-pool for executing your namespaced callbacks. (supports AMI events too!)
  • A very useful component architecture with which you may write Adhearsion plugins and share them with the world.
  • JRuby compatibility for running atop the Java Virtual Machine and using virtually any Java library.
  • Good regression test coverage

Use the public Adhearsion sandbox!

Don't want to screw with setting up a telephony system? You can test your Adhearsion applications using our public sandbox!

Visit http://adhearsion.com/getting_started for more information!

Yes, in minutes you can be controlling your cell phone for free! :)

Documentation

Visit Adhearsion's website for more information about the framework or visit the wiki for documentation on how to use it.

If you're having trouble, you may want to try asking your question on the IRC channel, mailing list or, if you've found a bug, report it on the bug tracker.