OSTIP_EXARI v0.1.0 Swagger.Client.Model.Endpoint View Source

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.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Swagger.Client.Model.Endpoint{
  channel_ids: ListString,
  resource: String.t(),
  state: String.t(),
  technology: String.t()
}