<div dir="ltr">Hi all,<br> I have written two xml files one for bob-invites-client.xml and other is bob-invites-alice-server.xml. when i run these two files with asterisk server i got successful message till bye towards client and from client bye message is not going to server and from server 200 ok message is not coming to client........<br>
<br>can any one suggest me some helpp please i am in deep trouble...............<br><br><br>I am attaching my files and wire shark trace plz go throw with it and inform me where i did wrong..<br><br>clientxml:<br><br><?xml version="1.0" encoding="ISO-8859-1" ?><br>
<!DOCTYPE scenario SYSTEM "sipp.dtd"><br><br><scenario name="Basic Sipstone UAC"><br><br><send retrans="500"><br><![CDATA[<br> INVITE sip:[service]@[remote_ip]:[remote_port] SIP/2.0<br>
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]<br> From: bob <sip:sipp@[local_ip]:[local_port]>;tag=[pid]SIPpTag00[call_number]<br> To: alice <sip:[service]@[remote_ip]:[remote_port]><br>
Call-ID: [call_id]<br> CSeq: 1 INVITE<br> Contact: sip:sipp@[local_ip]:[local_port]<br> Max-Forwards: 70<br> Subject: Performance Test<br> Content-Type: application/sdp<br> Content-Length: [len]<br>
<br> v=0<br> o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]<br> s=-<br> c=IN IP[media_ip_type] [media_ip]<br> t=0 0<br> m=audio [media_port] RTP/AVP 0<br> a=rtpmap:0 PCMU/8000<br>
<br> ]]><br></send><br><br><recv response="100" optional="true"><br></recv><br><br> <recv response="180" optional="true"><br> </recv><br><br> <recv response="200" rtd="true"><br>
</recv><br><br> <send><br> <![CDATA[<br><br> ACK sip:[service]@[remote_ip]:[remote_port] SIP/2.0<br> Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]<br> From: bob <sip:sipp@[local_ip]:[local_port]>;tag=[pid]SIPpTag00[call_number]<br>
To: alice <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]<br> Call-ID: [call_id]<br> CSeq: 1 ACK<br> Contact: sip:sipp@[local_ip]:[local_port]<br> Max-Forwards: 70<br> Subject: Performance Test<br>
Content-Length: 0<br> ]]><br> </send><br><br> <pause milliseconds="5000" /><br><br> <send retrans="500"><br> <![CDATA[<br><br> BYE sip:[service]@[remote_ip]:[remote_port] SIP/2.<br>
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]<br> From: bob <sip:sipp@[local_ip]:[local_port]>;tag=[pid]SIPpTag00[call_number]<br> To: alice <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]<br>
Call-ID: [call_id]<br> CSeq: 2 BYE<br> Contact: sip:sipp@[local_ip]:[local_port]<br> Max-Forwards: 70<br> Subject: Performance Test<br> Content-Length: 0<br><br> ]]><br> </send><br>
<br> <recv response="200" crlf="true"><br> </recv><br><br> <!-- definition of the response time repartition table (unit is ms) --><br> <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/><br>
<br> <!-- definition of the call length repartition table (unit is ms) --><br> <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/><br><br></scenario><br><br><br>SERVER XML:<br>
<br><?xml version="1.0" encoding="ISO-8859-1" ?><br><!DOCTYPE scenario SYSTEM "sipp.dtd"><br><br><scenario name="Basic UAS responder"><br><br> <recv request="INVITE" crlf="true"><br>
</recv><br><br> <send><br> <![CDATA[<br><br> SIP/2.0 180 Ringing<br> [last_Via:]<br> [last_From:]<br> [last_To:];tag=[pid]SIPpTag01[call_number]<br> [last_Call-ID:]<br> [last_CSeq:]<br>
Contact: <sip:[local_ip]:[local_port];transport=[transport]><br> Content-Length: 0<br> ]]><br> </send><br><br> <send retrans="500"><br> <![CDATA[<br> SIP/2.0 200 OK<br>
[last_Via:]<br> [last_From:]<br> [last_To:];tag=[pid]SIPpTag01[call_number]<br> [last_Call-ID:]<br> [last_CSeq:]<br> Contact: <sip:[local_ip]:[local_port];transport=[transport]><br> Content-Type: application/sdp<br>
Content-Length: [len]<br><br> v=0<br> o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]<br> s=-<br> c=IN IP[media_ip_type] [media_ip]<br> t=0 0<br> m=audio [media_port] RTP/AVP 0<br>
a=rtpmap:0 PCMU/8000<br> ]]><br> </send><br><br> <recv request="ACK" optional="true" rtd="true" crlf="true"><br> </recv><br><br> <recv request="BYE"><br>
</recv><br><br> <send><br> <![CDATA[<br> SIP/2.0 200 OK<br> [last_Via:]<br> [last_From:]<br> [last_To:]<br> [last_Call-ID:]<br> [last_CSeq:]<br> Contact: <sip:[local_ip]:[local_port];transport=[transport]><br>
Content-Length: 0<br><br> ]]><br> </send><br><br><timewait milliseconds="4000"/><br><br> <!-- definition of the response time repartition table (unit is ms) --><br> <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/><br>
<br> <!-- definition of the call length repartition table (unit is ms) --><br> <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/><br><br></scenario><br><br><br><br><br><br>
<br></div>