snl 1.1

Creator: bradpython12

Last updated:

0 purchases

snl 1.1 Image
snl 1.1 Images

Languages

Categories

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:[email protected]')
)
phoneB = snl.SIPPhoneClass()(
ua=dict(proxy='1.2.3.4', aor='sip:[email protected]')
)
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.