Skip to content

Instantly share code, notes, and snippets.

@rpfilomeno
Created April 11, 2016 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpfilomeno/5827e6ecf5863f74f53d41b1e15fa707 to your computer and use it in GitHub Desktop.
Save rpfilomeno/5827e6ecf5863f74f53d41b1e15fa707 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">
<scenario name="Test Responder run with -aa flag">
<recv request="INVITE" crlf="true">
</recv>
<send>
<![CDATA[
SIP/2.0 200 OK
[last_Via:]
Record-Route: <sip:10.254.7.30;r2=on;lr=on;nat=yes>
Record-Route: <sip:10.254.3.30;r2=on;lr=on;nat=yes>
[last_From:]
[last_To:];tag=[call_number]
[last_Call-ID:]
[last_CSeq:]
Server: SIPp/Linux
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Session-Expires: 7200;refresher=uas
[last_Contact:]
Content-Type: application/sdp
Require: timer
Content-Length: [len]
v=0
o=root 762111133 762111133 IN IP[local_ip_type] [local_ip]
s=IP PBX 11.15.0
c=IN IP[media_ip_type] [media_ip]
t=0 0
m=audio [media_port] RTP/AVP 8 9 18 0 101
a=rtpmap:8 PCMA/8000
a=rtpmap:9 G722/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv
]]>
</send>
</scenario>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment