diff --git a/sipp_register.xml b/sipp_register.xml new file mode 100644 index 0000000..ed7936a --- /dev/null +++ b/sipp_register.xml @@ -0,0 +1,49 @@ + + + + + + +;tag=[call_number] +To: "saghul" +Call-ID: reg///[call_id] +CSeq: 1 REGISTER +Contact: +Expires: 3600 +Content-Length: 0 +User-Agent: SIPp +]]> + + + + + + +;tag=[call_number] +To: "saghul" +Call-ID: reg///[call_id] +CSeq: 2 REGISTER +Contact: +Expires: 3600 +Content-Length: 0 +User-Agent: SIPp +[authentication username=saghul_test password=****] +]]> + + + + + + + + + + diff --git a/sipp_uac_ice_without_rtcp.xml b/sipp_uac_ice_without_rtcp.xml new file mode 100644 index 0000000..dfab451 --- /dev/null +++ b/sipp_uac_ice_without_rtcp.xml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + ;tag=[pid]SIPpTag00[call_number] + To: sut + Call-ID: [call_id] + CSeq: 1 INVITE + Contact: sip:sipp@[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 + a=ice-ufrag:5821a97e + a=ice-pwd:31480149 + m=audio [media_port] RTP/AVP 0 + a=rtpmap:0 PCMU/8000 + a=candidate:Sc0a86335 1 UDP 1694498815 62.131.6.55 56016 typ srflx raddr 192.168.99.53 rport 46874 + a=candidate:Hc0a86335 1 UDP 2130706431 192.168.99.53 46874 typ host + a=candidate:Sc0a86335 2 UDP 1694498814 62.131.6.55 56017 typ srflx raddr 192.168.99.53 rport 54293 + a=candidate:Hc0a86335 2 UDP 2130706430 192.168.99.53 54293 typ host + a=sendrecv + + ]]> + + + + + + + + + + + + + + + + + + + + + ;tag=[pid]SIPpTag00[call_number] + To: sut [peer_tag_param] + Call-ID: [call_id] + CSeq: 1 ACK + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Subject: Performance Test + Content-Length: 0 + + ]]> + + + + + + + + + ;tag=[pid]SIPpTag00[call_number] + To: sut [peer_tag_param] + Call-ID: [call_id] + CSeq: 2 BYE + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Subject: Performance Test + Content-Length: 0 + + ]]> + + + + + + + + + + + + + diff --git a/sipp_uac_invite_no_sdp.xml b/sipp_uac_invite_no_sdp.xml new file mode 100644 index 0000000..13d9890 --- /dev/null +++ b/sipp_uac_invite_no_sdp.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + ;tag=[pid]SIPpTag00[call_number] + To: sut + Call-ID: [call_id] + CSeq: 1 INVITE + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Subject: Performance Test + Content-Type: application/sdp + Content-Length: 0 + + ]]> + + + + + + + + + + + + + + + + + + + + + ;tag=[pid]SIPpTag00[call_number] + To: sut [peer_tag_param] + Call-ID: [call_id] + CSeq: 1 ACK + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Content-Length: 0 + + ]]> + + + + + + + + + ;tag=[pid]SIPpTag00[call_number] + To: sut [peer_tag_param] + Call-ID: [call_id] + CSeq: 2 BYE + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Subject: Performance Test + Content-Length: 0 + + ]]> + + + + + + + + + + + + + diff --git a/sipp_uas_200_multiple_streams.xml b/sipp_uas_200_multiple_streams.xml new file mode 100644 index 0000000..9172047 --- /dev/null +++ b/sipp_uas_200_multiple_streams.xml @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Content-Length: 0 + + ]]> + + + + + 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 + a=sendrecv + m=video [media_port+1] RTP/AVP 34 + a=rtpmap:34 h263/90000 + a=fmtp:34 QCIF=2 + a=sendrecv + + ]]> + + + + + + + + + + + Content-Length: 0 + + ]]> + + + + + + + + + + + + + + + diff --git a/sipp_uas_200_no_sdp.xml b/sipp_uas_200_no_sdp.xml new file mode 100644 index 0000000..c39e26e --- /dev/null +++ b/sipp_uas_200_no_sdp.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Content-Length: 0 + + ]]> + + + + + Content-Length: 0 + + ]]> + + + + + + + + + + + Content-Length: 0 + + ]]> + + + + + + + + + + + + + + + diff --git a/sipp_uas_malformed_400.xml b/sipp_uas_malformed_400.xml new file mode 100644 index 0000000..17b92c8 --- /dev/null +++ b/sipp_uas_malformed_400.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Content-Length: 0 + + ]]> + + + + + + + + + + + + + + + + + + diff --git a/sipp_uas_standard.xml b/sipp_uas_standard.xml new file mode 100644 index 0000000..3811b59 --- /dev/null +++ b/sipp_uas_standard.xml @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Content-Length: 0 + + ]]> + + + + + 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 + + ]]> + + + + + + + + + + + Content-Length: 0 + + ]]> + + + + + + + + + + + + + + +