FIX: use Ruby socket to create a new Celluloid::IO::TCPSocket, which should resolve some issues
FIX: update the regular expression used for asterisk version match
[FIX] Fix asterisk version detection for instances of asterisk compiled from git repository
[FEATURE] Use Celluloid actors for Client and Connection, fix some freeze issues and update RSpec examples
[FEATURE] Add action timeout option to Ruby::AMI configuration
[FIX] Fixed events parsing and reconnect issues on asterisk restart
[FEATURE] Implemented the feature for ActionID namespacing and filtering
[FIX] Fixed some connection issues that lets Ruby::AMI to manage better connecitons lost and reconnection
[FIX] Use Celluloid::Condition combined with Celluloid::Future, in order to prevent deadlocks and spurious conditions signaling. Also updated the example
[FIX] Call AMI aciton complete callback only one time
[FIX] Fixed example.rb and consider 'Follows' response a success message