snl 1.1

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

snl 1.1

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)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.