Skip to content

leinster/adhearsion

 
 

Repository files navigation

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.

About

Open-source framework for writing voice-enabled applications using Ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%