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

A specific communication connection between Asterisk and an Endpoint.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Swagger.Client.Model.Channel{
  accountcode: String.t(),
  caller: CallerId,
  connected: CallerId,
  creationtime: DateTime,
  dialplan: DialplanCep,
  id: String.t(),
  language: String.t(),
  name: String.t(),
  state: String.t()
}