ezk-sip-core

Crates.ioezk-sip-core
lib.rsezk-sip-core
version0.3.0
sourcesrc
created_at2021-11-09 15:32:50.257477
updated_at2024-07-01 18:08:37.041855
descriptionSIP core crate providing abstrations over transport and transactions
homepage
repositoryhttps://github.com/kbalt/ezk
max_upload_size
id478921
size125,419
(kbalt)

documentation

README

ezk-sip-core

crates.io documentation MIT licensed

SIP core library providing abstractions for transports and SIP transactions.

It is the centerpiece of any stateful SIP applications as it provides the Endpoint which holds all low level information about the SIP Stack (transport/transaction state).

While not complete, transport and transaction management are implemented after the following RFCs:

  • RFC3261 - SIP: Session Initiation Protocol
  • RFC6026 - Correct Transaction Handling for 2xx Responses to SIP INVITE Requests
Commit count: 108

cargo fmt