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§
- Base
Headers - Parsed SIP headers that are part of every message, part of
IncomingRequest
. - Endpoint
- 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.
- Endpoint
Builder - Builder instance for
Endpoint
- Incoming
Request - Request received by the endpoint and passed to every layer
- MayTake
- Wrapper over
&mut Option<T>
for a nice typed API - Request
- Basic request
- Response
- Basic Response
Enums§
Traits§
- Layer
- Layers are extensions to the endpoint.