<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Daniel-Constantin Mierla a &eacute;crit&nbsp;:
<blockquote cite="mid:493EA072.9000500@gmail.com" type="cite">
  <pre wrap="">On 12/09/08 17:56, Klaus Darilion wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Daniel-Constantin Mierla schrieb:
  
    </pre>
    <blockquote type="cite">
      <pre wrap="">Hello,

On 12/09/08 17:31, Klaus Darilion wrote:
    
      </pre>
      <blockquote type="cite">
        <pre wrap="">Aurelien Grimaud schrieb:
 
      
        </pre>
        <blockquote type="cite">
          <pre wrap="">Fair enough.
If no one already experienced this strange behavior, it should be my 
module ...
I'll try to make it again without my module.
    
        
          </pre>
        </blockquote>
        <pre wrap="">See my other email.

 
      
        </pre>
        <blockquote type="cite">
          <pre wrap="">However, in the log, after the 200 response, there is a 
cleanup_uac_timers: RETR/FR timers reset.
So those timers are cleared.
    
        
          </pre>
        </blockquote>
        <pre wrap="">But the problem is, that the process which handles the INVITE has not 
finished yet and those (re)SETS the timer.

@Daniel - Have you investigated the problem?
  
      
        </pre>
      </blockquote>
      <pre wrap="">so this is the half of the issue reported via:
<a class="moz-txt-link-freetext" href="https://sourceforge.net/tracker/index.php?func=detail&aid=2105813&group_id=139143&atid=743020">https://sourceforge.net/tracker/index.php?func=detail&amp;aid=2105813&amp;group_id=139143&amp;atid=743020</a> 
    
      </pre>
    </blockquote>
    <pre wrap="">yes.

Can it be related to other modules which register callbacks (e.g. pua 
module or Aurelien's module?
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->what is the requests/second rate when the issue appears?

At first look, between sending and setting retransmission timer, there 
is no much processing for the request. The callback executed there is in 
use by siptrace, are you using this module?
  </pre>
</blockquote>
To answer the question, I am not using siptrace.<br>
<br>
I use my module to :<br>
- Manage a configuration file of all proxy I have in my network, and
the domain they are related to. I am then enable to fail over other
proxy for same domain when user is not found locally, or not responding.<br>
- Fill AVP for serial forking.<br>
- print response message by having a response function in my module.<br>
<br>
Aurelien<br>
<blockquote cite="mid:493EA072.9000500@gmail.com" type="cite">
  <pre wrap="">Cheers,
Daniel

  </pre>
  <blockquote type="cite">
    <pre wrap="">  
    </pre>
    <blockquote type="cite">
      <pre wrap="">This one got lost, but as I started to fix the other half (replying 
using proper mode to do retransmission), will investigate this as well ...

Cheers,
Daniel

    
      </pre>
      <blockquote type="cite">
        <pre wrap="">regards
klaus

 
      
        </pre>
        <blockquote type="cite">
          <pre wrap="">To investigate any further, could you point me where in the source 
the retransmission timers are cleared ?

Aurelien

Klaus Darilion a &eacute;crit :
   
        
          </pre>
          <blockquote type="cite">
            <pre wrap="">Is it also happening WITHOUT your module?

klaus

Aurelien Grimaud schrieb:
     
          
            </pre>
            <blockquote type="cite">
              <pre wrap="">As a matter of fact, I already checked this.
There is a reply route set before t_relay, and log outputs in it.
The log line is well seen on 180 and on 200.
This does not avoid retransmission.

Here is a log file with much trace for a call that was answered but 
retransmitted.

on an INVITE, a module of mine is collecting all contacts for a 
serial forking.
an on_reply_route is set, with a trace of mine in it

My log format is :
T000 [date] [time] bin#ser#&lt;pid&gt;#-1 = &lt;log&gt;

This was on a 1 call only.
I cannot figure out what is happening.

Any comment  is welcome.

Thanks !
Aurelien

Klaus Darilion a &eacute;crit :
       
            
              </pre>
              <blockquote type="cite">
                <pre wrap="">Hi!

1. Not the ACK, but the 200 Ok will stop retransmission. I suspect 
that the 200 ok is not identified as belonging to the INVITE 
transaction.

Try this:

1. before t_relay() activate a certain reply_route (t_on_reply("3"))
2. put some xlog in the the default reply route

onreply_route {
    xlog("===========================");
    xlog("default reply route ...\n");
    xlog("response: $$rm = $rm\n");
    xlog("response: $mb\n");
    xlog("===========================");
}

3. put some xlog in the reply route you activated with t_on_reply()

onreply_route[3] {
    xlog("===========================");
    xlog("reply route 3 ...\n");
    xlog("response: $$rm = $rm\n");
    xlog("response: $mb\n");
    xlog("===========================");
}

4. watch the log output

If both reply routes are exectued then kamailio successfully 
matched the reply to the response. If only the default reply route 
is executed then the transaction matching failed.

Try only with a single call (not 1000 calls/s) first.

regards
klaus

Aurelien Grimaud schrieb:
         
              
                </pre>
                <blockquote type="cite">
                  <pre wrap="">Hi, I am using kamailio 1.4.2 and testing it with sipp.
one sipp is client a uac (port 5066), the other is a uas (port 
5063).
kamailio is using 5060.

I am generating 100 calls per second for 1000 calls and message 
were retransmitted 4 times.

Here is a tcpdump of sip packets.
Can anyone tell me why there is an INVITE retransmission at 
16:16:38.627198 though the ACK for invite was received at 
16:16:38.126096 ?
Is there a known problem with retransmission timers ?

16:16:38.120384 IP 192.168.168.33.5066 &gt; 192.168.168.33.5060: 
SIP, length: 579
<a class="moz-txt-link-abbreviated" href="mailto:E.._..@.@.f....!...!.....K..INVITE">E.._..@.@.f....!...!.....K..INVITE</a> <a class="moz-txt-link-freetext" href="sip:otest@testg5">sip:otest@testg5</a> SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1:5066;branch=z9hG4bK-23096-730-1
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Contact: <a class="moz-txt-link-freetext" href="sip:sipp@127.0.0.1:5066">sip:sipp@127.0.0.1:5066</a>
Max-Forwards: 70
Expires: 180
Subject: Performance Test
Content-Type: application/sdp
Content-Length:   188

v=0
o=user1 53655765 2353687637 IN IP4 127.0.0.1
s=-
c=IN IP4 127.0.0.1
t=0 0
m=audio 8925 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-11,16

16:16:38.123426 IP 192.168.168.33.5060 &gt; 192.168.168.33.5066: 
SIP, length: 325
<a class="moz-txt-link-abbreviated" href="mailto:E..a..@.@.g....!...!.....M..SIP/2.0">E..a..@.@.g....!...!.....M..SIP/2.0</a> 100 Giving a try
Via: SIP/2.0/UDP 
127.0.0.1:5066;branch=z9hG4bK-23096-730-1;received=192.168.168.33
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Server: Kamailio (1.4.2-notls (i386/linux))
Content-Length: 0


16:16:38.123554 IP 192.168.168.33.5060 &gt; 192.168.168.33.5063: 
SIP, length: 731
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.fZ...!...!........INVITE">E.....@.@.fZ...!...!........INVITE</a> <a class="moz-txt-link-freetext" href="sip:otest@testg5">sip:otest@testg5</a> SIP/2.0
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bKcb7d.7c08af34.0
Via: SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-1
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Contact: <a class="moz-txt-link-freetext" href="sip:sipp@127.0.0.1:5066">sip:sipp@127.0.0.1:5066</a>
Max-Forwards: 69
Expires: 180
Subject: Performance Test
Content-Type: application/sdp
Content-Length:   188

v=0
o=user1 53655765 2353687637 IN IP4 127.0.0.1
s=-
c=IN IP4 127.0.0.1
t=0 0
m=audio 8925 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-11,16

16:16:38.123830 IP 192.168.168.33.5063 &gt; 192.168.168.33.5060: 
SIP, length: 451
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.gz...!...!.......pSIP/2.0">E.....@.@.gz...!...!.......pSIP/2.0</a> 180 Ringing
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bKcb7d.7c08af34.0, 
SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-1
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Contact: <a class="moz-txt-link-rfc2396E" href="sip:127.0.0.1:5063">&lt;sip:127.0.0.1:5063&gt;</a>
Content-Length: 0


16:16:38.124169 IP 192.168.168.33.5060 &gt; 192.168.168.33.5066: 
SIP, length: 393
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.g....!...!.......6SIP/2.0">E.....@.@.g....!...!.......6SIP/2.0</a> 180 Ringing
Via: SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-1
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Contact: <a class="moz-txt-link-rfc2396E" href="sip:127.0.0.1:5063">&lt;sip:127.0.0.1:5063&gt;</a>
Content-Length: 0


16:16:38.124326 IP 192.168.168.33.5063 &gt; 192.168.168.33.5060: 
SIP, length: 634
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.f">E.....@.@.f</a>....!...!.......'SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bKcb7d.7c08af34.0, 
SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-1
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Contact: <a class="moz-txt-link-rfc2396E" href="sip:127.0.0.1:5063">&lt;sip:127.0.0.1:5063&gt;</a>
Content-Type: application/sdp
Content-Length:   153

v=0
o=user1 53655765 2353687637 IN IP4 127.0.0.1
s=-
c=IN IP4 127.0.0.1
t=0 0
m=audio 6004 RTP/AVP 0 8
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000

16:16:38.124883 IP 192.168.168.33.5060 &gt; 192.168.168.33.5066: 
SIP, length: 581
<a class="moz-txt-link-abbreviated" href="mailto:E..a..@.@.f....!...!.....M..SIP/2.0">E..a..@.@.f....!...!.....M..SIP/2.0</a> 200 OK
Via: SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-1
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Contact: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33:5063">&lt;sip:192.168.168.33:5063&gt;</a>
Content-Type: application/sdp
Content-Length:   153

v=0
o=user1 53655765 2353687637 IN IP4 127.0.0.1
s=-
c=IN IP4 127.0.0.1
t=0 0
m=audio 6004 RTP/AVP 0 8
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000

16:16:38.125532 IP 192.168.168.33.5066 &gt; 192.168.168.33.5060: 
SIP, length: 427
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.g....!...!.......XACK">E.....@.@.g....!...!.......XACK</a> <a class="moz-txt-link-freetext" href="sip:192.168.168.33:5063">sip:192.168.168.33:5063</a> SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1:5066;branch=z9hG4bK-23096-730-11
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>;tag=17278SIPpTag01696
Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Contact: <a class="moz-txt-link-freetext" href="sip:sipp@127.0.0.1:5066">sip:sipp@127.0.0.1:5066</a>
Max-Forwards: 70
Subject: Performance Test
Content-Length: 0


16:16:38.126096 IP 192.168.168.33.5060 &gt; 192.168.168.33.5063: 
SIP, length: 521
<a class="moz-txt-link-abbreviated" href="mailto:E..%..@.@.g,...!...!........ACK">E..%..@.@.g,...!...!........ACK</a> <a class="moz-txt-link-freetext" href="sip:192.168.168.33:5063">sip:192.168.168.33:5063</a> SIP/2.0
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bKcb7d.7c08af34.2
Via: SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-11
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Contact: <a class="moz-txt-link-freetext" href="sip:sipp@127.0.0.1:5066">sip:sipp@127.0.0.1:5066</a>
Max-Forwards: 69
Subject: Performance Test
Content-Length: 0


16:16:38.627198 IP 192.168.168.33.5060 &gt; 192.168.168.33.5063: 
SIP, length: 731
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.fZ...!...!........INVITE">E.....@.@.fZ...!...!........INVITE</a> <a class="moz-txt-link-freetext" href="sip:otest@testg5">sip:otest@testg5</a> SIP/2.0
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bKcb7d.7c08af34.0
Via: SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-1
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Contact: <a class="moz-txt-link-freetext" href="sip:sipp@127.0.0.1:5066">sip:sipp@127.0.0.1:5066</a>
Max-Forwards: 69
Expires: 180
Subject: Performance Test
Content-Type: application/sdp
Content-Length:   188

v=0
o=user1 53655765 2353687637 IN IP4 127.0.0.1
s=-
c=IN IP4 127.0.0.1
t=0 0
m=audio 8925 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-11,16

16:16:38.627677 IP 192.168.168.33.5063 &gt; 192.168.168.33.5060: 
SIP, length: 474
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.gc...!...!........SIP/2.0">E.....@.@.gc...!...!........SIP/2.0</a> 180 Ringing
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bKcb7d.7c08af34.2, 
SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-11
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut 
<a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>;tag=17278SIPpTag01696;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Contact: <a class="moz-txt-link-rfc2396E" href="sip:127.0.0.1:5063">&lt;sip:127.0.0.1:5063&gt;</a>
Content-Length: 0


16:16:38.627970 IP 192.168.168.33.5060 &gt; 192.168.168.33.5066: 
SIP, length: 416
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.g....!...!.......MSIP/2.0">E.....@.@.g....!...!.......MSIP/2.0</a> 180 Ringing
Via: SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-11
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut 
<a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>;tag=17278SIPpTag01696;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Contact: <a class="moz-txt-link-rfc2396E" href="sip:127.0.0.1:5063">&lt;sip:127.0.0.1:5063&gt;</a>
Content-Length: 0


16:16:39.642356 IP 192.168.168.33.5060 &gt; 192.168.168.33.5063: 
SIP, length: 731
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.fZ...!...!........INVITE">E.....@.@.fZ...!...!........INVITE</a> <a class="moz-txt-link-freetext" href="sip:otest@testg5">sip:otest@testg5</a> SIP/2.0
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bKcb7d.7c08af34.0
Via: SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-1
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Contact: <a class="moz-txt-link-freetext" href="sip:sipp@127.0.0.1:5066">sip:sipp@127.0.0.1:5066</a>
Max-Forwards: 69
Expires: 180
Subject: Performance Test
Content-Type: application/sdp
Content-Length:   188

v=0
o=user1 53655765 2353687637 IN IP4 127.0.0.1
s=-
c=IN IP4 127.0.0.1
t=0 0
m=audio 8925 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-11,16

16:16:39.642587 IP 192.168.168.33.5063 &gt; 192.168.168.33.5060: 
SIP, length: 474
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.gc...!...!........SIP/2.0">E.....@.@.gc...!...!........SIP/2.0</a> 180 Ringing
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bKcb7d.7c08af34.2, 
SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-11
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut 
<a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>;tag=17278SIPpTag01696;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Contact: <a class="moz-txt-link-rfc2396E" href="sip:127.0.0.1:5063">&lt;sip:127.0.0.1:5063&gt;</a>
Content-Length: 0


16:16:39.643723 IP 192.168.168.33.5060 &gt; 192.168.168.33.5066: 
SIP, length: 416
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.g....!...!.......MSIP/2.0">E.....@.@.g....!...!.......MSIP/2.0</a> 180 Ringing
Via: SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-11
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut 
<a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>;tag=17278SIPpTag01696;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Contact: <a class="moz-txt-link-rfc2396E" href="sip:127.0.0.1:5063">&lt;sip:127.0.0.1:5063&gt;</a>
Content-Length: 0


16:16:39.797641 IP 192.168.168.33.5066 &gt; 192.168.168.33.5060: 
SIP, length: 434
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.g....!...!......._BYE">E.....@.@.g....!...!......._BYE</a> <a class="moz-txt-link-freetext" href="sip:127.0.0.1:5063">sip:127.0.0.1:5063</a> SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1:5066;branch=z9hG4bK-23096-730-46
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:service@192.168.168.33:5060">&lt;sip:service@192.168.168.33:5060&gt;</a>;tag=17278SIPpTag01696
Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Call-ID: 730-23096-127.0.0.1
CSeq: 2 BYE
Contact: <a class="moz-txt-link-freetext" href="sip:sipp@127.0.0.1:5066">sip:sipp@127.0.0.1:5066</a>
Max-Forwards: 70
Subject: Performance Test
Content-Length: 0


16:16:39.798436 IP 192.168.168.33.5060 &gt; 127.0.0.1.5063: SIP, 
length: 528
E..,..@.@.P....!............BYE <a class="moz-txt-link-freetext" href="sip:127.0.0.1:5063">sip:127.0.0.1:5063</a> SIP/2.0
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bK9b7d.0423bf25.0
Via: SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-46
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:service@192.168.168.33:5060">&lt;sip:service@192.168.168.33:5060&gt;</a>;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 2 BYE
Contact: <a class="moz-txt-link-freetext" href="sip:sipp@127.0.0.1:5066">sip:sipp@127.0.0.1:5066</a>
Max-Forwards: 69
Subject: Performance Test
Content-Length: 0


16:16:39.798535 IP 192.168.168.33.5063 &gt; 192.168.168.33.5060: 
SIP, length: 394
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.g....!...!.......7SIP/2.0">E.....@.@.g....!...!.......7SIP/2.0</a> 200 OK
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bK9b7d.0423bf25.0, 
SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-46
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:service@192.168.168.33:5060">&lt;sip:service@192.168.168.33:5060&gt;</a>;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 2 BYE
Contact: <a class="moz-txt-link-rfc2396E" href="sip:127.0.0.1:5063">&lt;sip:127.0.0.1:5063&gt;</a>
Content-Length: 0


16:16:39.798814 IP 192.168.168.33.5060 &gt; 192.168.168.33.5066: 
SIP, length: 336
<a class="moz-txt-link-abbreviated" href="mailto:E..l..@.@.g....!...!.....X..SIP/2.0">E..l..@.@.g....!...!.....X..SIP/2.0</a> 200 OK
Via: SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-46
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:service@192.168.168.33:5060">&lt;sip:service@192.168.168.33:5060&gt;</a>;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 2 BYE
Contact: <a class="moz-txt-link-rfc2396E" href="sip:127.0.0.1:5063">&lt;sip:127.0.0.1:5063&gt;</a>
Content-Length: 0


16:16:40.257973 IP 192.168.168.33.5060 &gt; 127.0.0.1.5063: SIP, 
length: 528
E..,..@.@.P....!............BYE <a class="moz-txt-link-freetext" href="sip:127.0.0.1:5063">sip:127.0.0.1:5063</a> SIP/2.0
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bK9b7d.0423bf25.0
Via: SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-46
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:service@192.168.168.33:5060">&lt;sip:service@192.168.168.33:5060&gt;</a>;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 2 BYE
Contact: <a class="moz-txt-link-freetext" href="sip:sipp@127.0.0.1:5066">sip:sipp@127.0.0.1:5066</a>
Max-Forwards: 69
Subject: Performance Test
Content-Length: 0


16:16:40.258080 IP 192.168.168.33.5063 &gt; 192.168.168.33.5060: 
SIP, length: 394
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.g....!...!.......7SIP/2.0">E.....@.@.g....!...!.......7SIP/2.0</a> 200 OK
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bK9b7d.0423bf25.0, 
SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-46
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:service@192.168.168.33:5060">&lt;sip:service@192.168.168.33:5060&gt;</a>;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 2 BYE
Contact: <a class="moz-txt-link-rfc2396E" href="sip:127.0.0.1:5063">&lt;sip:127.0.0.1:5063&gt;</a>
Content-Length: 0


16:16:41.285493 IP 192.168.168.33.5060 &gt; 127.0.0.1.5063: SIP, 
length: 528
E..,..@.@.P....!............BYE <a class="moz-txt-link-freetext" href="sip:127.0.0.1:5063">sip:127.0.0.1:5063</a> SIP/2.0
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bK9b7d.0423bf25.0
Via: SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-46
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:service@192.168.168.33:5060">&lt;sip:service@192.168.168.33:5060&gt;</a>;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 2 BYE
Contact: <a class="moz-txt-link-freetext" href="sip:sipp@127.0.0.1:5066">sip:sipp@127.0.0.1:5066</a>
Max-Forwards: 69
Subject: Performance Test
Content-Length: 0


16:16:41.285593 IP 192.168.168.33.5063 &gt; 192.168.168.33.5060: 
SIP, length: 394
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.g....!...!.......7SIP/2.0">E.....@.@.g....!...!.......7SIP/2.0</a> 200 OK
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bK9b7d.0423bf25.0, 
SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-46
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:service@192.168.168.33:5060">&lt;sip:service@192.168.168.33:5060&gt;</a>;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 2 BYE
Contact: <a class="moz-txt-link-rfc2396E" href="sip:127.0.0.1:5063">&lt;sip:127.0.0.1:5063&gt;</a>
Content-Length: 0


16:16:41.695686 IP 192.168.168.33.5060 &gt; 192.168.168.33.5063: 
SIP, length: 731
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.fZ...!...!........INVITE">E.....@.@.fZ...!...!........INVITE</a> <a class="moz-txt-link-freetext" href="sip:otest@testg5">sip:otest@testg5</a> SIP/2.0
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bKcb7d.7c08af34.0
Via: SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-1
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:otest@testg5">&lt;sip:otest@testg5&gt;</a>
Call-ID: 730-23096-127.0.0.1
CSeq: 1 INVITE
Contact: <a class="moz-txt-link-freetext" href="sip:sipp@127.0.0.1:5066">sip:sipp@127.0.0.1:5066</a>
Max-Forwards: 69
Expires: 180
Subject: Performance Test
Content-Type: application/sdp
Content-Length:   188

v=0
o=user1 53655765 2353687637 IN IP4 127.0.0.1
s=-
c=IN IP4 127.0.0.1
t=0 0
m=audio 8925 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-11,16

16:16:43.338592 IP 192.168.168.33.5060 &gt; 127.0.0.1.5063: SIP, 
length: 528
E..,..@.@.P....!............BYE <a class="moz-txt-link-freetext" href="sip:127.0.0.1:5063">sip:127.0.0.1:5063</a> SIP/2.0
Record-Route: <a class="moz-txt-link-rfc2396E" href="sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730">&lt;sip:192.168.168.33;lr=on;ftag=23096SIPpTag09730&gt;</a>
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bK9b7d.0423bf25.0
Via: SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-46
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:service@192.168.168.33:5060">&lt;sip:service@192.168.168.33:5060&gt;</a>;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 2 BYE
Contact: <a class="moz-txt-link-freetext" href="sip:sipp@127.0.0.1:5066">sip:sipp@127.0.0.1:5066</a>
Max-Forwards: 69
Subject: Performance Test
Content-Length: 0


16:16:43.338785 IP 192.168.168.33.5063 &gt; 192.168.168.33.5060: 
SIP, length: 408
<a class="moz-txt-link-abbreviated" href="mailto:E.....@.@.g....!...!.......ESIP/2.0">E.....@.@.g....!...!.......ESIP/2.0</a> 200 OK
Via: SIP/2.0/UDP 192.168.168.33;branch=z9hG4bK9b7d.0423bf25.0, 
SIP/2.0/UDP 
127.0.0.1:5066;received=192.168.168.33;branch=z9hG4bK-23096-730-46
From: sipp 
<a class="moz-txt-link-rfc2396E" href="sip:730-23096-127.0.0.1@127.0.0.1:5066">&lt;sip:730-23096-127.0.0.1@127.0.0.1:5066&gt;</a>;tag=23096SIPpTag09730
To: sut <a class="moz-txt-link-rfc2396E" href="sip:service@192.168.168.33:5060">&lt;sip:service@192.168.168.33:5060&gt;</a>;tag=17278SIPpTag01696
Call-ID: 730-23096-127.0.0.1
CSeq: 2 BYE
Contact: <a class="moz-txt-link-rfc2396E" href="sip:127.0.0.1:5063;transport=UDP">&lt;sip:127.0.0.1:5063;transport=UDP&gt;</a>
Content-Length: 0





_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.kamailio.org">Users@lists.kamailio.org</a>
<a class="moz-txt-link-freetext" href="http://lists.kamailio.org/cgi-bin/mailman/listinfo/users">http://lists.kamailio.org/cgi-bin/mailman/listinfo/users</a>
            
                
                  </pre>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">    
        
          </pre>
        </blockquote>
        <pre wrap="">_______________________________________________
Devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Devel@lists.kamailio.org">Devel@lists.kamailio.org</a>
<a class="moz-txt-link-freetext" href="http://lists.kamailio.org/cgi-bin/mailman/listinfo/devel">http://lists.kamailio.org/cgi-bin/mailman/listinfo/devel</a>

  
      
        </pre>
      </blockquote>
    </blockquote>
    <pre wrap="">_______________________________________________
Devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Devel@lists.kamailio.org">Devel@lists.kamailio.org</a>
<a class="moz-txt-link-freetext" href="http://lists.kamailio.org/cgi-bin/mailman/listinfo/devel">http://lists.kamailio.org/cgi-bin/mailman/listinfo/devel</a>

  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
</body>
</html>