From 3cdb9eab57dac8497d13e3a9b90cf40505db767f Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Fri, 2 Dec 2016 11:24:23 +0100 Subject: Added SIPp scenario and list of codecs supported by FS Requires appropriately configured FreeSWITCH server that responds to a call to sip:test@host by playing a fragment, then hanging up. SIPp scenario was used to create a bunch of captures, uploaded to https://wiki.wireshark.org/SampleCaptures#SIP_and_RTP --- sipsim/uac_media.xml | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 sipsim/uac_media.xml (limited to 'sipsim/uac_media.xml') diff --git a/sipsim/uac_media.xml b/sipsim/uac_media.xml new file mode 100644 index 0000000..51b5433 --- /dev/null +++ b/sipsim/uac_media.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + ;tag=[call_number] + To: [service] + Call-ID: [call_id] + CSeq: 1 INVITE + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Content-Type: application/sdp + Content-Length: [len] + + v=0 + o=- 42 42 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 [pt] + a=rtpmap:[pt] [codec] + a=recvonly + ]]> + + + + + + + + + + + + + + + + ;tag=[call_number] + To: [service] [peer_tag_param] + Call-ID: [call_id] + CSeq: 1 ACK + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Content-Length: 0 + ]]> + + + + + + + + + Content-Length: 0 + ]]> + + -- cgit v1.2.1