On Tue, Oct 15, 2013 at 4:03 PM, David M. Lee <dlee at digium.com> wrote: > The response to ARI has been great. > > I've put together a Getting Started guide. Comments welcome. > > https://wiki.asterisk.org/wiki/x/cgeUAQ Very nice document. For a Perl WebSocket library, I've had good luck so far with Net::Async::WebSocket::Client. It doesn't support HTTP Basic authentication, so you'll have to use api_key. http://search.cpan.org/dist/Net-Async-WebSocket/lib/Net/Async/WebSocket/Client.pm Corey