runtel / aiosip

SIP support for AsyncIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • UDP support
  • REGISTER
  • NOTIFY
  • SUBSCRIBE
  • MESSAGE

Missing features

  • Documentation
  • unit tests
  • TCP support
  • SIP proxy/server mode
  • SDP support

About

SIP support for AsyncIO

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 95.6%Language:Makefile 4.4%