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

Reply via email to