According to section 3.12.1 of the guide (version 1.1) unexpected 4XX or 5XX messages before a 200 OK should result in sending an ACK and ending the call. Below is a log that shows this is not functioning. I am using the built in UAC senareo, so nothing fancy. Since the 200 is never received, sipp just marks the call a timeout.
I have also seen that BYE messages are not being handled after the <pause/> has started, but I don't have a clean log showing that. Is there something special that needs to be done to get the Unexpected message handling to work? I am using sipp unstable 2006-08-21 (badly formatted ngrep trace follows): # U 192.168.32.151:5060 -> 192.168.8.23:5060 INVITE sip:[EMAIL PROTECTED]:52631 SIP/2.0..Via: SIP/2.0/UDP 192.168.32.151:5060;branch=z9hG4bK-1-0..Fro m: 18885552222 <sip:[EMAIL PROTECTED]:5060>;tag=1..To: 180055512129 <sip:[EMAIL PROTECTED]:5263 1>..Call-ID: [EMAIL PROTECTED]: 1 INVITE..Contact: sip:[EMAIL PROTECTED]:5060..Max-Forwards: 70..Subject: Performance Test..Content-Type: application/sdp..Content-Length: 139....v=0..o=user1 53655765 235 3687637 IN IP4 192.168.32.151..s=-..c=IN IP4 192.168.32.151..t=0 0..m=audio 5678 RTP/AVP 0..a=rtpmap:0 PCMU/8000 .. # U 192.168.8.23:49296 -> 192.168.32.151:5060 SIP/2.0 100 Trying..Via: SIP/2.0/UDP 192.168.32.151:5060;received=192.168.32.151;branch=z9hG4bK-1-0..Call-ID: 1- [EMAIL PROTECTED]: 18885552222 <sip:[EMAIL PROTECTED]:5060>;tag=1..To: 180055512129 <sip:16504 [EMAIL PROTECTED]:52631>..CSeq: 1 INVITE..Content-Length: 0.... # U 192.168.8.23:49299 -> 192.168.32.151:5060 SIP/2.0 404 Not found ..From: "18885552222" <sip:[EMAIL PROTECTED]:5060>;tag=1..To: "180055512129" <si p:[EMAIL PROTECTED]:52631>;tag=437.71369641678723..Call-ID: [EMAIL PROTECTED]: 1 INVITE..Via: SIP/2.0/UDP 192.168.32.151:5060;received=192.168.32.151;branch=z9hG4bK-1-0..Content-Leng th: 0..Record-Route: <s ip:[EMAIL PROTECTED]:5060;maddr =192.168.8.23>..User-Agent: someagent /1.0..Warning: 399 nowhere.com "Unprovisioned number".... # U 192.168.8.23:49299 -> 192.168.32.151:5060 SIP/2.0 404 Not found ..From: "18885552222" <sip:[EMAIL PROTECTED]:5060>;tag=1..To: "180055512129" <si p:[EMAIL PROTECTED]:52631>;tag=437.71369641678723..Call-ID: [EMAIL PROTECTED]: 1 INVITE..Via: SIP/2.0/UDP 192.168.32.151:5060;received=192.168.32.151;branch=z9hG4bK-1-0..Content-Leng th: 0..Record-Route: <s ip:[EMAIL PROTECTED]:5060;maddr =192.168.8.23>..User-Agent: someagent /1.0..Warning: 399 nowhere.com "Unprovisioned number".... # U 192.168.8.23:49299 -> 192.168.32.151:5060 SIP/2.0 404 Not found ..From: "18885552222" <sip:[EMAIL PROTECTED]:5060>;tag=1..To: "180055512129" <si p:[EMAIL PROTECTED]:52631>;tag=437.71369641678723..Call-ID: [EMAIL PROTECTED]: 1 INVITE..Via: SIP/2.0/UDP 192.168.32.151:5060;received=192.168.32.151;branch=z9hG4bK-1-0..Content-Leng th: 0..Record-Route: <s ip:[EMAIL PROTECTED]:5060;maddr =192.168.8.23>..User-Agent: someagent /1.0..Warning: 399 nowhere.com "Unprovisioned number".... # U 192.168.8.23:49299 -> 192.168.32.151:5060 SIP/2.0 404 Not found ..From: "18885552222" <sip:[EMAIL PROTECTED]:5060>;tag=1..To: "180055512129" <si p:[EMAIL PROTECTED]:52631>;tag=437.71369641678723..Call-ID: [EMAIL PROTECTED]: 1 INVITE..Via: SIP/2.0/UDP 192.168.32.151:5060;received=192.168.32.151;branch=z9hG4bK-1-0..Content-Leng th: 0..Record-Route: <s ip:[EMAIL PROTECTED]:5060;maddr =192.168.8.23>..User-Agent: someagent /1.0..Warning: 399 nowhere.com "Unprovisioned number".... ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
