Its been a few days and no response. I have been searching an reading the
net and trying new things for days. Is there anyone here willing to help?
I am trying the attached scenario with a users.csv file that contains this:
SEQUENTIAL
1001;[authentication username=1001 password=1234]
1002;[authentication username=1002 password=1234]
1003;[authentication username=1003 password=1234]
This is the command I am running: ./sipp -inf users.csv -sf uac_auth.xml -s
6163013290 192.168.0.17 --trace_err
Debug Trace Looks like this:
sipp: The following events occured:
2010-06-03 10:17:59:748 1275574679.748419: Aborting call on
unexpected message for Call-Id '1-3...@127.0.0.1': while expecti
Via: SIP/2.0/UDP 127.0.0.1:5060
;branch=z9hG4bK-3201-1-0;received=192.168.0.163M
From: 1001 <sip:1...@127.0.0.1:5060>;tag=3201SIPpTag001M
To: sut <sip:6163013...@192.168.0.17:5060>M
Call-ID: 1-3...@127.0.0.1m
CSeq: 1 INVITEM
User-Agent: FreeSWITCH-mod_sofia/1.0.head-svn-17607M
Content-Length: 0M
M
'.
2010-06-03 10:17:59:748 1275574679.748975: Dead call
1-3...@127.0.0.1 (aborted at index 1), received 'SIP/2.0 200 OKM
Via: SIP/2.0/UDP 127.0.0.1:5060
;branch=z9hG4bK-3201-1-0;received=192.168.0.163M
From: 1001 <sip:1...@127.0.0.1:5060>;tag=3201SIPpTag001M
To: sut <sip:6163013...@192.168.0.17:5060>;tag=NvSZ2c0UFUHccM
Call-ID: 1-3...@127.0.0.1m
CSeq: 1 CANCELM
Content-Length: 0M
M
'.
2010-06-03 10:17:59:749 1275574679.749119: Dead call
1-3...@127.0.0.1 (aborted at index 1), received 'SIP/2.0 487 Request Te
Via: SIP/2.0/UDP 127.0.0.1:5060
;branch=z9hG4bK-3201-1-0;received=192.168.0.163M
From: 1001 <sip:1...@127.0.0.1:5060>;tag=3201SIPpTag001M
To: sut <sip:6163013...@192.168.0.17:5060>;tag=NvSZ2c0UFUHccM
Call-ID: 1-3...@127.0.0.1m
CSeq: 1 INVITEM
User-Agent: FreeSWITCH-mod_sofia/1.0.head-svn-17607M
Accept: application/sdpM
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER,
REFER, NOTIFYM
Supported: timer, precondition, path, replacesM
Allow-Events: talk, hold, referM
Content-Length: 0M
M
'.
2010-06-03 10:17:59:844 1275574679.844138: Aborting call on
unexpected message for Call-Id '2-3...@127.0.0.1': while expecti
Via: SIP/2.0/UDP 127.0.0.1:5060
;branch=z9hG4bK-3201-2-0;received=192.168.0.163M
From: 1002 <sip:1...@127.0.0.1:5060>;tag=3201SIPpTag002M
To: sut <sip:6163013...@192.168.0.17:5060>M
Call-ID: 2-3...@127.0.0.1m
CSeq: 1 INVITEM
User-Agent: FreeSWITCH-mod_sofia/1.0.head-svn-17607M
Content-Length: 0M
M
'.
<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE scenario SYSTEM "sipp.dtd"> <scenario name="UAC with AUTH scenario">
<send retrans="500">
<![CDATA[
INVITE sip:[servi...@[remote_ip]:[remote_port] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: [field0] <sip:[fiel...@[local_ip]:[local_port]>;tag=[pid]SIPpTag00[call_number]
To: sut <sip:[servi...@[remote_ip]:[remote_port]>
Call-ID: [call_id]
CSeq: 1 INVITE
Contact: sip:[fiel...@[local_ip]:[local_port]
Max-Forwards: 70
Subject: Performance Test
Content-Type: application/sdp
Content-Length: [len]
v=0
o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
s=-
c=IN IP[media_ip_type] [media_ip]
t=0 0
m=audio [media_port] RTP/AVP 0
a=rtpmap:0 PCMU/8000
]]>
</send>
<recv response="407" auth="true">
</recv>
<send>
<![CDATA[
ACK sip:[servi...@[remote_ip]:[remote_port] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port]
From: [field0] <sip:[fiel...@[local_ip]:[local_port]>;tag=[call_number]
To: sut <sip:[servi...@[remote_ip]:[remote_port]>[peer_tag_param]
Call-ID: [call_id]
CSeq: 1 ACK
Contact: sip:[fiel...@[local_ip]:[local_port]
Max-Forwards: 70
Subject: Performance Test
Content-Length: 0
]]>
</send>
<send retrans="500">
<![CDATA[
INVITE sip:[servi...@[remote_ip]:[remote_port] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port]
From: [field0] <sip:[fiel...@[local_ip]:[local_port]>;tag=[call_number]
To: sut <sip:[servi...@[remote_ip]:[remote_port]>
Call-ID: [call_id]
CSeq: 2 INVITE
Contact: sip:[fiel...@[local_ip]:[local_port]
[field1]
Max-Forwards: 70
Subject: Performance Test
Content-Type: application/sdp
Content-Length: [len]
v=0
o=user1 53655765 2353687637 IN IP4 127.0.0.1
s=-
t=0 0
c=IN IP4 [media_ip]
m=audio [media_port] RTP/AVP 0
a=rtpmap:0 PCMU/8000
]]>
</send>
<recv response="100" optional="true">
</recv>
<recv response="180" optional="true">
</recv>
<recv response="183" optional="true">
</recv>
<recv response="200" rtd="true">
</recv>
<send>
<![CDATA[
ACK sip:[servi...@[remote_ip]:[remote_port] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: [field0] <sip:[fiel...@[local_ip]:[local_port]>;tag=[pid]SIPpTag00[call_number]
To: sut <sip:[servi...@[remote_ip]:[remote_port]>[peer_tag_param]
Call-ID: [call_id]
CSeq: 1 ACK
Contact: sip:[fiel...@[local_ip]:[local_port]
Max-Forwards: 70
Subject: Performance Test
Content-Length: 0
]]>
</send>
<pause/>
<send retrans="500">
<![CDATA[
BYE sip:[servi...@[remote_ip]:[remote_port] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: [field0] <sip:[fiel...@[local_ip]:[local_port]>;tag=[pid]SIPpTag00[call_number]
To: sut <sip:[servi...@[remote_ip]:[remote_port]>[peer_tag_param]
Call-ID: [call_id]
CSeq: 2 BYE
Contact: sip:[fiel...@[local_ip]:[local_port]
Max-Forwards: 70
Subject: Performance Test
Content-Length: 0
]]>
</send>
<recv response="200" crlf="true">
</recv>
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
<CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
</scenario>
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users