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

Detailed information about a remote peer that communicates with Asterisk.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Swagger.Client.Model.Peer{
  address: String.t(),
  cause: String.t(),
  peer_status: String.t(),
  port: String.t(),
  time: String.t()
}