Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 965 Bytes

README.rst

File metadata and controls

41 lines (29 loc) · 965 Bytes
https://travis-ci.org/Eyepea/aiosip.svg?branch=master

SIP support for AsyncIO written in pure Python.

Warning: SIP knowledge is necessary to use this library. The public API is currently very unstable.

See examples/ folder for examples.

  • Free software: Apache2 license

Features tested on production

  • SIP endpoint client mode
  • SIP proxy/server mode
  • UDP and TCP support
  • REGISTER
  • NOTIFY
  • SUBSCRIBE
  • INVITE
  • MESSAGE

Missing features

  • Documentation
  • unit tests