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

Info about how Asterisk was built

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Swagger.Client.Model.BuildInfo{
  date: String.t(),
  kernel: String.t(),
  machine: String.t(),
  options: String.t(),
  os: String.t(),
  user: String.t()
}