Crate ezk_sip_core

source ·
Expand description

Core part of the EZK SIP Stack

Implementing transport and transaction abstractions it can be used to build any kind of stateful SIP Application

Examples can be found here

Modules

Structs

  • Parsed SIP headers that are part of every message, part of IncomingRequest.
  • The endpoint is the centerpiece of the sip stack. It contains all information about the application and a stack of layered modules which build the logic of SIP applications and its extensions.
  • Builder instance for Endpoint
  • Request received by the endpoint and passed to every layer
  • Key which can be used to access a layer which was added to an Endpoint.
  • Wrapper over &mut Option<T> for a nice typed API
  • Basic request
  • Basic Response

Enums

Traits

  • Layers are extensions to the endpoint.

Type Aliases