There should be a slash before those paths (unless you are in "/" 
already).

For example:
echo "*" >/dev/udp/localhost/5067

Also, you need to use the correct control port, which by default is 8888, 
but in the trunk versions you can control it with -cp.

If the echo command does not work, you can try netcat (the executable name 
is "nc"); the nc manual has more information on its use and syntax.

Charles


[EMAIL PROTECTED] wrote on 11/05/2007 10:55:43 AM:

> I have a problem with remote control!
> I have run:
> SERVER: sipp -sn uas -m 1000  -p 5080 -trace_screen
> 
> CLIENT: sipp -sn uac 127.0.0.1 -rsa 127.0.0.2:5060 -m 10000 -p 5067 
> -r 20 -d 1 -l 5000  -fd 10 -trace_stat -trace_msg
> 
> and this:
> 
> #!/bin/sh
> echo "*" >dev/udp/localhost/5067
> sleep 5 
> echo "*" >dev/udp/127.0.0.1/5067
> sleep 5 
> echo "*" >dev/udp/127.0.0.1/5067
> 
> but the answer is:
> ./uacmol.sh: 2: cannot create dev/udp/localhost/5067: Directory 
nonexistent
> ./uacmol.sh: 4: cannot create dev/udp/127.0.0.1/5067: Directory 
nonexistent
> ./uacmol.sh: 6: cannot create dev/udp/127.0.0.1/5067: Directory 
nonexistent
> 
> what I can do? 
> thanks in advance!
> 
> 
> 
-------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Sipp-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sipp-users


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to