struct Asterisk::ARI::Applications::Application
- Asterisk::ARI::Applications::Application
- Struct
- Value
- Object
Overview
Details of a Stasis application
Included Modules
- JSON::Serializable
Defined in:
asterisk/ari/models/applications_application.crConstructors
Instance Method Summary
-
#bridge_ids : Array(String)
Id's for bridges subscribed to.
-
#bridge_ids=(bridge_ids : Array(String))
Id's for bridges subscribed to.
-
#channel_ids : Array(String)
Id's for channels subscribed to.
-
#channel_ids=(channel_ids : Array(String))
Id's for channels subscribed to.
-
#device_names : Array(String)
Names of the devices subscribed to.
-
#device_names=(device_names : Array(String))
Names of the devices subscribed to.
-
#endpoint_ids : Array(String)
{tech}/{resource} for endpoints subscribed to.
-
#endpoint_ids=(endpoint_ids : Array(String))
{tech}/{resource} for endpoints subscribed to.
-
#events_allowed : Hash(String, String | Bool | Int32 | Float32)
Event types sent to the application.
-
#events_allowed=(events_allowed : Hash(String, String | Bool | Int32 | Float32))
Event types sent to the application.
-
#events_disallowed : Hash(String, String | Bool | Int32 | Float32)
Event types not sent to the application.
-
#events_disallowed=(events_disallowed : Hash(String, String | Bool | Int32 | Float32))
Event types not sent to the application.
-
#name : String
Name of this application
-
#name=(name : String)
Name of this application
Constructor Detail
Instance Method Detail
def events_allowed : Hash(String, String | Bool | Int32 | Float32)
#
Event types sent to the application.
def events_allowed=(events_allowed : Hash(String, String | Bool | Int32 | Float32))
#
Event types sent to the application.
def events_disallowed : Hash(String, String | Bool | Int32 | Float32)
#
Event types not sent to the application.
def events_disallowed=(events_disallowed : Hash(String, String | Bool | Int32 | Float32))
#
Event types not sent to the application.