MobicentsQuickStartGuide < Communications < TWiki

TWiki . Communications . MobicentsQuickStartGuide

A Quick Start Guide to Mobicents

How to install and run a Mobicents binary distribution

Where to download the distro

To download the binary distribution, follow the link on the mobicents front page, which links to the latest version. It will read something like " Mobicents Suite x.y.z Released".

Once you download the server, unzip it in a new directory on your disk. Make sure the full path to the directory does not contain white spaces.

How to start the server

How to build and run Mobicents from source code

The SLEE 1.0 Technology Compatibility Kit (TCK)

Run the TCK and Custom Tests

      ant -Dtests=tests/sbb/abstractclass/Test522Test
The output should be something like this:
      Buildfile: build.xml

     ...

      tests-slee-tck-internal:
           [echo] slee.tck.testsuite=${slee.tck.testsuite}
           [echo] Starting TCK with params:  -batch 'testsuite ...
           [echo] Excluding tests listed in file: ${slee.tck.testsuite}/jain-slee-tck-1_0.jtx
           [java] Starting test suite...
           [java] Test results: passed: 1
           [java] Results written to C:\work\mobicents\jain-slee-1.0-tck\tckwork.
           [java] Report written to C:\work\mobicents\jain-slee-1.0-tck\reports
           [echo] SLEE TCK report available at C:/work/mobicents/jain-slee-1.0-tck/reports/report.html

      BUILD SUCCESSFUL
      Total time: 4 seconds

Tasks TODO

Look at the TODO list and pick a task that you want to work on. Send a message to the contributors forum that you are interested to work on a certain task. Specify how much time you can dedicate and what portion of the task you can complete.

Tips for Debugging the SLEE Container

-- MudumbaiRanganathan - 25 Mar 2005

-- Main.ivelin - 01 May 2005

-- Main.eduardomartins - 26 Sept 2007

-- Main.vralev - 24 Nov 2007

----- Revision r28 - 12 Apr 2008 - 23:05:09 - Main.eduardomartins