<br>
I have just released the first version of Rami, a ruby module for the
Asterisk Manager Interface.&nbsp; It includes a client library and
proxy server for sending multiple simultaneous requests with just one
open connection to asterisk.<br>
<br>
One of the unique features is that the proxy server stores internal
events into queues which can be retrieved or searched by value.&nbsp;
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.&nbsp; WIthout
Async the Originate command will block until it is finished, returning
all the events at once.<br>
<br>
Rami is distributed as a Ruby Gem.&nbsp; You can download it and view the documentation at <a href="http://rubyforge.org/projects/rami/">http://rubyforge.org/projects/rami/</a>.<br>
<br>
Chris<br>
<br>
&nbsp;  <br>