Coder Social home page Coder Social logo

pysipfullproxy's Introduction

SIP Full Proxy

Motivations

Enable communication between SIP phones (softphone or hardphone) throught Internet.

History

Formal version was an "half" SIP proxy i.e. only establishing SIP dialog message uses the proxy.

Unfortenately, this kind of proxy is not compliant to use throught Internet. Actually, Internet providers uses a box to connect a local network to Internet. This router includes a NAT. This is generally a Port Restricted Cone NAT. This means that the remote socket MUST respond using same port and ip address as local socket resquest.

I tried also to use a redirect proxy. Unfortenately open source or free cost SIP softphone I use (Linphone,Ekiga,XLite ...) doesn't process redirection (3xx) correctly.

Last possibility is to use a Full SIP proxy i.e all SIP requests and responses use the proxy.

Features

The SIP proxy provides routing features and using a registrar is neccessary. Then, this project includes also a registrar.

I notice also some attacks from "security" software (like SIPvicious). To avoid issues like growing registrar data, I include a simple authentication mechanisms for registration and check the validity of URIs used in SIP messages.

pysipfullproxy's People

Contributors

tirfil avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.