View Source PlacetelAPI.Model.PostCalls (placetel_api v2.0.0)

Initate a call

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.PostCalls{
  from_name: String.t() | nil,
  sipuid: String.t(),
  target: String.t()
}