Class: Adhearsion::VoIP::Asterisk::AMI
- Defined in:
- lib/adhearsion/voip/asterisk/manager_interface.rb
Overview
Sorry, this AMI class has been deprecated. Please see docs.adhearsion.com/Asterisk_Manager_Interface for documentation on the new way of handling AMI. This new version is much better and should not require an enormous migration on your part.
Instance Method Summary collapse
-
#initialize ⇒ AMI
constructor
A new instance of AMI.
Constructor Details
#initialize ⇒ AMI
Returns a new instance of AMI.
13 14 15 |
# File 'lib/adhearsion/voip/asterisk/manager_interface.rb', line 13 def initialize raise "Sorry, this AMI class has been deprecated. Please see http://docs.adhearsion.com/display/adhearsion/Asterisk+Manager+Interface for documentation on the new way of handling AMI. This new version is much better and should not require an enormous migration on your part." end |