aiosip

SIP support for AsyncIO


Keywords
asyncio, sip, telephony, python
License
Apache-2.0
Install
pip install aiosip==0.2.0

Documentation

aiosip

https://badge.fury.io/py/aiosip.png

SIP support for AsyncIO written in pure Python.

Warning: SIP knowledge is necessary to use this library.

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
  • MESSAGE

Missing features

  • Documentation
  • unit tests
  • SDP support