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:[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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages