| 1 | <?xml version="1.0" encoding="ISO-8859-1" ?>
|
|---|
| 2 | <scenario name="Basic Sipstone UAC">
|
|---|
| 3 |
|
|---|
| 4 | <send >
|
|---|
| 5 | <![CDATA[
|
|---|
| 6 |
|
|---|
| 7 | INVITE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
|
|---|
| 8 | Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
|
|---|
| 9 | Route: <sip:192.168.15.112:5060;transport=udp;lr>
|
|---|
| 10 | Route: <sip:192.168.15.23:5090;transport=udp;lr>
|
|---|
| 11 | From: <sip:100@[remote_ip]:[remote_port]>;tag=[call_number]
|
|---|
| 12 | To: <sip:[service]@[remote_ip]:[remote_port]>;tag=[call_number]
|
|---|
| 13 | Call-ID: [call_id]
|
|---|
| 14 | Cseq: 1 INVITE
|
|---|
| 15 | Contact: sip:100@[local_ip]:[local_port]
|
|---|
| 16 | Max-Forwards: 70
|
|---|
| 17 | Subject: Performance Test
|
|---|
| 18 | Content-Type: application/sdp
|
|---|
| 19 | Content-Length: [len]
|
|---|
| 20 | User-Agent: sipp
|
|---|
| 21 |
|
|---|
| 22 | v=0
|
|---|
| 23 | o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
|
|---|
| 24 | s=-
|
|---|
| 25 | t=0 0
|
|---|
| 26 | c=IN IP[media_ip_type] [media_ip]
|
|---|
| 27 | m=audio [media_port] RTP/AVP 0
|
|---|
| 28 | a=rtpmap:0 PCMU/8000
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 | ]]>
|
|---|
| 32 | </send>
|
|---|
| 33 |
|
|---|
| 34 | <recv response="403">
|
|---|
| 35 | </recv>
|
|---|
| 36 |
|
|---|
| 37 | <send>
|
|---|
| 38 | <![CDATA[
|
|---|
| 39 |
|
|---|
| 40 | ACK sip:[service]@192.168.15.23:5090 SIP/2.0
|
|---|
| 41 | [last_Via:]
|
|---|
| 42 | From: sipp <sip:100@[local_ip]:[local_port]>;tag=[call_number]
|
|---|
| 43 | To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
|
|---|
| 44 | Call-ID: [call_id]
|
|---|
| 45 | Contact: sip:100@[local_ip]:[local_port]
|
|---|
| 46 | Cseq: 1 ACK
|
|---|
| 47 | Max-Forwards: 70
|
|---|
| 48 | Content-Length: 0
|
|---|
| 49 |
|
|---|
| 50 | ]]>
|
|---|
| 51 | </send>
|
|---|
| 52 | </scenario>
|
|---|