[Asterisk-Users] Ruby module for the Asterisk Manager Interface

snacktime snacktime at gmail.com
Mon Oct 17 09:59:05 MST 2005


I have just released the first version of Rami, a ruby module for the
Asterisk Manager Interface. It includes a client library and proxy server
for sending multiple simultaneous requests with just one open connection to
asterisk.

One of the unique features is that the proxy server stores internal events
into queues which can be retrieved or searched by value. For example with
the Originate command, if you use it with Async, it will return immediately
and the proxy server will store the associated events in the queue which can
be queried at a later time. WIthout Async the Originate command will block
until it is finished, returning all the events at once.

Rami is distributed as a Ruby Gem. You can download it and view the
documentation at http://rubyforge.org/projects/rami/.

Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051017/c89a2d1d/attachment.htm


More information about the asterisk-users mailing list