Skip to content

amakukha/sipsimpleclient-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SIP SIMPLE client example

This is a small example of establishing a VoIP call with SIP in Python. It corrects some errors of the official SIP SIMPLE library example.

Install dependencies

http://sipsimpleclient.org/projects/sipsimpleclient/wiki/SipDeveloperGuide

Configure

  • Change file config/config entering your account credentials and SIP proxy
  • Change constant CALLER_ACCOUNT in sample.py to match the account in config/config
  • Change constant TARGET_URI in sample.py to contain callee's SIP URI

Running

python sample.py

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%