jsgoecke / adhearsion forked from jicksta/adhearsion
- Source
- Commits
- Network (35)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
tree 66cc1452a09591141d467aa2a60ee63844a2240a
parent 4a9c14009aa146a48c8de9a916efd28ed8df0fdb
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Jan 30 15:02:54 -0800 2009 | |
| |
CHANGELOG | Sun Nov 08 14:29:02 -0800 2009 | |
| |
EVENTS | Mon Jan 26 14:38:00 -0800 2009 | |
| |
LICENSE | Fri Jun 06 19:42:01 -0700 2008 | |
| |
README.markdown | Sun Jan 11 12:09:19 -0800 2009 | |
| |
Rakefile | Sat Feb 14 23:51:34 -0800 2009 | |
| |
adhearsion.gemspec | Tue Nov 10 15:09:37 -0800 2009 | |
| |
app_generators/ | Tue Jun 09 17:54:17 -0700 2009 | |
| |
bin/ | Thu Dec 04 18:06:06 -0800 2008 | |
| |
examples/ | Wed Nov 19 16:41:39 -0800 2008 | |
| |
lib/ | Wed Dec 02 09:33:17 -0800 2009 | |
| |
spec/ | Thu Oct 29 10:25:01 -0700 2009 | |
| |
theatre-spec/ | Sun Dec 07 14:13:17 -0800 2008 |
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.
