GithubHelp home page GithubHelp logo

pallabchow / pjsip Goto Github PK

View Code? Open in Web Editor NEW

This project forked from embox/pjsip

0.0 0.0 0.0 1.99 MB

Scripts for building pjsip environment for host machine

Makefile 0.61% Shell 0.57% C 98.82%

pjsip's Introduction

pjsip on host

Scripts for building pjsip environment for host machine

Building

  1. Place pjproject-2.4.tar.bz2 in repo folder (archieve could be obtained here http://www.pjsip.org/release/2.4/pjproject-2.4.tar.bz2).
  2. Run ./build_pjproject.sh to extract archieve and build it
  3. Run make to build simpleua

Running

Just run simpleua with address of remote sip client, for example:

./simpleua sip:[email protected]

This command will directly connect two hosts. You will be able to here .wav playing on the other end.

Advanced running

  1. There are a bunch of options in simpleua.c (PLAYBACK_ONLY, etc.). For example, using PLAYBACK_AND_RECORD option you will be able to play sound from .wav instead of using microphone and record sound to .wav instead of using speakers.

  2. You can use simple_pjsua to test call with server registration.

    Just run ./simple_pjsua on one host, and the ./simple_pjsua sip:6001@test<server ip>, where 6001 is a phone number of the other peer. You have to configure asterisk server before, or use some pre-configured one.

pjsip's People

Contributors

antonkozlov avatar alexkalmuk avatar anton-bondarev avatar deryugin 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.