Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 262 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 262 Bytes

lissp

LIghtweight Stateless Sip Proxy

  • Implements RFC3261
  • Proxies SIP traffic between 2 SIP UAs.
  • Completely stateless
  • Safe to hot reload
  • Self-healing
  • Minimal memory footprint.
  • Utilizes the Go Concurrency Model to maximize performance and speed.