Skip to content
forked from nygge/erlast

ErlAst is a project to develop interfaces for the Asterisk PBX in Erlang.

License

Notifications You must be signed in to change notification settings

amanciodiaz/erlast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ErlAst, Erlang Asterisk Software
================================

Building
========

> make

Documentation

> make docs

After that there is some docmentation in lib/{ami,fast_agi}/doc

Running
========

Start Erlang
> erl -pa lib/fast_agi/ebin -pa $PATH_TO_AGI_SCRIPTS 

At the erlang prompt give, Note the period at the end of the line
application:start(fast_agi).

That will start the server listening on port 4573.

About

ErlAst is a project to develop interfaces for the Asterisk PBX in Erlang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published