Giter Site home page Giter Site logo

sipunit's Introduction

SipUnit README
-----------------------

For documentation, visit 
	http://www.cafesip.org/projects/sipunit/

For license information: Open the file 
	docs/license/index.html using a web browser.

For the SipUnit API class javadocs: open the file 
	docs/api/index.html using a web browser.
	
For tutorial-type examples, see the SipUnit user guide at
	http://www.cafesip.org/projects/sipunit/
	
For example real test classes that use SipUnit, see the SipUnit unit test java files in the binary 
    distribution and in the source code project. You can run the noproxy/TestNoProxy
	test right away, see next item. 
	For running some of the other test classes, a proxy or stun server is required. For setup info,
	see the header comments in each test java file and also visit the section on proxy 
	considerations in the user guide at
	http://www.cafesip.org/projects/sipunit/
	
TO RUN AN EXAMPLE TEST: see how in the installation test section of the SipUnit user guide at
	http://www.cafesip.org/projects/sipunit/

To debug what's happening during a SipUnit test, turn on the SipUnit trace by adding
    this line of code to your test class setUp() method after creating the SipStack:
         SipStack.setTraceEnabled(true);
          
    You can also set the trace level to 32 instead of the default 16 to get even more output. Do it by setting the
    following property in the properties provided to SipStack creation: 
        properties.setProperty("gov.nist.javax.sip.TRACE_LEVEL", "32");
    
    Also you can use the NIST-SIP visual trace tool. See how, and get it, here:
	http://java.net/projects/jsip/sources/svn/show/tags/JAIN-SIP-1-2-165/src/tools/tracesviewer

sipunit's People

Contributors

deruelle avatar fnordian avatar gvagenas avatar

Stargazers

Richard Breil avatar

Watchers

 avatar James Cloos avatar  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.