Skip to content

edhinard/SIPandLove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

SIP and Love

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages