GithubHelp home page GithubHelp logo

udit043 / sendsipmsg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from resiprocate/sendsipmsg

0.0 2.0 0.0 12 KB

Trivial demo application for sending a SIP message

Makefile 3.38% M4 8.18% C++ 88.44%

sendsipmsg's Introduction

To prepare your machine for building the project:

# apt-get install libresiprocate-1.8-dev


To build this project:

$ git clone $REPOSITORY
$ cd sendsipmsg
$ autoreconf --install
$ ./configure
$ make


To run the project:

$ ./sendsipmsg \
   sip:${USER}@example.org \
   foo bar myrealm \
   sip:${USER}@localhost 15065


In this example, the process will send SIP messages using SIP port 15065 as
the source port and the default SIP port, 5060, will be used as the destination
port.


To receive and display SIP messages in a console without having a SIP proxy:

$ nc -u -l -p 5060


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.