Skip to content

Crystal-lang shard to manage all the Asterisk PBX libraries (ARI, AMI and all types of AGI)

License

Notifications You must be signed in to change notification settings

ctiapps/asterisk

Repository files navigation

asterisk.cr - Asterisk PBX all-in-one library

Asterisk PBX libraries (ARI, AMI and all types of AGI) for crystal-lang.

Docs   Join the chat at https://gitter.im/ctiapps/asterisk   Join the chat at https://t.me/alice_calls

Installation

Add this to your application's shard.yml:

dependencies:
  asterisk:
    github: ctiapps/asterisk

Usage

require "asterisk"

TODO: Write usage instructions here

Examples

Examples and demos are in separate repositoty: github.com/ctiapps/alice_calls

Development

TODO: Write development instructions here

Contributing

  1. Fork it ( https://github.com/ctiapps/asterisk/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors