Skip to main content

a SIP library

Project description

A SIP library

Installing

Install and update using pip:

pip install -U snl

A Simple Example

import snl

phoneA = snl.SIPPhoneClass()(
  ua=dict(proxy='1.2.3.4', aor='sip:+33123456789@sip.example.com')
)
phoneB = snl.SIPPhoneClass()(
  ua=dict(proxy='1.2.3.4', aor='sip:+33987654321@sip.example.com')
)
dialog = phoneA.invite(phoneB)
if dialog:
  phoneB.bye(dialog)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

snl-1.1.tar.gz (70.3 kB view hashes)

Uploaded Source

Built Distribution

snl-1.1-py3-none-any.whl (75.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page