Git Product home page Git Product logo

sip-client---partial's Introduction

About

SIP client (partially developed) for collecting/identifying caller Id/Extension over SIP protocol.

Why?

The purpose of this project is to get incoming caller ID from the SIP server. As this program does not have any dependencies except Python itself, using this automation task can be done.
For example, there are certain tasks that need to be done if only Person "A" calls Person "B". Now, while A calls B, there needs to be a way to know B's call list in real time.
As our concern is only Caller ID/Number, using this program and configuring the Sip server's dial plan, we can get B's call list in real time.

Steps To Use

To track an extension's call list in real time,

  1. Create a new extension.
  2. Configure the SIP client with the newly created extension's credentials.
  3. Configure the dial plan of the extension that is going to be tracked.
    For example, if the new extension ID is 200 and the target is to track extension ID 100, then go to the dialplan of 100 and add " PJSIP/100 && PJSIP/200". (considering the sip server is asterisk/freepbx)
  4. Add a callback function according to requirement.

Limitations

  • Only works if the SIP server and the program are running in the same network.
  • Only capability is to parse the caller ID from the incoming header.
  • Only supports UDP.


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.