struct Asterisk::ARI::Endpoints::Endpoint
- Asterisk::ARI::Endpoints::Endpoint
- Struct
- Value
- Object
Overview
An external device that may offer/accept calls to/from Asterisk.
Unlike most resources, which have a single unique identifier, an endpoint is uniquely identified by the technology/resource pair.
Included Modules
- JSON::Serializable
Defined in:
asterisk/ari/models/endpoints_endpoint.crConstructors
Instance Method Summary
-
#channel_ids : Array(String)
Id's of channels associated with this endpoint
-
#channel_ids=(channel_ids : Array(String))
Id's of channels associated with this endpoint
-
#resource : String
Identifier of the endpoint, specific to the given technology.
-
#resource=(resource : String)
Identifier of the endpoint, specific to the given technology.
-
#state : String?
Endpoint's state
-
#state=(state : String?)
Endpoint's state
-
#technology : String
Technology of the endpoint
-
#technology=(technology : String)
Technology of the endpoint