tares003 / asyncsip

SIP support for AsyncIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aiosip

image

image

image

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

About

SIP support for AsyncIO

License:Apache License 2.0


Languages

Language:Python 98.5%Language:Makefile 1.5%