adhearsion / punchblock

Telephony middleware library for Ruby
adhearsion.com/punchblock
MIT License
40 stars 34 forks source link

Gem Version Build Status Dependency Status Code Climate Coverage Status Inline docs

Punchblock

Punchblock is a middleware library for telephony applications. Like Rack is to Rails and Sinatra, Punchblock provides a consistent API on top of several underlying third-party call control protocols.

In the same spirit that inspired Rack, the Punchblock library is envisioned to be the single library for call control wiring. Frameworks and applications may take advantage of Punchblock's single API to write powerful code for managing calls. Punchblock is not and will not be an application framework; rather it only surfaces the various protocols and presents a consistent interface to its consumers. NB: If you're looking to develop an application, you should take a look at the Adhearsion framework first. This library is much lower level.

Installation

gem install punchblock

Usage

The best available usage documentation available for Punchblock is by example, in Adhearsion.

Supported Protocols

Links:

Note on Patches/Pull Requests

Copyright

Copyright (c) 2014 Adhearsion Foundation Inc. MIT licence (see LICENSE for details).