Guava.CallInfo.Sip (Guava v0.34.0)

Copy Markdown View Source

A SIP call.

Summary

Types

t()

@type t() :: %Guava.CallInfo.Sip{
  call_type: String.t(),
  from_aor: String.t(),
  sip_code: String.t() | nil,
  sip_headers: %{required(String.t()) => String.t()}
}