Packages

Elixir client for the Asterisk AGI protocol. Find the user guide in the github repo at: https://github.com/marcelog/elixir_agi.

Current section

Files

Jump to
elixir_agi examples stdin_stdout README.md
Raw

examples/stdin_stdout/README.md

# Standard AGI Application using STDIN and STDOUT
Setup a dialplan like:
```
[my_context]
exten => _X.,1,AGI(/path/to/elixir,-pa,/path/to/your/ebins,/path/to/app.exs)
same => n, Hangup
```