Hello I would like to send a basic request to 600 users. I wrote my 600 users to a .csv file .
In attachment see the command that I played sipp -sf ./OPTIONS4_simon.xml 135.117.163.61:5260 -trace_stat -trace_screen -trace_err -trace_msg -m 1 -inf service_number.csv and the file OPTIONS4_simon.xml. I have this error : testsipp[48] sipp -sf ./OPTIONS4_simon.xml 135.117.163.61:5260 -trace_stat -trace_screen -trace_err -trace_msg -m 1 -inf service_number.csv 2012-04-12 17:06:28:876 1334264788.876769: Invalid injection file: caller.csv Could you tell me why I have got this error ? Is It possible to use SIPp with 600 users Thank you
service_number.csv
Description: service_number.csv
<?xml version="1.0" encoding="ISO-8859-1" ?>
<scenario name="OPTIONS scenario">
<send retrans="600">
<![CDATA[
OPTIONS sip:[remote_ip] SIP/2.0
Via: SIP/2.0/UDP [local_ip];branch=[branch]
Max-Forwards: 70
To: <sip:[remote_ip]>
From: <sip:[service file="service_number.csv"]@[remote_ip]>;tag=[call_number]
Call-ID: [call_id]
CSeq: 1 OPTIONS
Accept: application/pidf+xml, application/pidf-diff+xml, application/reginfo+xml, application/rlmi+xml, application/sdp, application/service-user-profile+xml, application/simple-message-summary, application/vq-rtcpxr, application/watcherinfo+xml, application/xml, message/CPIM, message/sipfrag, multipart/mixed, multipart/related
Content-Length: 0
]]>
</send>
<recv response="200" timeout="200">
</recv>
<!--recv response="200" timeout="1000" request="OPTIONS" crlf="true" regexp_match="true">
</recv-->
<pause milliseconds="1000"/>
</scenario>
------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
