On 12/7/06, Monica Sam -X (monsam - WIPRO at Cisco) <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I have tried using netcat and also writing a script to open a udp socket to
> communicate with SIPp on Ubuntu and nothing seems to be working.The source
> of the SIPp I am using is sipp.cumulus.2006-03-20.Could it be that the SIPp
> I am using does not support it?
>
> The way I went about testing this is:
>
> Since the documentation specifies that SIPp listens at ports from 8888
> onwards, I started a sipp instance and then issued the following command:
> echo "q" | nc -u 127.0.0.1 8888 -q 0
>
> I then looked at the output of the ps command to find if sipp was still
> running and it still was.
>
>
> Thanks,
> Monica.

Remember that sipp waits for every active call to end before quiting.
probably that's why the process still exists... Why don't you try with
another command, such as "*" instead of "q"?

Also remember: if there's another instance of sipp running when you
attempt to run the remote controlled one, this one will start
listening in UDP port 8888 + number_of_instances_running.

Make sure you have a feasible way to know that netcat is working (or not).

Good luck,

Juan

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to