Giter Club home page Giter Club logo

sippet

This C++ library has been designed as a Chromium SIP stack.

Current status: Work-in-progress

Sippet is an open-source SIP User-Agent library, compliant with the IETF RFC 3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and P2P communication services.

The main target was to enable Javascript applications to use UDP, TCP and TLS transports along WebSocket. Existing SIP solutions for the browser are forced to use the WebSockets API to send/receive SIP messages. But for many service providers, the WebSocket protocol could not be a feasible solution due to scalability, support and other business constraints.

By the way, the stack can be used as a full client-side C++ Stack (full-featured) without Javascript integration.

Features

  • Support to symmetric response routing (RFC 3581).
  • Support to client-initiated connections (RFC 5626).
  • Multiplatform: same platforms supported by Chromium.
  • Parsing of SIP and Tel URIs, compatible with GURL.
  • TODO: Websockets, just in case.
  • SOCKS for stream-oriented connections, inherited from system settings.
  • Pass-through HTTP proxies using CONNECT (SIP over HTTP proxies).
  • Flexible SSL/TLS support (client-side certificates, restrict or relaxed cipher list).

Fun stuff

  • Added G.729 support to WebRTC: use at your own risk, you have to pay royalties if you want to use this codec commercially.
    • The source code is now based on ITU-T release of October 2006, and include some optimizations provided by the WebRTC signal processing library. Several optimizations available in other source codes (such as CSipSimple and Siphon) were discarded as they don't consider saturation. Precision was considered more important than optimization in this derived work.
  • Created a 'compatibility mode' for WebRTC, so it can negotiate media without supporting SRTP/DTLS and ICE.

sippet's Projects

lua icon lua

Unofficial git clone from http://www.lua.org/

sippet icon sippet

C++ SIP stack based on Chromium source code

talk icon talk

A derived PeerConnection implementation intended to be used on legacy systems

webrtc icon webrtc

A derived WebRTC implementation intended to be used on legacy systems

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.