Skip to content
Ben Langfeld edited this page Apr 11, 2012 · 5 revisions

DEPRECATION NOTICE: This is old documentation relevant to Adhearsion 1.x and will soon be removed. See the main documentation for up-to-date info.

##Subscribe##

iTunes

Miro

Pando

##Contributing to Adhearsion##

Screencast

Jay Phillips covers:

  • Basics of Github.com
  • How to "clone" Adhearsion's code to your hard drive
  • Creating, starting, and modifying an Adhearsion app
  • Contributing to http://docs.adhearsion.com (outdated - all docs on Github Wiki)
  • Contributing features back into Adhearsion's main master branch

##How to Install Asterisk##

Screencast

In an effort to continue to provide an increasingly easy to use environment with Adhearsion, community member Justin Grammens has put together this screencast on how to get Asterisk up and running. This screencast is geared for those first coming to Adhearsion and looking to have an environment with Asterisk up and running quickly.

##How to Install Adhearsion##

Screencast

In an effort to continue to provide an increasingly easy to use environment with Adhearsion, community member Justin Grammens has put together this screencast on how to get Adhearsion up and running. This screencast is geared for those first coming to Adhearsion and looking to have an environment up and running quickly.

##Installing Ruby & Adhearsion on the AsteriskNOW Soft Appliance##

Screencast

Shows how to take the AsteriskNOW Soft Appliance from Digium and install Ruby with Adhearsion and Ruby on Rails. The steps and the links with additional details are here:

  1. Download AsteriskNOW 1.5Beta
  2. Install on your machine/virtualization server of choice
  3. Add a repo to Yum to install Ruby 1.8.6 packages (in /etc/yum.repos.d)
  1. Install Ruby and associated libraries using Yum
  • 'yum --enablerepo=ruby install ruby irb rdoc ruby-libs rub-devel ruby-docs ruby-mysql ruby-ri'
  1. Install RubyGems
  1. Install Rails and Adhearsion
  • 'gem install rails adhearsion'

##Adhearsion Hello World##

Screencast

In this screencast we show you how to create your first 'hello world' dialplan, once you have both Adhearsion and Asterisk installed.

##Writing Your First Adhearsion Component##

COMING SOON*