Sha256: 4398dae2e0962e98cc4811052506e8801972f60163f9216a0c06b3dd7d5de9ee

Contents?: true

Size: 1002 Bytes

Versions: 4

Compression:

Stored size: 1002 Bytes

Contents

# Welcome to Adhearsion

You've got a fresh app and you're almost ready to get started. Firstly, you'll need to configure your VoIP platform:

## Asterisk

Edit `extensions.conf` to include the following:

```
[your_context_name]
exten => _.,1,AGI(agi:async)
```

and setup a user in `manager.conf` with read/write access to `all`.

## Voxeo PRISM

Install the [rayo-server](https://github.com/rayo/rayo-server) app into PRISM 11 and follow the [configuration guide](https://github.com/rayo/rayo-server/wiki/Single-node-and-cluster-configuration-reference).

## Configure your app

In `config/adhearsion.rb` you'll need to set the VoIP platform you're using, along with the correct credentials. You'll find example config there, so follow the comments.

## Ready, set, go!

Start your new app with "ahn start /path/to/your/app". You'll get a lovely console and should be presented with the SimonGame

Check out [the Adhearsion website](http://adhearsion.com) for more details of where to go from here.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
adhearsion-2.0.0.beta1 lib/adhearsion/generators/app/templates/README.md
adhearsion-2.0.0.alpha3 lib/adhearsion/generators/app/templates/README.md
adhearsion-2.0.0.alpha2 lib/adhearsion/generators/app/templates/README.md
adhearsion-2.0.0.alpha1 lib/adhearsion/generators/app/templates/README.md