Exception: Adhearsion::VoIP::Asterisk::Manager::ManagerInterface::UnsupportedActionName
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Adhearsion::VoIP::Asterisk::Manager::ManagerInterface::UnsupportedActionName
- Defined in:
- lib/adhearsion/voip/asterisk/manager_interface.rb
Overview
This class will be removed once this AMI library fully supports all known protocol anomalies.
Constant Summary collapse
- UNSUPPORTED_ACTION_NAMES =
%w[ queues iaxpeers ]
Instance Method Summary collapse
-
#initialize(name) ⇒ UnsupportedActionName
constructor
A new instance of UnsupportedActionName.
Constructor Details
#initialize(name) ⇒ UnsupportedActionName
Returns a new instance of UnsupportedActionName.
380 381 382 |
# File 'lib/adhearsion/voip/asterisk/manager_interface.rb', line 380 def initialize(name) super "At the moment this AMI library doesn't support the #{name.inspect} action because it causes a protocol anomaly. Support for it will be coming shortly." end |