The SIP Servlet Tutorial

Deploying and Running SipProxy

Follow these instructions to deploy and run the example.

ProcedureDeploying and Running SipProxy in NetBeans IDE

  1. Click File->Open Project and navigate to the location where you downloaded and expanded the SimpeProxy example.

  2. Select SipProxy and click Open Project.

  3. Right-click on SipProxy in the Projects pane and click Run.

ProcedureTesting SipProxy with the SIPp Application

Before You Begin

Be sure you have installed the SIPp test application, as described in SIPp Test Application.

  1. In a terminal, enter the following command to start the SIPp server on port 5090:

    % sipp -sn uas -p 5090
  2. In a new terminal enter the following command to start the SIPp client on port 5080:

    % sipp -sn uac -rsa 127.0.0.1:5060 -p 5080 127.0.0.1:5090

    You should now see the messages from the client get returned by the server, with the SipProxy application acting as a proxy between them.