<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    the config file is not complete, you don't pass the parameters. The
    ngrep trace that kamailio is forwarding the invite from the private
    IP but the route header is having the public IP.<br>
    <br>
    You have to set debug=3 in your config and send the log messages
    here to see what is executed.<br>
    <br>
    As a guess hit - if kamailio is listening on a private ip, being
    behind a port forwarding nat firewall, you may consider:<br>
    <br>
    listen=<a class="moz-txt-link-freetext" href="udp:privateip:5060">udp:privateip:5060</a> advertise publicip:5060<br>
    <br>
    See Core Cookbook from the kamailio.org wiki for more details about
    the above parameter.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 10/24/13 12:01 AM, anfecora wrote:<br>
    </div>
    <blockquote
cite="mid:CAHjGmHkT2Wk7YEBmYe9q31K__FXeJ1qKCR7=azfoOxoO9G=mXA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi all, can anyone help me to find out what is
        wrong with my setup, i have an asterisk behind a kamailio,
        kamailio is proxying all packages  to the outside.
        <div><br>
        </div>
        <div>when the call is bridge it gets disconnected after a few
          seconds, it seems that our voip carrier is sending a bye
          because we didn't answer to their 200 ok propperly, but as the
          trace shows we did only that kamailio is answering to the
          contact header ip not the ip that is sending the ok.</div>
        <div><br>
        </div>
        <div>any help is apreciated .</div>
        <div><br>
        </div>
        <div>thanks.</div>
        <div><br>
          <div>
            <div><font color="#000000" face="Times New Roman" size="3">my
                setup </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">request_route
                {</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                      if (!mf_process_maxfwd_header("10")) {</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                              sl_send_reply("483","Too Many Hops");</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                              exit;</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                      }</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                      if(is_method("OPTIONS")) {</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                          # send reply for each options request</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                          sl_send_reply("200", "ok");</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                          exit();</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                       }</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                 if(method=="BYE") {</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                 #Account BYE transactions</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">};</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">if
                (method=="CANCEL") {</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">if
                (t_check_trans()) t_relay();</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">exit;</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">};</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> if
                (loose_route()) {</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">t_relay();</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                              exit;</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                     }</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> if
                (is_method("INVITE")) { </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                              record_route();</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"> 
                      }</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">f
                (!t_relay_to_udp("3.1.1.1", "5060")) {</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">sl_reply_error();</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">exit;</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">};</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">exit</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">};</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">here
                is a trace to a call made to a hotel.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">i
                had changed the real ips for obvious reasons.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">thanks.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">asterisk
                ip 1.1.1.1</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">kamailio
                internal 1.1.1.2</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">kamailio
                external 2.0.0.1</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Voip
                Carrier 3.1.1.1</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">voip
                contact ip 3.1.1.2</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:03.920163 <a moz-do-not-send="true"
                  href="http://1.1.1.1:5060">1.1.1.1:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.2:5060">1.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">INVITE
                <a moz-do-not-send="true"
                  href="mailto:sip%3A23276341079@2.0.0.1">sip:23276341079@2.0.0.1</a>
                SIP/2.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 1.1.1.1:5060;branch=z9hG4bK4bd52990;rport.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Max-Forwards:
                70.</font></div>
            <div>
              <font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A23276341079@2.0.0.1">sip:23276341079@2.0.0.1</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:+19812457865@1.1.1.1:5060">sip:+19812457865@1.1.1.1:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 INVITE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">User-Agent:
                Asterisk PBX 1.8.15-cert2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Date:
                Wed, 23 Oct 2013 21:26:46 GMT.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow:
                INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
                NOTIFY, INFO, PUBLISH.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Supported:
                replaces, timer.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Privacy:
                off.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">P-Asserted-Identity:
                <a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Cisco-Guid:
                25655507-3591552378-379709</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Type:
                application/sdp.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                333.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">v=0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">o=root
                519803789 519803789 IN IP4 1.1.1.1.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">s=Asterisk
                PBX 1.8.15-cert2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">c=IN
                IP4 1.1.1.1.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">t=0
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">m=audio
                49926 RTP/AVP 0 18 3 8 101.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:0
                PCMU/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:18
                G729/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=fmtp:18
                annexb=no.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:3
                GSM/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:8
                PCMA/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:101
                telephone-event/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=fmtp:101
                0-16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=ptime:20.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=sendrecv.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:03.921355 <a moz-do-not-send="true"
                  href="http://1.1.1.2:5060">1.1.1.2:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.1:5060">1.1.1.1:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">SIP/2.0
                100 trying -- your call is important to us.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK4bd52990;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A23276341079@2.0.0.1">sip:23276341079@2.0.0.1</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 INVITE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Server:
                kamailio (4.0.4 (x86_64/linux)).</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:03.921544 <a moz-do-not-send="true"
                  href="http://1.1.1.2:5060">1.1.1.2:5060</a> -> <a
                  moz-do-not-send="true" href="http://3.1.1.1:5060">3.1.1.1:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">INVITE
                <a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.1:5060">sip:76890723276341079@3.1.1.1:5060</a>
                SIP/2.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 2.0.0.1:5060;branch=z9hG4bK887c.94fdcd27.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK4bd52990;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Max-Forwards:
                16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.1">sip:76890723276341079@3.1.1.1</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:+19812457865@1.1.1.1:5060">sip:+19812457865@1.1.1.1:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 INVITE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">User-Agent:
                Asterisk PBX 1.8.15-cert2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Date:
                Wed, 23 Oct 2013 21:26:46 GMT.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow:
                INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
                NOTIFY, INFO, PUBLISH.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Supported:
                replaces, timer.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Privacy:
                off.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">P-Asserted-Identity:
                <a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Cisco-Guid:
                25655507-3591552378-379709</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Type:
                application/sdp.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                333.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">v=0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">o=root
                519803789 519803789 IN IP4 1.1.1.1.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">s=Asterisk
                PBX 1.8.15-cert2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">c=IN
                IP4 1.1.1.1.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">t=0
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">m=audio
                49926 RTP/AVP 0 18 3 8 101.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:0
                PCMU/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:18
                G729/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=fmtp:18
                annexb=no.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:3
                GSM/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:8
                PCMA/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:101
                telephone-event/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=fmtp:101
                0-16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=ptime:20.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=sendrecv.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:03.955394 <a moz-do-not-send="true"
                  href="http://3.1.1.1:5060">3.1.1.1:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.2:5060">1.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">SIP/2.0
                100 Giving a try.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 2.0.0.1:5060;branch=z9hG4bK887c.94fdcd27.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK4bd52990;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.1">sip:76890723276341079@3.1.1.1</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 INVITE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Server:
                gProxy (1.8.3 (i386/Linux)).</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:04.424330 <a moz-do-not-send="true"
                  href="http://3.1.1.1:5060">3.1.1.1:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.2:5060">1.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">SIP/2.0
                183 Session Progress.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 2.0.0.1:5060;branch=z9hG4bK887c.94fdcd27.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK4bd52990;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.1">sip:76890723276341079@3.1.1.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 INVITE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow:
                INVITE, BYE, OPTIONS, CANCEL, ACK, REGISTER, NOTIFY,
                INFO, REFER, SUBSCRIBE, PRACK, UPDATE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-Info:
<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.2"><sip:3.1.1.2></a>;method="NOTIFY;Event=telephone-event;Duration=1000".</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow-Events:
                telephone-event.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Type:
                application/sdp.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                202.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">v=0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">o=MSXB
                4755 8544 IN IP4 3.1.1.2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">s=sip
                call.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">c=IN
                IP4 204.15.40.111.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">t=0
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">m=audio
                33408 RTP/AVP 0 101.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:0
                PCMU/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:101
                telephone-event/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=fmtp:101
                0-16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=ptime:20.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:04.424521 <a moz-do-not-send="true"
                  href="http://1.1.1.2:5060">1.1.1.2:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.1:5060">1.1.1.1:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">SIP/2.0
                183 Session Progress.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK4bd52990;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.1">sip:76890723276341079@3.1.1.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 INVITE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow:
                INVITE, BYE, OPTIONS, CANCEL, ACK, REGISTER, NOTIFY,
                INFO, REFER, SUBSCRIBE, PRACK, UPDATE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-Info:
<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.2"><sip:3.1.1.2></a>;method="NOTIFY;Event=telephone-event;Duration=1000".</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow-Events:
                telephone-event.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Type:
                application/sdp.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                202.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">v=0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">o=MSXB
                4755 8544 IN IP4 3.1.1.2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">s=sip
                call.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">c=IN
                IP4 204.15.40.111.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">t=0
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">m=audio
                33408 RTP/AVP 0 101.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:0
                PCMU/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:101
                telephone-event/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=fmtp:101
                0-16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=ptime:20.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:16.846067 <a moz-do-not-send="true"
                  href="http://3.1.1.1:5060">3.1.1.1:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.2:5060">1.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">SIP/2.0
                200 OK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Session-Expires:
                3600;refresher=uas.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Require:
                timer.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 2.0.0.1:5060;branch=z9hG4bK887c.94fdcd27.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK4bd52990;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.1">sip:76890723276341079@3.1.1.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 INVITE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow:
                INVITE, BYE, OPTIONS, CANCEL, ACK, REGISTER, NOTIFY,
                INFO, REFER, SUBSCRIBE, PRACK, UPDATE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-Info:
<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.2"><sip:3.1.1.2></a>;method="NOTIFY;Event=telephone-event;Duration=1000".</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow-Events:
                telephone-event.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Type:
                application/sdp.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                202.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">v=0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">o=MSXB
                4755 8544 IN IP4 3.1.1.2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">s=sip
                call.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">c=IN
                IP4 204.15.40.111.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">t=0
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">m=audio
                33408 RTP/AVP 0 101.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:0
                PCMU/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:101
                telephone-event/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=fmtp:101
                0-16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=ptime:20.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:16.846201 <a moz-do-not-send="true"
                  href="http://1.1.1.2:5060">1.1.1.2:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.1:5060">1.1.1.1:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">SIP/2.0
                200 OK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Session-Expires:
                3600;refresher=uas.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Require:
                timer.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK4bd52990;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.1">sip:76890723276341079@3.1.1.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 INVITE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow:
                INVITE, BYE, OPTIONS, CANCEL, ACK, REGISTER, NOTIFY,
                INFO, REFER, SUBSCRIBE, PRACK, UPDATE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-Info:
<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.2"><sip:3.1.1.2></a>;method="NOTIFY;Event=telephone-event;Duration=1000".</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow-Events:
                telephone-event.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Type:
                application/sdp.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                202.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">v=0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">o=MSXB
                4755 8544 IN IP4 3.1.1.2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">s=sip
                call.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">c=IN
                IP4 204.15.40.111.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">t=0
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">m=audio
                33408 RTP/AVP 0 101.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:0
                PCMU/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:101
                telephone-event/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=fmtp:101
                0-16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=ptime:20.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">T
                2013/10/23 17:26:16.846287 <a moz-do-not-send="true"
                  href="http://1.1.1.2:55305">1.1.1.2:55305</a> -> <a
                  moz-do-not-send="true" href="http://10.0.3.54:3306">10.0.3.54:3306</a>
                [AP]</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.....insert
                into acc
                (method,from_tag,to_tag,callid,sip_code,sip_reason,time,from_uri,to_uri,kekuintid,type_call,dst_ip,carriercode,callmode
                ) values ('INVITE','as4bc322e9','3591552407-393967','<a
                  moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>','200','OK','2013-10-23
                17:26:16','<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>','<a
                  moz-do-not-send="true"
                  href="mailto:sip%3A23276341079@2.0.0.1">sip:23276341079@2.0.0.1</a>','+19812457865','1.1.1.1','<a
                  moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.1:5060">sip:76890723276341079@3.1.1.1:5060</a>','<a
                  moz-do-not-send="true"
                  href="mailto:sip%3A23276341079@2.0.0.1">sip:23276341079@2.0.0.1</a>','OUT')</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:16.847421 <a moz-do-not-send="true"
                  href="http://1.1.1.1:5060">1.1.1.1:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.2:5060">1.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">ACK
                <a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>
                SIP/2.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 1.1.1.1:5060;branch=z9hG4bK05b1c5df;rport.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Route:
<a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>,<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Max-Forwards:
                70.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A23276341079@2.0.0.1">sip:23276341079@2.0.0.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:+19812457865@1.1.1.1:5060">sip:+19812457865@1.1.1.1:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 ACK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">User-Agent:
                Asterisk PBX 1.8.15-cert2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:16.847651 <a moz-do-not-send="true"
                  href="http://1.1.1.2:5060">1.1.1.2:5060</a> -> <a
                  moz-do-not-send="true" href="http://3.1.1.2:5060">3.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">ACK
                <a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>
                SIP/2.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 2.0.0.1:5060;branch=z9hG4bKcydzigwkX.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK05b1c5df;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Route:
<a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>,<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Max-Forwards:
                16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.2">sip:76890723276341079@3.1.1.2</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:+19812457865@1.1.1.1:5060">sip:+19812457865@1.1.1.1:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 ACK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">User-Agent:
                Asterisk PBX 1.8.15-cert2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:17.346094 <a moz-do-not-send="true"
                  href="http://3.1.1.1:5060">3.1.1.1:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.2:5060">1.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">SIP/2.0
                200 OK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Session-Expires:
                3600;refresher=uas.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Require:
                timer.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 2.0.0.1:5060;branch=z9hG4bK887c.94fdcd27.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK4bd52990;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.1">sip:76890723276341079@3.1.1.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 INVITE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow:
                INVITE, BYE, OPTIONS, CANCEL, ACK, REGISTER, NOTIFY,
                INFO, REFER, SUBSCRIBE, PRACK, UPDATE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-Info:
<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.2"><sip:3.1.1.2></a>;method="NOTIFY;Event=telephone-event;Duration=1000".</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow-Events:
                telephone-event.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Type:
                application/sdp.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                202.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">v=0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">o=MSXB
                4755 8544 IN IP4 3.1.1.2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">s=sip
                call.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">c=IN
                IP4 204.15.40.111.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">t=0
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">m=audio
                33408 RTP/AVP 0 101.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:0
                PCMU/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:101
                telephone-event/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=fmtp:101
                0-16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=ptime:20.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:17.346262 <a moz-do-not-send="true"
                  href="http://1.1.1.2:5060">1.1.1.2:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.1:5060">1.1.1.1:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">SIP/2.0
                200 OK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Session-Expires:
                3600;refresher=uas.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Require:
                timer.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK4bd52990;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.1">sip:76890723276341079@3.1.1.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 INVITE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow:
                INVITE, BYE, OPTIONS, CANCEL, ACK, REGISTER, NOTIFY,
                INFO, REFER, SUBSCRIBE, PRACK, UPDATE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-Info:
<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.2"><sip:3.1.1.2></a>;method="NOTIFY;Event=telephone-event;Duration=1000".</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow-Events:
                telephone-event.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Type:
                application/sdp.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                202.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">v=0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">o=MSXB
                4755 8544 IN IP4 3.1.1.2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">s=sip
                call.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">c=IN
                IP4 204.15.40.111.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">t=0
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">m=audio
                33408 RTP/AVP 0 101.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:0
                PCMU/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:101
                telephone-event/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=fmtp:101
                0-16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=ptime:20.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:17.349001 <a moz-do-not-send="true"
                  href="http://1.1.1.1:5060">1.1.1.1:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.2:5060">1.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">ACK
                <a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>
                SIP/2.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 1.1.1.1:5060;branch=z9hG4bK675a9141;rport.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Route:
<a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>,<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Max-Forwards:
                70.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A23276341079@2.0.0.1">sip:23276341079@2.0.0.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:+19812457865@1.1.1.1:5060">sip:+19812457865@1.1.1.1:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 ACK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">User-Agent:
                Asterisk PBX 1.8.15-cert2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:17.349223 <a moz-do-not-send="true"
                  href="http://1.1.1.2:5060">1.1.1.2:5060</a> -> <a
                  moz-do-not-send="true" href="http://3.1.1.2:5060">3.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">ACK
                <a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>
                SIP/2.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 2.0.0.1:5060;branch=z9hG4bKcydzigwkX.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK675a9141;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Route:
<a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>,<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Max-Forwards:
                16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.2">sip:76890723276341079@3.1.1.2</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:+19812457865@1.1.1.1:5060">sip:+19812457865@1.1.1.1:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 ACK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">User-Agent:
                Asterisk PBX 1.8.15-cert2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:18.347584 <a moz-do-not-send="true"
                  href="http://3.1.1.1:5060">3.1.1.1:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.2:5060">1.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">SIP/2.0
                200 OK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Session-Expires:
                3600;refresher=uas.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Require:
                timer.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 2.0.0.1:5060;branch=z9hG4bK887c.94fdcd27.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK4bd52990;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.1">sip:76890723276341079@3.1.1.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 INVITE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow:
                INVITE, BYE, OPTIONS, CANCEL, ACK, REGISTER, NOTIFY,
                INFO, REFER, SUBSCRIBE, PRACK, UPDATE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-Info:
<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.2"><sip:3.1.1.2></a>;method="NOTIFY;Event=telephone-event;Duration=1000".</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow-Events:
                telephone-event.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Type:
                application/sdp.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                202.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">v=0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">o=MSXB
                4755 8544 IN IP4 3.1.1.2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">s=sip
                call.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">c=IN
                IP4 204.15.40.111.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">t=0
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">m=audio
                33408 RTP/AVP 0 101.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:0
                PCMU/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:101
                telephone-event/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=fmtp:101
                0-16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=ptime:20.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:18.347767 <a moz-do-not-send="true"
                  href="http://1.1.1.2:5060">1.1.1.2:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.1:5060">1.1.1.1:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">SIP/2.0
                200 OK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Session-Expires:
                3600;refresher=uas.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Require:
                timer.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK4bd52990;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.1">sip:76890723276341079@3.1.1.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 INVITE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow:
                INVITE, BYE, OPTIONS, CANCEL, ACK, REGISTER, NOTIFY,
                INFO, REFER, SUBSCRIBE, PRACK, UPDATE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-Info:
<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.2"><sip:3.1.1.2></a>;method="NOTIFY;Event=telephone-event;Duration=1000".</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow-Events:
                telephone-event.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Type:
                application/sdp.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                202.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">v=0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">o=MSXB
                4755 8544 IN IP4 3.1.1.2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">s=sip
                call.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">c=IN
                IP4 204.15.40.111.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">t=0
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">m=audio
                33408 RTP/AVP 0 101.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:0
                PCMU/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:101
                telephone-event/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=fmtp:101
                0-16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=ptime:20.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:18.348867 <a moz-do-not-send="true"
                  href="http://1.1.1.1:5060">1.1.1.1:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.2:5060">1.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">ACK
                <a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>
                SIP/2.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 1.1.1.1:5060;branch=z9hG4bK3fc3c548;rport.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Route:
<a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>,<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Max-Forwards:
                70.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A23276341079@2.0.0.1">sip:23276341079@2.0.0.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:+19812457865@1.1.1.1:5060">sip:+19812457865@1.1.1.1:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 ACK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">User-Agent:
                Asterisk PBX 1.8.15-cert2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:18.349133 <a moz-do-not-send="true"
                  href="http://1.1.1.2:5060">1.1.1.2:5060</a> -> <a
                  moz-do-not-send="true" href="http://3.1.1.2:5060">3.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">ACK
                <a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>
                SIP/2.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 2.0.0.1:5060;branch=z9hG4bKcydzigwkX.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK3fc3c548;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Route:
<a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>,<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Max-Forwards:
                16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.2">sip:76890723276341079@3.1.1.2</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:+19812457865@1.1.1.1:5060">sip:+19812457865@1.1.1.1:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 ACK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">User-Agent:
                Asterisk PBX 1.8.15-cert2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:20.352624 <a moz-do-not-send="true"
                  href="http://3.1.1.1:5060">3.1.1.1:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.2:5060">1.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">SIP/2.0
                200 OK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Session-Expires:
                3600;refresher=uas.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Require:
                timer.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 2.0.0.1:5060;branch=z9hG4bK887c.94fdcd27.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK4bd52990;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.1">sip:76890723276341079@3.1.1.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 INVITE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow:
                INVITE, BYE, OPTIONS, CANCEL, ACK, REGISTER, NOTIFY,
                INFO, REFER, SUBSCRIBE, PRACK, UPDATE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-Info:
<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.2"><sip:3.1.1.2></a>;method="NOTIFY;Event=telephone-event;Duration=1000".</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow-Events:
                telephone-event.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Type:
                application/sdp.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                202.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">v=0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">o=MSXB
                4755 8544 IN IP4 3.1.1.2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">s=sip
                call.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">c=IN
                IP4 204.15.40.111.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">t=0
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">m=audio
                33408 RTP/AVP 0 101.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:0
                PCMU/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:101
                telephone-event/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=fmtp:101
                0-16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=ptime:20.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:20.353056 <a moz-do-not-send="true"
                  href="http://1.1.1.2:5060">1.1.1.2:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.1:5060">1.1.1.1:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">SIP/2.0
                200 OK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Session-Expires:
                3600;refresher=uas.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Require:
                timer.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK4bd52990;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Record-Route:
                <a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.1">sip:76890723276341079@3.1.1.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 INVITE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow:
                INVITE, BYE, OPTIONS, CANCEL, ACK, REGISTER, NOTIFY,
                INFO, REFER, SUBSCRIBE, PRACK, UPDATE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-Info:
<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.2"><sip:3.1.1.2></a>;method="NOTIFY;Event=telephone-event;Duration=1000".</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow-Events:
                telephone-event.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Type:
                application/sdp.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                202.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">v=0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">o=MSXB
                4755 8544 IN IP4 3.1.1.2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">s=sip
                call.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">c=IN
                IP4 204.15.40.111.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">t=0
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">m=audio
                33408 RTP/AVP 0 101.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:0
                PCMU/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=rtpmap:101
                telephone-event/8000.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=fmtp:101
                0-16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">a=ptime:20.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:20.354026 <a moz-do-not-send="true"
                  href="http://1.1.1.1:5060">1.1.1.1:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.2:5060">1.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">ACK
                <a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>
                SIP/2.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 1.1.1.1:5060;branch=z9hG4bK280c4e9c;rport.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Route:
<a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>,<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Max-Forwards:
                70.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A23276341079@2.0.0.1">sip:23276341079@2.0.0.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:+19812457865@1.1.1.1:5060">sip:+19812457865@1.1.1.1:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 ACK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">User-Agent:
                Asterisk PBX 1.8.15-cert2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:20.354248 <a moz-do-not-send="true"
                  href="http://1.1.1.2:5060">1.1.1.2:5060</a> -> <a
                  moz-do-not-send="true" href="http://3.1.1.2:5060">3.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">ACK
                <a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>
                SIP/2.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 2.0.0.1:5060;branch=z9hG4bKcydzigwkX.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                1.1.1.1:5060;branch=z9hG4bK280c4e9c;rport=5060.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Route:
<a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>,<a class="moz-txt-link-rfc2396E" href="sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05"><sip:3.1.1.1;lr;ftag=as4bc322e9;did=8b8.d7ef5a05></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Max-Forwards:
                16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.2">sip:76890723276341079@3.1.1.2</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:+19812457865@1.1.1.1:5060">sip:+19812457865@1.1.1.1:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                102 ACK.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">User-Agent:
                Asterisk PBX 1.8.15-cert2.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:36.355580 <a moz-do-not-send="true"
                  href="http://3.1.1.1:5060">3.1.1.1:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.2:5060">1.1.1.2:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">BYE
                <a moz-do-not-send="true"
                  href="http://sip:+19812457865@1.1.1.1:5060">sip:+19812457865@1.1.1.1:5060</a>
                SIP/2.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Max-Forwards:
                69.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Route:
                <a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A%2B19812457865@1.1.1.1">sip:+19812457865@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                <<a moz-do-not-send="true"
                  href="mailto:sip%3A76890723276341079@3.1.1.1">sip:76890723276341079@3.1.1.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                2 BYE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow:
                INVITE, BYE, OPTIONS, CANCEL, ACK, REGISTER, NOTIFY,
                INFO, REFER, SUBSCRIBE, PRACK, UPDATE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 3.1.1.1:5060;branch=z9hG4bKce8a.db93afa3.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                3.1.1.2:5060;branch=z9hG4bK96003ecbb11f5deaf6014235140e6952.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3"><br>
              </font></div>
            <div><font color="#000000" face="Times New Roman" size="3">U
                2013/10/23 17:26:36.355995 <a moz-do-not-send="true"
                  href="http://1.1.1.2:5060">1.1.1.2:5060</a> -> <a
                  moz-do-not-send="true" href="http://1.1.1.1:5060">1.1.1.1:5060</a></font></div>
            <div><font color="#000000" face="Times New Roman" size="3">BYE
                <a moz-do-not-send="true"
                  href="http://sip:+19812457865@1.1.1.1:5060">sip:+19812457865@1.1.1.1:5060</a>
                SIP/2.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Max-Forwards:
                16.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Route:
                <a class="moz-txt-link-rfc2396E" href="sip:2.0.0.1;lr=on;ftag=as4bc322e9"><sip:2.0.0.1;lr=on;ftag=as4bc322e9></a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">To:
                "+19812457865" <<a moz-do-not-send="true"
                  href="mailto:sip%3A176822213@1.1.1.1">sip:176822213@1.1.1.1</a>>;tag=as4bc322e9.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">From:
                0 <<a moz-do-not-send="true"
                  href="mailto:sip%3A079@3.1.1.1">sip:079@3.1.1.1</a>>;tag=3591552407-393967.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Call-ID:
                <a moz-do-not-send="true"
                  href="http://7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060">7d0ca48c1d48c14d104fac1f59194ae0@1.1.1.1:5060</a>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">CSeq:
                2 BYE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Allow:
                INVITE, BYE, OPTIONS, CANCEL, ACK, REGISTER, NOTIFY,
                INFO, REFER, SUBSCRIBE, PRACK, UPDATE.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 2.0.0.1:5060;branch=z9hG4bKce8a.52d22d63.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP 3.1.1.1:5060;branch=z9hG4bKce8a.db93afa3.0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Via:
                SIP/2.0/UDP
                3.1.1.2:5060;branch=z9hG4bK96003ecbb11f5deaf6014235140e6952.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Contact:
                <<a moz-do-not-send="true"
                  href="http://sip:76890723276341079@3.1.1.2:5060">sip:76890723276341079@3.1.1.2:5060</a>>.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">Content-Length:
                0.</font></div>
            <div><font color="#000000" face="Times New Roman" size="3">.</font></div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla - <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a>
Kamailio Advanced Trainings - Berlin, Nov 25-28
  - more details about Kamailio trainings at <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a> -
</pre>
  </body>
</html>