Guava.Commands.ListenInbound (Guava v0.36.0)

Copy Markdown View Source

Register this connection as an inbound listener.

Belongs to the deprecated v1 inbound path. Guava.Channel's :listen mode uses v2/listen-inbound instead; this command is kept for wire completeness.

Summary

Types

t()

@type t() :: %Guava.Commands.ListenInbound{
  agent_number: String.t() | nil,
  command_type: String.t(),
  sip_code: String.t() | nil,
  webrtc_code: String.t() | nil
}