<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1257">
  </head>
  <body>
    <p>Hello,</p>
    <p>as I wrote on the issue tracker, the Route header is not present,
      now confirmed also by debug messages:</p>
    <p><span style=" font-family:'times new roman'; font-size: 10pt;"><span
          style=" font-family:'Courier New'; font-size: 9pt;"><span
            style=" font-family:'times new roman'; font-size: 10pt;">Aug
            11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1 12375830
            ACK <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} rr
            [loose.c:114]: find_first_route(): No Route headers found<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} rr
            [loose.c:961]: loose_route(): There is no Route HF</span></span></span></p>
    <div class="moz-cite-prefix">Maybe the endpoint is losing the Route
      set by re-INVITE, which should not happen according to SIP RFC.
      But to see if that is the case, update your route[WITINDLG] and
      add record_route() there, like:</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix"><span style=" font-family:'times new
        roman'; font-size: 10pt;"><span style=" font-family:'Courier
          New'; font-size: 9pt;"><span style=" font-family:'times new
            roman'; font-size: 10pt;">route[WITHINDLG] {<br>
              
            if (has_totag()) {<br>
                record_route();</span></span></span></div>
    <div class="moz-cite-prefix"><span style=" font-family:'times new
        roman'; font-size: 10pt;"><span style=" font-family:'Courier
          New'; font-size: 9pt;"><span style=" font-family:'times new
            roman'; font-size: 10pt;">   ...</span></span></span></div>
    <div class="moz-cite-prefix"><span style=" font-family:'times new
        roman'; font-size: 10pt;"><span style=" font-family:'Courier
          New'; font-size: 9pt;"><span style=" font-family:'times new
            roman'; font-size: 10pt;"><br>
          </span></span></span></div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Cheers,<br>
      Daniel</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">On 11.08.20 11:24, Techinnovation
      wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:535768842.20200811122422@inbox.lv">
      <title>ACK no transaction found if re-invite</title>
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1257">
      <span style=" font-family:'times new roman'; font-size: 10pt;">Hello,<br>
        <br>
        Please help. There was issue topic #2436.<br>
        I have answer: <span style=" font-family:'Courier New';
          font-size: 9pt;">There is some problem with handling
          Record-Route in client side, maybe not supporting it, because
          the ACK has no Route header.<br>
          <br>
          <span style=" font-family:'times new roman'; font-size: 10pt;">Is
            there any hotfix for kamailio ?,As I not sure that customer
            can change ACK on customers side . <br>
            <br>
            ========================<br>
            I use kamailio 5.2.7 with Asterisk 16.1.1 .<br>
            <br>
            Call Flow: Customer(212.25.64.8) ->
            Kamailio(48.146.161.152) -> Asterisk(48.146.161.153)
            ->Kamailio(48.146.161.152) -> Provider(89.210.243.1)<br>
            <br>
            I have one issue with call when I receive re-invite in
            dialog from Provider.<br>
            <br>
            My Asterisk not receive ACK from kamailio. I see error on
            log like "ACK no transaction found"<br>
            <br>
            With this I have difference with 30 seconds.<br>
            <br>
            Session Customer(212.25.64.8) -> Kamailio(48.146.161.152)
            -> Asterisk(48.146.161.153) - has 2 seconds<br>
            Asterisk(48.146.161.153) ->Kamailio(48.146.161.152) ->
            Provider(89.210.243.1) - has 32 seconds<br>
            <br>
            I have this WITHINDLG settings:<br>
            <br>
            route[WITHINDLG] {<br>
            if (has_totag()) {<br>
            # sequential request withing a dialog should<br>
            # take the path determined by record-routing<br>
            if (loose_route()) {<br>
            if (is_method("BYE")) {<br>
            setflag(FLT_ACC); # do accounting ...<br>
            setflag(FLT_ACCFAILED); # ... even if the transaction fails<br>
            }<br>
            route(RELAY);<br>
            }<br>
            else {<br>
            if (is_method("SUBSCRIBE") && uri == myself) {<br>
            # in-dialog subscribe requests<br>
            route(PRESENCE);<br>
            exit;<br>
            }<br>
            if ( is_method("ACK") ) {<br>
            if ( t_check_trans() ) {<br>
            # non loose-route, but stateful ACK;<br>
            # must be ACK after a 487 or e.g. 404 from upstream server<br>
            t_relay();<br>
            exit;<br>
            } else {<br>
            # ACK without matching transaction ... ignore and discard.<br>
            exit;<br>
            }<br>
            }<br>
            t_relay();<br>
            }<br>
            exit;<br>
            }<br>
            }<br>
            <br>
            ===================================<br>
            In kamailio logs I see ACK no transaction found:<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG:
            [core/receive.c:246]: receive_msg(): --- received sip
            message - reply - call-id:
            [<a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>] -
            cseq: [12375830 INVITE]<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG:
            [core/parser/msg_parser.c:185]: get_hdr_field():
            content_length=270<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG:
            [core/parser/msg_parser.c:89]: get_hdr_field(): found end of
            header<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} tm
            [t_lookup.c:1043]: t_check_msg(): msg (0x7f330aed6050)
            id=296/1926 global id=295/1926 T start=0xffffffffffffffff<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} tm
            [t_lookup.c:920]: t_reply_matching(): t_reply_matching: hash
            11128 label 0 branch 0<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} tm
            [t_lookup.c:1013]: t_reply_matching(): no matching
            transaction exists<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} tm
            [t_lookup.c:1016]: t_reply_matching(): failure to match a
            transaction<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} tm
            [t_lookup.c:1113]: t_check_msg(): msg (0x7f330aed6050)
            id=296/1926 global id=296/1926 T end=(nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} tm
            [t_reply.c:2230]: reply_received(): transaction not found -
            (branch -1)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/msg_translator.c:2290]:
            generate_res_buf_from_sip_res(): old size: 932, new size:
            821<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/msg_translator.c:2308]:
            generate_res_buf_from_sip_res(): copied size: orig:127, new:
            16, rest: 805 msg=<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: SIP/2.0 200 OK<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: Via: SIP/2.0/UDP
            89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: From:
            <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a><br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: To:
            <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a><br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: Call-ID:
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a><br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: CSeq: 12375830 INVITE<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: Server: Asterisk PBX
            16.1.1<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: Allow: INVITE, ACK,
            CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
            PUBLISH, MESSAGE<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: Supported: replaces,
            timer<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: Contact:
            <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a><br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: Content-Type:
            application/sdp<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: Content-Length: 270<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: v=0<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: o=root 1995384227
            1995384228 IN IP4 48.146.161.153<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: s=Asterisk PBX 16.1.1<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: c=IN IP4 48.146.161.153<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: t=0 0<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: m=audio 18584 RTP/AVP 0
            8 18<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: a=rtpmap:0 PCMU/8000<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: a=rtpmap:8 PCMA/8000<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: a=rtpmap:18 G729/8000<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: a=fmtp:18 annexb=no<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: a=ptime:20<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: a=maxptime:150<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: a=sendrecv<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/forward.c:691]: update_sock_struct_from_via(): using
            via host<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/forward.c:700]: update_sock_struct_from_via(): check
            if dns lookup is needed for [89.210.243.1]<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/forward.c:710]: update_sock_struct_from_via(): address
            is [89.210.243.1] port 5060 proto 1<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/forward.c:830]: do_forward_reply(): reply forwarded
            (2nd via address: 89.210.243.1 port 5060)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/forward.c:839]: do_forward_reply(): reply forwarding
            finished (2nd via address: 89.210.243.1 port 5060)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/receive.c:442]: receive_msg(): reply-route executed
            in: 115 usec<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/usr_avp.c:636]: destroy_avp_list(): destroying list
            (nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/usr_avp.c:636]: destroy_avp_list(): destroying list
            (nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/usr_avp.c:636]: destroy_avp_list(): destroying list
            (nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/usr_avp.c:636]: destroy_avp_list(): destroying list
            (nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/usr_avp.c:636]: destroy_avp_list(): destroying list
            (nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/usr_avp.c:636]: destroy_avp_list(): destroying list
            (nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/xavp.c:507]: xavp_destroy_list(): destroying xavp list
            (nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: {2
            12375830 INVITE
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/receive.c:458]: receive_msg(): cleaning up<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/udp_server.c:492]: udp_rcv_loop(): received on udp
            socket: (106/100/405) [[ACK
            <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a> SIP/2.0 0D 0A Call-ID:
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@37.148.1">4a681d8626b801ce1a8185472fda8e86@37.148.1</a>]]<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/msg_parser.c:610]: parse_msg(): SIP Request:<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/msg_parser.c:612]: parse_msg(): method: <br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/msg_parser.c:614]: parse_msg(): uri:
            <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a><br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/msg_parser.c:616]: parse_msg(): version:
            <SIP/2.0><br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/msg_parser.c:152]: get_hdr_field(): cseq :
            <12375830> <br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/parse_addr_spec.c:185]: parse_to_param(): add
            param: tag=as73e66fe7<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/parse_addr_spec.c:864]: parse_addr_spec(): end
            of header reached, state=29<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/msg_parser.c:171]: get_hdr_field(): [50];
            uri=[<a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153">sip:393817097132@48.146.161.153</a>]<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/msg_parser.c:174]: get_hdr_field(): to body
            [<a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153">sip:393817097132@48.146.161.153</a>], to tag [as73e66fe7]<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/parse_via.c:1303]: parse_via_param(): Found
            param type 232, = ; state=16<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/parse_via.c:2639]: parse_via(): end of header
            reached, state=5<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/msg_parser.c:498]: parse_headers(): Via found,
            flags=2<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/msg_parser.c:500]: parse_headers(): this is the
            first via<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/receive.c:246]: receive_msg(): --- received sip
            message - request - call-id:
            [<a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>] -
            cseq: [12375830 ACK]<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/msg_parser.c:185]: get_hdr_field():
            content_length=0<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:
            [core/parser/msg_parser.c:89]: get_hdr_field(): found end of
            header<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/receive.c:296]: receive_msg(): preparing to run
            routing scripts...<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} maxfwd
            [mf_funcs.c:74]: is_maxfwd_present(): value = 70<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:247]: check_ruri_sip_version():
            check_ruri_sip_version entered<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:270]: check_ruri_sip_version():
            check_ruri_sip_version passed<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:277]: check_ruri_scheme(): check_ruri_scheme
            entered<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:297]: check_ruri_scheme(): check_ruri_scheme
            passed<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:305]: check_required_headers():
            check_required_headers entered<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:313]: check_required_headers():
            check_required_headers passed<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:479]: check_cseq_method(): check_cseq_method
            entered<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:512]: check_cseq_method(): check_cseq_method
            passed<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:521]: check_cseq_value(): check_cseq_value entered<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:549]: check_cseq_value(): check_cseq_value passed<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:558]: check_cl(): check_cl entered<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:583]: check_cl(): check_cl passed<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:595]: check_expires_value(): check_expires_value
            entered<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:632]: check_expires_value(): no expires header
            found<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:732]: check_parse_uris(): check_parse_uris entered<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:736]: check_parse_uris(): parsing ruri<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:750]: check_parse_uris(): looking up From header<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:764]: check_parse_uris(): parsing From header<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/parser/parse_addr_spec.c:185]: parse_to_param(): add
            param: tag=00-07989-012374ff-364731f03<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/parser/parse_addr_spec.c:864]: parse_addr_spec(): end
            of header reached, state=29<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:790]: check_parse_uris(): parsing From URI<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:808]: check_parse_uris(): looking up To header<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:830]: check_parse_uris(): check_parse_uris():
            parsing To URI<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity.c:875]: check_parse_uris(): check_parse_uris passed<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} sanity
            [sanity_mod.c:254]: w_sanity_check(): sanity checks result:
            1<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            siputils [checks.c:123]: has_totag(): totag found<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} rr
            [loose.c:114]: find_first_route(): No Route headers found<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} rr
            [loose.c:961]: loose_route(): There is no Route HF<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} tm
            [t_lookup.c:1043]: t_check_msg(): msg (0x7f330aed6050)
            id=300/1925 global id=299/1925 T start=(nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} tm
            [t_lookup.c:500]: t_lookup_request(): start searching:
            hash=11128, isACK=1<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} tm
            [t_lookup.c:458]: matching_3261(): RFC3261 transaction
            matching failed - via branch [z9hG4bK-173F80F1-114A19A]<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} tm
            [t_lookup.c:682]: t_lookup_request(): no transaction found<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>} tm
            [t_lookup.c:1113]: t_check_msg(): msg (0x7f330aed6050)
            id=300/1925 global id=300/1925 T end=(nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/receive.c:354]: receive_msg(): request-route executed
            in: 155 usec<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/usr_avp.c:636]: destroy_avp_list(): destroying list
            (nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/usr_avp.c:636]: destroy_avp_list(): destroying list
            (nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/usr_avp.c:636]: destroy_avp_list(): destroying list
            (nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/usr_avp.c:636]: destroy_avp_list(): destroying list
            (nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/usr_avp.c:636]: destroy_avp_list(): destroying list
            (nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/usr_avp.c:636]: destroy_avp_list(): destroying list
            (nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/xavp.c:507]: xavp_destroy_list(): destroying xavp list
            (nil)<br>
            Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1
            12375830 ACK
            <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>}
            [core/receive.c:458]: receive_msg(): cleaning up<br>
            <br>
            <br>
            <br>
            <br>
            <br>
=============================================================================================================<br>
            PCAP trace<br>
            U 2020/08/11 00:05:51.498554 48.146.161.153:5060 ->
            48.146.161.152:5060 </span></span></span><a style="
        font-family:'times new roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/96"
        moz-do-not-send="true">#96</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">INVITE
        <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060">sip:79409098828@212.25.64.8:5060</a> SIP/2.0.<br>
        Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK01203950.<br>
        Max-Forwards: 70.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as670e72d5">sip:393817097132@48.146.161.153;tag=as670e72d5</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060">sip:79409098828@212.25.64.8:5060</a>.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:274087066134728e4aa01a5356fde6a8@48.146.161.153:5060">274087066134728e4aa01a5356fde6a8@48.146.161.153:5060</a>.<br>
        CSeq: 102 INVITE.<br>
        User-Agent: Asterisk PBX 16.1.1.<br>
        Date: Mon, 10 Aug 2020 21:05:51 GMT.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 324.<br>
        .<br>
        v=0.<br>
        o=root 926780413 926780413 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 16980 RTP/AVP 8 0 18 101.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=rtpmap:101 telephone-event/8000.<br>
        a=fmtp:101 0-16.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        ............1_H.<br>
        U 2020/08/11 00:05:51.499026 48.146.161.152:5060 ->
        48.146.161.153:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/97"
        moz-do-not-send="true">#97</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        100 trying -- your call is important to us.<br>
        Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK01203950.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as670e72d5">sip:393817097132@48.146.161.153;tag=as670e72d5</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060">sip:79409098828@212.25.64.8:5060</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:274087066134728e4aa01a5356fde6a8@48.146.161.153:5060">274087066134728e4aa01a5356fde6a8@48.146.161.153:5060</a>.<br>
        CSeq: 102 INVITE.<br>
        Server: kamailio (5.2.7 (x86_64/linux)).<br>
        Content-Length: 0.<br>
        .<br>
        x.....1_........<br>
        U 2020/08/11 00:05:51.499105 48.146.161.152:5060 ->
        212.25.64.8:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/98"
        moz-do-not-send="true">#98</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">INVITE
        <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060">sip:79409098828@212.25.64.8:5060</a> SIP/2.0.<br>
        Via: SIP/2.0/UDP
        48.146.161.152;branch=z9hG4bK415f.07dfd4858a8d7af10f14a65a40c09040.0.<br>
        Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK01203950.<br>
        Max-Forwards: 69.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as670e72d5">sip:393817097132@48.146.161.153;tag=as670e72d5</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060">sip:79409098828@212.25.64.8:5060</a>.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:274087066134728e4aa01a5356fde6a8@48.146.161.153:5060">274087066134728e4aa01a5356fde6a8@48.146.161.153:5060</a>.<br>
        CSeq: 102 INVITE.<br>
        User-Agent: Asterisk PBX 16.1.1.<br>
        Date: Mon, 10 Aug 2020 21:05:51 GMT.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 324.<br>
        .<br>
        v=0.<br>
        o=root 926780413 926780413 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 16980 RTP/AVP 8 0 18 101.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=rtpmap:101 telephone-event/8000.<br>
        a=fmtp:101 0-16.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        .............1_.<br>
        U 2020/08/11 00:05:51.523721 212.25.64.8:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/99"
        moz-do-not-send="true">#99</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        100 Trying.<br>
        Via: SIP/2.0/UDP
        48.146.161.152;branch=z9hG4bK415f.07dfd4858a8d7af10f14a65a40c09040.0.<br>
        Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK01203950.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as670e72d5">sip:393817097132@48.146.161.153;tag=as670e72d5</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060">sip:79409098828@212.25.64.8:5060</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:274087066134728e4aa01a5356fde6a8@48.146.161.153:5060">274087066134728e4aa01a5356fde6a8@48.146.161.153:5060</a>.<br>
        CSeq: 102 INVITE.<br>
        .<br>
        ................<br>
        U 2020/08/11 00:05:51.614735 212.25.64.8:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/104"
        moz-do-not-send="true">#104</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">INVITE
        <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.152:5060;user=phone">sip:79409098828@48.146.161.152:5060;user=phone</a> SIP/2.0.<br>
        Via: SIP/2.0/UDP
        212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
        Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021">sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.152:5060;user=phone">sip:79409098828@48.146.161.152:5060;user=phone</a>.<br>
        CSeq: 1 INVITE.<br>
        P-Asserted-Identity: <a class="moz-txt-link-freetext" href="sip:393817097132@10.96.16.6;user=phone">sip:393817097132@10.96.16.6;user=phone</a>.<br>
        Max-Forwards: 66.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@212.25.64.8:5060;transport=udp">sip:393817097132@212.25.64.8:5060;transport=udp</a>.<br>
        Min-SE: 90.<br>
        Session-Expires: 1800.<br>
        Allow:
INVITE,ACK,OPTIONS,BYE,CANCEL,REGISTER,INFO,PRACK,SUBSCRIBE,NOTIFY,UPDATE,MESSAGE,REFER.<br>
        User-Agent: Huawei SoftX3000 V600R013.<br>
        Supported: timer.<br>
        Content-Length: 288.<br>
        Content-Type: application/sdp.<br>
        .<br>
        v=0.<br>
        o=HuaweiSoftX3000 36222851 36222852 IN IP4 212.25.64.8.<br>
        s=Sip Call.<br>
        c=IN IP4 212.25.64.8.<br>
        t=0 0.<br>
        m=audio 10892 RTP/AVP 8 0 18 101.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=rtpmap:101 telephone-event/8000.<br>
        a=ptime:20.<br>
        a=fmtp:101 0-15.<br>
        a=fmtp:18 annexb=no.<br>
        ........1_...$..<br>
        U 2020/08/11 00:05:51.615233 48.146.161.152:5060 ->
        212.25.64.8:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/105"
        moz-do-not-send="true">#105</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        100 trying -- your call is important to us.<br>
        Via: SIP/2.0/UDP
        212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
        Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021">sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.152:5060;user=phone">sip:79409098828@48.146.161.152:5060;user=phone</a>.<br>
        CSeq: 1 INVITE.<br>
        Server: kamailio (5.2.7 (x86_64/linux)).<br>
        Content-Length: 0.<br>
        .<br>
        ............1_.@<br>
        U 2020/08/11 00:05:51.615334 48.146.161.152:5060 ->
        48.146.161.153:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/106"
        moz-do-not-send="true">#106</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">INVITE
        <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.152:5060;user=phone">sip:79409098828@48.146.161.152:5060;user=phone</a> SIP/2.0.<br>
        Record-Route: <a class="moz-txt-link-freetext" href="sip:48.146.161.152;lr">sip:48.146.161.152;lr</a>.<br>
        Via: SIP/2.0/UDP
        48.146.161.152;branch=z9hG4bKfbce.f74d055cfd186a85dacedcc9f4d282ce.0.<br>
        Via: SIP/2.0/UDP
        212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
        Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021">sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.152:5060;user=phone">sip:79409098828@48.146.161.152:5060;user=phone</a>.<br>
        CSeq: 1 INVITE.<br>
        P-Asserted-Identity: <a class="moz-txt-link-freetext" href="sip:393817097132@10.96.16.6;user=phone">sip:393817097132@10.96.16.6;user=phone</a>.<br>
        Max-Forwards: 65.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@212.25.64.8:5060;transport=udp">sip:393817097132@212.25.64.8:5060;transport=udp</a>.<br>
        Min-SE: 90.<br>
        Session-Expires: 1800.<br>
        Allow:
INVITE,ACK,OPTIONS,BYE,CANCEL,REGISTER,INFO,PRACK,SUBSCRIBE,NOTIFY,UPDATE,MESSAGE,REFER.<br>
        User-Agent: Huawei SoftX3000 V600R013.<br>
        Supported: timer.<br>
        Content-Length: 288.<br>
        Content-Type: application/sdp.<br>
        .<br>
        v=0.<br>
        o=HuaweiSoftX3000 36222851 36222852 IN IP4 212.25.64.8.<br>
        s=Sip Call.<br>
        c=IN IP4 212.25.64.8.<br>
        t=0 0.<br>
        m=audio 10892 RTP/AVP 8 0 18 101.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=rtpmap:101 telephone-event/8000.<br>
        a=ptime:20.<br>
        a=fmtp:101 0-15.<br>
        a=fmtp:18 annexb=no.<br>
        ..........1_*..$<br>
        U 2020/08/11 00:05:51.616177 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/107"
        moz-do-not-send="true">#107</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        100 Trying.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bKfbce.f74d055cfd186a85dacedcc9f4d282ce.0;received=48.146.161.152;rport=5060.<br>
        Via: SIP/2.0/UDP
        212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
        Record-Route: <a class="moz-txt-link-freetext" href="sip:48.146.161.152;lr">sip:48.146.161.152;lr</a>.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021">sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.152:5060;user=phone">sip:79409098828@48.146.161.152:5060;user=phone</a>.<br>
        Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
        CSeq: 1 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Session-Expires: 1800;refresher=uas.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.153:5060">sip:79409098828@48.146.161.153:5060</a>.<br>
        Content-Length: 0.<br>
        .<br>
        ................<br>
        U 2020/08/11 00:05:51.690457 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/112"
        moz-do-not-send="true">#112</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">INVITE
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060">sip:79409098828@89.210.243.1:5060</a> SIP/2.0.<br>
        Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK1b39be5a.<br>
        Max-Forwards: 70.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060">sip:79409098828@89.210.243.1:5060</a>.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 102 INVITE.<br>
        User-Agent: Asterisk PBX 16.1.1.<br>
        Date: Mon, 10 Aug 2020 21:05:51 GMT.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        P-Asserted-Identity: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.152">sip:393817097132@48.146.161.152</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 326.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384227 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 8 18 0 101.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:101 telephone-event/8000.<br>
        a=fmtp:101 0-16.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        ........1_K.-)}.<br>
        U 2020/08/11 00:05:51.690857 48.146.161.152:5060 ->
        48.146.161.153:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/113"
        moz-do-not-send="true">#113</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        100 trying -- your call is important to us.<br>
        Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK1b39be5a.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060">sip:79409098828@89.210.243.1:5060</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 102 INVITE.<br>
        Server: kamailio (5.2.7 (x86_64/linux)).<br>
        Content-Length: 0.<br>
        .<br>
        .............1_D<br>
        U 2020/08/11 00:05:51.690934 48.146.161.152:5060 ->
        89.210.243.1:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/114"
        moz-do-not-send="true">#114</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">INVITE
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060">sip:79409098828@89.210.243.1:5060</a> SIP/2.0.<br>
        Via: SIP/2.0/UDP
        48.146.161.152;branch=z9hG4bK8b4f.c29b6618fd22db1ce4b8aec0d0dcf809.0.<br>
        Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK1b39be5a.<br>
        Max-Forwards: 69.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060">sip:79409098828@89.210.243.1:5060</a>.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 102 INVITE.<br>
        User-Agent: Asterisk PBX 16.1.1.<br>
        Date: Mon, 10 Aug 2020 21:05:51 GMT.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        P-Asserted-Identity: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.152">sip:393817097132@48.146.161.152</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 326.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384227 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 8 18 0 101.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:101 telephone-event/8000.<br>
        a=fmtp:101 0-16.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        .........1_...).<br>
        U 2020/08/11 00:05:51.697205 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/115"
        moz-do-not-send="true">#115</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        100 Trying.<br>
        Allow: UPDATE,REFER,INFO.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:89.210.243.1:5060">sip:89.210.243.1:5060</a>.<br>
        CSeq: 102 INVITE.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Server: Qirpack/v4.88 (gw_sip).<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060">sip:79409098828@89.210.243.1:5060</a>.<br>
        Via: SIP/2.0/UDP
48.146.161.152;received=48.146.161.152;rport=5060;branch=z9hG4bK8b4f.c29b6618fd22db1ce4b8aec0d0dcf809.0,SIP/2.0/UDP
        48.146.161.153:5060;branch=z9hG4bK1b39be5a.<br>
        Content-Length: 0.<br>
        .<br>
        ................<br>
        U 2020/08/11 00:05:51.890363 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/120"
        moz-do-not-send="true">#120</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        183 In band info available.<br>
        Allow: UPDATE,REFER,INFO.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:89.210.243.1:5060">sip:89.210.243.1:5060</a>.<br>
        Content-Type: application/sdp.<br>
        CSeq: 102 INVITE.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Server: Qirpack/v4.88 (gw_sip).<br>
        To:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Via: SIP/2.0/UDP
48.146.161.152;received=48.146.161.152;rport=5060;branch=z9hG4bK8b4f.c29b6618fd22db1ce4b8aec0d0dcf809.0,SIP/2.0/UDP
        48.146.161.153:5060;branch=z9hG4bK1b39be5a.<br>
        Content-Length: 185.<br>
        .<br>
        v=0.<br>
        o=cp10 159709355110 159709355111 IN IP4 89.210.243.21.<br>
        s=SIP Call.<br>
        c=IN IP4 89.210.243.21.<br>
        t=0 0.<br>
        m=audio 36322 RTP/AVP 0.<br>
        b=AS:80.<br>
        a=rtpmap:0 PCMU/8000/1.<br>
        a=ptime:20.<br>
        a=sendrecv.<br>
        sip+3+......1_..<br>
        U 2020/08/11 00:05:51.890412 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/121"
        moz-do-not-send="true">#121</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Allow: UPDATE,REFER,INFO.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:89.210.243.1:5060">sip:89.210.243.1:5060</a>.<br>
        Content-Type: application/sdp.<br>
        CSeq: 102 INVITE.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        P-Asserted-Identity: <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1;user=phone">sip:79409098828@89.210.243.1;user=phone</a>.<br>
        Server: Qirpack/v4.88 (gw_sip).<br>
        To:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Via: SIP/2.0/UDP
48.146.161.152;received=48.146.161.152;rport=5060;branch=z9hG4bK8b4f.c29b6618fd22db1ce4b8aec0d0dcf809.0,SIP/2.0/UDP
        48.146.161.153:5060;branch=z9hG4bK1b39be5a.<br>
        Content-Length: 185.<br>
        .<br>
        v=0.<br>
        o=cp10 159709355110 159709355111 IN IP4 89.210.243.21.<br>
        s=SIP Call.<br>
        c=IN IP4 89.210.243.21.<br>
        t=0 0.<br>
        m=audio 36322 RTP/AVP 0.<br>
        b=AS:80.<br>
        a=rtpmap:0 PCMU/8000/1.<br>
        a=ptime:20.<br>
        a=sendrecv.<br>
        ........1_...5..<br>
        U 2020/08/11 00:05:51.890666 48.146.161.152:5060 ->
        48.146.161.153:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/122"
        moz-do-not-send="true">#122</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        183 In band info available.<br>
        Allow: UPDATE,REFER,INFO.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:89.210.243.1:5060">sip:89.210.243.1:5060</a>.<br>
        Content-Type: application/sdp.<br>
        CSeq: 102 INVITE.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Server: Qirpack/v4.88 (gw_sip).<br>
        To:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK1b39be5a.<br>
        Content-Length: 185.<br>
        .<br>
        v=0.<br>
        o=cp10 159709355110 159709355111 IN IP4 89.210.243.21.<br>
        s=SIP Call.<br>
        c=IN IP4 89.210.243.21.<br>
        t=0 0.<br>
        m=audio 36322 RTP/AVP 0.<br>
        b=AS:80.<br>
        a=rtpmap:0 PCMU/8000/1.<br>
        a=ptime:20.<br>
        a=sendrecv.<br>
        ..0.....1_.].5..<br>
        U 2020/08/11 00:05:51.890854 48.146.161.152:5060 ->
        48.146.161.153:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/123"
        moz-do-not-send="true">#123</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Allow: UPDATE,REFER,INFO.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:89.210.243.1:5060">sip:89.210.243.1:5060</a>.<br>
        Content-Type: application/sdp.<br>
        CSeq: 102 INVITE.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        P-Asserted-Identity: <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1;user=phone">sip:79409098828@89.210.243.1;user=phone</a>.<br>
        Server: Qirpack/v4.88 (gw_sip).<br>
        To:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK1b39be5a.<br>
        Content-Length: 185.<br>
        .<br>
        v=0.<br>
        o=cp10 159709355110 159709355111 IN IP4 89.210.243.21.<br>
        s=SIP Call.<br>
        c=IN IP4 89.210.243.21.<br>
        t=0 0.<br>
        m=audio 36322 RTP/AVP 0.<br>
        b=AS:80.<br>
        a=rtpmap:0 PCMU/8000/1.<br>
        a=ptime:20.<br>
        a=sendrecv.<br>
        ............1_iA<br>
        U 2020/08/11 00:05:51.891240 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/124"
        moz-do-not-send="true">#124</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        183 Session Progress.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bKfbce.f74d055cfd186a85dacedcc9f4d282ce.0;received=48.146.161.152;rport=5060.<br>
        Via: SIP/2.0/UDP
        212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
        Record-Route: <a class="moz-txt-link-freetext" href="sip:48.146.161.152;lr">sip:48.146.161.152;lr</a>.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021">sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021</a>.<br>
        To:
        <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.152:5060;user=phone;tag=as49ab4db4">sip:79409098828@48.146.161.152:5060;user=phone;tag=as49ab4db4</a>.<br>
        Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
        CSeq: 1 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Session-Expires: 1800;refresher=uas.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.153:5060">sip:79409098828@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Require: timer.<br>
        Content-Length: 324.<br>
        .<br>
        v=0.<br>
        o=root 792201108 792201108 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 17696 RTP/AVP 8 18 0 101.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:101 telephone-event/8000.<br>
        a=fmtp:101 0-16.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        ......P.....1_..<br>
        U 2020/08/11 00:05:51.891455 48.146.161.152:5060 ->
        212.25.64.8:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/125"
        moz-do-not-send="true">#125</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        183 Session Progress.<br>
        Via: SIP/2.0/UDP
        212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
        Record-Route: <a class="moz-txt-link-freetext" href="sip:48.146.161.152;lr">sip:48.146.161.152;lr</a>.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021">sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021</a>.<br>
        To:
        <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.152:5060;user=phone;tag=as49ab4db4">sip:79409098828@48.146.161.152:5060;user=phone;tag=as49ab4db4</a>.<br>
        Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
        CSeq: 1 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Session-Expires: 1800;refresher=uas.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.153:5060">sip:79409098828@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Require: timer.<br>
        Content-Length: 324.<br>
        .<br>
        v=0.<br>
        o=root 792201108 792201108 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 17696 RTP/AVP 8 18 0 101.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:101 telephone-event/8000.<br>
        a=fmtp:101 0-16.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        ......1_..#5X...<br>
        U 2020/08/11 00:05:51.891522 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/126"
        moz-do-not-send="true">#126</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bKfbce.f74d055cfd186a85dacedcc9f4d282ce.0;received=48.146.161.152;rport=5060.<br>
        Via: SIP/2.0/UDP
        212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
        Record-Route: <a class="moz-txt-link-freetext" href="sip:48.146.161.152;lr">sip:48.146.161.152;lr</a>.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021">sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021</a>.<br>
        To:
        <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.152:5060;user=phone;tag=as49ab4db4">sip:79409098828@48.146.161.152:5060;user=phone;tag=as49ab4db4</a>.<br>
        Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
        CSeq: 1 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Session-Expires: 1800;refresher=uas.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.153:5060">sip:79409098828@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Require: timer.<br>
        Content-Length: 324.<br>
        .<br>
        v=0.<br>
        o=root 792201108 792201108 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 17696 RTP/AVP 8 18 0 101.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:101 telephone-event/8000.<br>
        a=fmtp:101 0-16.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        ....H.....1_..%5<br>
        U 2020/08/11 00:05:51.891651 48.146.161.152:5060 ->
        212.25.64.8:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/127"
        moz-do-not-send="true">#127</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
        212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
        Record-Route: <a class="moz-txt-link-freetext" href="sip:48.146.161.152;lr">sip:48.146.161.152;lr</a>.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021">sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021</a>.<br>
        To:
        <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.152:5060;user=phone;tag=as49ab4db4">sip:79409098828@48.146.161.152:5060;user=phone;tag=as49ab4db4</a>.<br>
        Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
        CSeq: 1 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Session-Expires: 1800;refresher=uas.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.153:5060">sip:79409098828@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Require: timer.<br>
        Content-Length: 324.<br>
        .<br>
        v=0.<br>
        o=root 792201108 792201108 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 17696 RTP/AVP 8 18 0 101.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:101 telephone-event/8000.<br>
        a=fmtp:101 0-16.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        ......8.....1_..<br>
        U 2020/08/11 00:05:51.896994 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/128"
        moz-do-not-send="true">#128</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">INVITE
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a> SIP/2.0.<br>
        Allow: UPDATE,REFER,INFO.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:89.210.243.1:5060">sip:89.210.243.1:5060</a>.<br>
        Content-Type: application/sdp.<br>
        CSeq: 12375830 INVITE.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Max-Forwards: 70.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        User-Agent: Qirpack/v4.88 (gw_sip).<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        Content-Length: 185.<br>
        .<br>
        v=0.<br>
        o=cp10 159709355110 159709355112 IN IP4 89.210.243.21.<br>
        s=SIP Call.<br>
        c=IN IP4 89.210.243.21.<br>
        t=0 0.<br>
        m=audio 36322 RTP/AVP 0.<br>
        b=AS:80.<br>
        a=rtpmap:0 PCMU/8000/1.<br>
        a=ptime:20.<br>
        a=sendrecv.<br>
        .............1_.<br>
        U 2020/08/11 00:05:51.897340 48.146.161.152:5060 ->
        89.210.243.1:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/129"
        moz-do-not-send="true">#129</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        100 trying -- your call is important to us.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        Server: kamailio (5.2.7 (x86_64/linux)).<br>
        Content-Length: 0.<br>
        .<br>
        .........1_FO}5$<br>
        U 2020/08/11 00:05:51.897404 48.146.161.152:5060 ->
        48.146.161.153:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/130"
        moz-do-not-send="true">#130</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">INVITE
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a> SIP/2.0.<br>
        Allow: UPDATE,REFER,INFO.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:89.210.243.1:5060">sip:89.210.243.1:5060</a>.<br>
        Content-Type: application/sdp.<br>
        CSeq: 12375830 INVITE.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Max-Forwards: 69.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        User-Agent: Qirpack/v4.88 (gw_sip).<br>
        Via: SIP/2.0/UDP
        48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        Content-Length: 185.<br>
        .<br>
        v=0.<br>
        o=cp10 159709355110 159709355112 IN IP4 89.210.243.21.<br>
        s=SIP Call.<br>
        c=IN IP4 89.210.243.21.<br>
        t=0 0.<br>
        m=audio 36322 RTP/AVP 0.<br>
        b=AS:80.<br>
        a=rtpmap:0 PCMU/8000/1.<br>
        a=ptime:20.<br>
        a=sendrecv.<br>
        ......1_F..5....<br>
        U 2020/08/11 00:05:51.897746 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/131"
        moz-do-not-send="true">#131</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        100 Trying.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Length: 0.<br>
        .<br>
        .......(.....1_I<br>
        U 2020/08/11 00:05:51.897836 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/132"
        moz-do-not-send="true">#132</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        ..........1_U@.5<br>
        U 2020/08/11 00:05:51.898121 48.146.161.152:5060 ->
        89.210.243.1:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/133"
        moz-do-not-send="true">#133</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        .........1_..5.<br>
        U 2020/08/11 00:05:51.903991 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/134"
        moz-do-not-send="true">#134</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">ACK
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a> SIP/2.0.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 ACK.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Max-Forwards: 70.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        User-Agent: Qirpack/v4.88 (gw_sip).<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-173F80F1-114A19A.<br>
        Content-Length: 0.<br>
        .<br>
        ................<br>
        U 2020/08/11 00:05:51.947711 212.25.64.8:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/146"
        moz-do-not-send="true">#146</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        183 Session Progress.<br>
        Via: SIP/2.0/UDP
        48.146.161.152;branch=z9hG4bK415f.07dfd4858a8d7af10f14a65a40c09040.0.<br>
        Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK01203950.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as670e72d5">sip:393817097132@48.146.161.153;tag=as670e72d5</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060;tag=f5d48kwf-CC-1021">sip:79409098828@212.25.64.8:5060;tag=f5d48kwf-CC-1021</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:274087066134728e4aa01a5356fde6a8@48.146.161.153:5060">274087066134728e4aa01a5356fde6a8@48.146.161.153:5060</a>.<br>
        CSeq: 102 INVITE.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060;transport=udp">sip:79409098828@212.25.64.8:5060;transport=udp</a>.<br>
        Allow:
INVITE,ACK,OPTIONS,BYE,CANCEL,REGISTER,INFO,PRACK,SUBSCRIBE,NOTIFY,UPDATE,MESSAGE,REFER.<br>
        Content-Length: 288.<br>
        Content-Type: application/sdp.<br>
        .<br>
        v=0.<br>
        o=HuaweiSoftX3000 36222850 36222851 IN IP4 212.25.64.8.<br>
        s=Sip Call.<br>
        c=IN IP4 212.25.64.8.<br>
        t=0 0.<br>
        m=audio 10052 RTP/AVP 8 18 0 101.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:101 telephone-event/8000.<br>
        a=ptime:20.<br>
        a=fmtp:101 0-15.<br>
        a=fmtp:18 annexb=no.<br>
        .............1_v<br>
        U 2020/08/11 00:05:51.947724 212.25.64.8:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/147"
        moz-do-not-send="true">#147</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
        48.146.161.152;branch=z9hG4bK415f.07dfd4858a8d7af10f14a65a40c09040.0.<br>
        Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK01203950.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as670e72d5">sip:393817097132@48.146.161.153;tag=as670e72d5</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060;tag=f5d48kwf-CC-1021">sip:79409098828@212.25.64.8:5060;tag=f5d48kwf-CC-1021</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:274087066134728e4aa01a5356fde6a8@48.146.161.153:5060">274087066134728e4aa01a5356fde6a8@48.146.161.153:5060</a>.<br>
        CSeq: 102 INVITE.<br>
        Allow:
INVITE,ACK,OPTIONS,BYE,CANCEL,REGISTER,INFO,PRACK,SUBSCRIBE,NOTIFY,UPDATE,MESSAGE,REFER.<br>
        Session-Expires: 1800;refresher=uac.<br>
        Require: timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060;transport=udp">sip:79409098828@212.25.64.8:5060;transport=udp</a>.<br>
        Content-Length: 288.<br>
        Content-Type: application/sdp.<br>
        .<br>
        v=0.<br>
        o=HuaweiSoftX3000 36222850 36222851 IN IP4 212.25.64.8.<br>
        s=Sip Call.<br>
        c=IN IP4 212.25.64.8.<br>
        t=0 0.<br>
        m=audio 10052 RTP/AVP 8 18 0 101.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:101 telephone-event/8000.<br>
        a=ptime:20.<br>
        a=fmtp:101 0-15.<br>
        a=fmtp:18 annexb=no.<br>
        ......1_X..8U...<br>
        U 2020/08/11 00:05:51.947972 48.146.161.152:5060 ->
        48.146.161.153:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/148"
        moz-do-not-send="true">#148</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK01203950.<br>
        From: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as670e72d5">sip:393817097132@48.146.161.153;tag=as670e72d5</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060;tag=f5d48kwf-CC-1021">sip:79409098828@212.25.64.8:5060;tag=f5d48kwf-CC-1021</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:274087066134728e4aa01a5356fde6a8@48.146.161.153:5060">274087066134728e4aa01a5356fde6a8@48.146.161.153:5060</a>.<br>
        CSeq: 102 INVITE.<br>
        Allow:
INVITE,ACK,OPTIONS,BYE,CANCEL,REGISTER,INFO,PRACK,SUBSCRIBE,NOTIFY,UPDATE,MESSAGE,REFER.<br>
        Session-Expires: 1800;refresher=uac.<br>
        Require: timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060;transport=udp">sip:79409098828@212.25.64.8:5060;transport=udp</a>.<br>
        Content-Length: 288.<br>
        Content-Type: application/sdp.<br>
        .<br>
        v=0.<br>
        o=HuaweiSoftX3000 36222850 36222851 IN IP4 212.25.64.8.<br>
        s=Sip Call.<br>
        c=IN IP4 212.25.64.8.<br>
        t=0 0.<br>
        m=audio 10052 RTP/AVP 8 18 0 101.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:101 telephone-event/8000.<br>
        a=ptime:20.<br>
        a=fmtp:101 0-15.<br>
        a=fmtp:18 annexb=no.<br>
        .............1_.<br>
        U 2020/08/11 00:05:51.987695 212.25.64.8:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/151"
        moz-do-not-send="true">#151</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">ACK
        <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.153:5060">sip:79409098828@48.146.161.153:5060</a> SIP/2.0.<br>
        Via: SIP/2.0/UDP
        212.25.64.8:5060;branch=z9hG4bKs6oh5g207gbfihgcs6g0.1.<br>
        Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021">sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4">sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4</a>.<br>
        CSeq: 1 ACK.<br>
        Max-Forwards: 69.<br>
        Content-Length: 0.<br>
        Route: <a class="moz-txt-link-freetext" href="sip:48.146.161.152;lr">sip:48.146.161.152;lr</a>.<br>
        .<br>
        ..........1_...:<br>
        U 2020/08/11 00:05:51.988125 48.146.161.152:5060 ->
        48.146.161.153:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/152"
        moz-do-not-send="true">#152</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">ACK
        <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.153:5060">sip:79409098828@48.146.161.153:5060</a> SIP/2.0.<br>
        Via: SIP/2.0/UDP
        48.146.161.152;branch=z9hG4bKfbce.1f078d36629b5ee0771933dbd92008e5.0.<br>
        Via: SIP/2.0/UDP
        212.25.64.8:5060;branch=z9hG4bKs6oh5g207gbfihgcs6g0.1.<br>
        Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021">sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4">sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4</a>.<br>
        CSeq: 1 ACK.<br>
        Max-Forwards: 68.<br>
        Content-Length: 0.<br>
        .<br>
        ................<br>
        U 2020/08/11 00:05:52.397845 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/157"
        moz-do-not-send="true">#157</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        ..........1_2...<br>
        U 2020/08/11 00:05:52.398105 48.146.161.152:5060 ->
        89.210.243.1:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/158"
        moz-do-not-send="true">#158</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        .........1_A....<br>
        U 2020/08/11 00:05:52.403706 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/159"
        moz-do-not-send="true">#159</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">ACK
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a> SIP/2.0.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 ACK.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Max-Forwards: 70.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        User-Agent: Qirpack/v4.88 (gw_sip).<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-173F80F1-114A19A.<br>
        Content-Length: 0.<br>
        .<br>
        ................<br>
        U 2020/08/11 00:05:53.397379 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/168"
        moz-do-not-send="true">#168</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        ..........1_....<br>
        U 2020/08/11 00:05:53.397668 48.146.161.152:5060 ->
        89.210.243.1:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/169"
        moz-do-not-send="true">#169</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        .........1_.#...<br>
        U 2020/08/11 00:05:53.403448 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/170"
        moz-do-not-send="true">#170</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">ACK
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a> SIP/2.0.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 ACK.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Max-Forwards: 70.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        User-Agent: Qirpack/v4.88 (gw_sip).<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-173F80F1-114A19A.<br>
        Content-Length: 0.<br>
        .<br>
        ................<br>
        U 2020/08/11 00:05:54.201755 212.25.64.8:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/177"
        moz-do-not-send="true">#177</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">BYE
        <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.153:5060">sip:79409098828@48.146.161.153:5060</a> SIP/2.0.<br>
        Via: SIP/2.0/UDP
        212.25.64.8:5060;branch=z9hG4bKs6oh5g207gbfihgcs6g0cd0000010.1.<br>
        Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021">sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4">sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4</a>.<br>
        CSeq: 2 BYE.<br>
        Reason: Q.850;cause=16;text="normal call clearing".<br>
        Max-Forwards: 69.<br>
        Content-Length: 0.<br>
        Route: <a class="moz-txt-link-freetext" href="sip:48.146.161.152;lr">sip:48.146.161.152;lr</a>.<br>
        .<br>
        .d...........1_.<br>
        U 2020/08/11 00:05:54.202256 48.146.161.152:5060 ->
        48.146.161.153:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/178"
        moz-do-not-send="true">#178</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">BYE
        <a class="moz-txt-link-freetext" href="sip:79409098828@48.146.161.153:5060">sip:79409098828@48.146.161.153:5060</a> SIP/2.0.<br>
        Via: SIP/2.0/UDP
        48.146.161.152;branch=z9hG4bKcbce.1e200d33771522a7baea07b052e62613.0.<br>
        Via: SIP/2.0/UDP
        212.25.64.8:5060;branch=z9hG4bKs6oh5g207gbfihgcs6g0cd0000010.1.<br>
        Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021">sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4">sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4</a>.<br>
        CSeq: 2 BYE.<br>
        Reason: Q.850;cause=16;text="normal call clearing".<br>
        Max-Forwards: 68.<br>
        Content-Length: 0.<br>
        .<br>
        ......1_....m...<br>
        U 2020/08/11 00:05:54.203015 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/179"
        moz-do-not-send="true">#179</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bKcbce.1e200d33771522a7baea07b052e62613.0;received=48.146.161.152;rport=5060.<br>
        Via: SIP/2.0/UDP
        212.25.64.8:5060;branch=z9hG4bKs6oh5g207gbfihgcs6g0cd0000010.1.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021">sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4">sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4</a>.<br>
        Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
        CSeq: 2 BYE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Content-Length: 0.<br>
        .<br>
        .............1_.<br>
        U 2020/08/11 00:05:54.203229 48.146.161.152:5060 ->
        212.25.64.8:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/180"
        moz-do-not-send="true">#180</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
        212.25.64.8:5060;branch=z9hG4bKs6oh5g207gbfihgcs6g0cd0000010.1.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021">sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4">sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4</a>.<br>
        Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
        CSeq: 2 BYE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Content-Length: 0.<br>
        .<br>
        ................<br>
        U 2020/08/11 00:05:55.397519 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/189"
        moz-do-not-send="true">#189</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        RE.G......1_....<br>
        U 2020/08/11 00:05:55.397793 48.146.161.152:5060 ->
        89.210.243.1:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/190"
        moz-do-not-send="true">#190</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        .;.......1_.....<br>
        U 2020/08/11 00:05:55.403541 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/191"
        moz-do-not-send="true">#191</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">ACK
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a> SIP/2.0.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 ACK.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Max-Forwards: 70.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        User-Agent: Qirpack/v4.88 (gw_sip).<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-173F80F1-114A19A.<br>
        Content-Length: 0.<br>
        .<br>
        .....m.JXH._.`.5<br>
        I 2020/08/11 00:05:58.447029 37.148.171.161 -> 48.146.161.152
        3:1 </span><a style=" font-family:'times new roman'; font-size:
        10pt;" href="https://github.com/kamailio/kamailio/pull/198"
        moz-do-not-send="true">#198</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">....E....w..?...%....DB.......)0OPTIONS
        <a class="moz-txt-link-freetext" href="sip:193.68.66.131">sip:193.68.66.131</a> SIP/2.0.<br>
        Via: SIP/2.0/UDP
        48.146.161.152;branch=z9hG4bK137c.07826ed187328c4cea4207d10acdeae3.0.<br>
        Via: SIP/2.0/UDP 37.148.171.164:5060;branch=z9hG4bK13044a4f.<br>
        Max-Forwards: 69.<br>
        From: "asterisk" <a class="moz-txt-link-freetext" href="sip:asterisk@37.148.171.164;tag=as4239ef1a">sip:asterisk@37.148.171.164;tag=as4239ef1a</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:193.68.66.131">sip:193.68.66.131</a>.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:asterisk@37.148.171.164:5060">sip:asterisk@37.148.171.164:5060</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:5acd62973c560c4c7544f5c67e551e86@37.148.171.164:5060">5acd62973c560c4c7544f5c67e551e86@37.148.171.164:5060</a>.<br>
        CSeq: 102 OPTIONS.<br>
        User-Agent: Asterisk PBX GIT-master-c83a44c.<br>
        Date: Mon, 10 Aug 2020 21:05:37 GMT.<br>
        Allow: INVITE, ACK, CAsip:393817097132<br>
        U 2020/08/11 00:05:59.398803 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/203"
        moz-do-not-send="true">#203</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        nten......1_....<br>
        U 2020/08/11 00:05:59.399150 48.146.161.152:5060 ->
        89.210.243.1:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/204"
        moz-do-not-send="true">#204</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        .........1_.."..<br>
        U 2020/08/11 00:05:59.404928 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/205"
        moz-do-not-send="true">#205</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">ACK
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a> SIP/2.0.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 ACK.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Max-Forwards: 70.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        User-Agent: Qirpack/v4.88 (gw_sip).<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-173F80F1-114A19A.<br>
        Content-Length: 0.<br>
        .<br>
        ................<br>
        U 2020/08/11 00:06:03.398077 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/214"
        moz-do-not-send="true">#214</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        .70.......1_8T..<br>
        U 2020/08/11 00:06:03.398349 48.146.161.152:5060 ->
        89.210.243.1:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/215"
        moz-do-not-send="true">#215</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        ..%......1_.....<br>
        U 2020/08/11 00:06:03.404194 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/216"
        moz-do-not-send="true">#216</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">ACK
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a> SIP/2.0.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 ACK.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Max-Forwards: 70.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        User-Agent: Qirpack/v4.88 (gw_sip).<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-173F80F1-114A19A.<br>
        Content-Length: 0.<br>
        .<br>
        .pBk.^.<.[..P..w<br>
        U 2020/08/11 00:06:07.398394 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/230"
        moz-do-not-send="true">#230</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        ster......1_....<br>
        U 2020/08/11 00:06:07.398701 48.146.161.152:5060 ->
        89.210.243.1:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/231"
        moz-do-not-send="true">#231</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        .........1_.....<br>
        U 2020/08/11 00:06:07.404413 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/232"
        moz-do-not-send="true">#232</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">ACK
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a> SIP/2.0.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 ACK.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Max-Forwards: 70.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        User-Agent: Qirpack/v4.88 (gw_sip).<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-173F80F1-114A19A.<br>
        Content-Length: 0.<br>
        .<br>
        ................<br>
        U 2020/08/11 00:06:11.397466 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/249"
        moz-do-not-send="true">#249</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        ster......1_n...<br>
        U 2020/08/11 00:06:11.397713 48.146.161.152:5060 ->
        89.210.243.1:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/250"
        moz-do-not-send="true">#250</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        .........1_j....<br>
        U 2020/08/11 00:06:11.403609 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/251"
        moz-do-not-send="true">#251</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">ACK
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a> SIP/2.0.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 ACK.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Max-Forwards: 70.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        User-Agent: Qirpack/v4.88 (gw_sip).<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-173F80F1-114A19A.<br>
        Content-Length: 0.<br>
        .<br>
        gth......1_....b<br>
        U 2020/08/11 00:06:15.398243 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/266"
        moz-do-not-send="true">#266</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        $..;......1_....<br>
        U 2020/08/11 00:06:15.398528 48.146.161.152:5060 ->
        89.210.243.1:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/267"
        moz-do-not-send="true">#267</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        t........1_.....<br>
        U 2020/08/11 00:06:15.404350 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/268"
        moz-do-not-send="true">#268</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">ACK
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a> SIP/2.0.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 ACK.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Max-Forwards: 70.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        User-Agent: Qirpack/v4.88 (gw_sip).<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-173F80F1-114A19A.<br>
        Content-Length: 0.<br>
        .<br>
        .zD8...#:g..!..<br>
        U 2020/08/11 00:06:19.397384 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/293"
        moz-do-not-send="true">#293</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        L, O......1_lc..<br>
        U 2020/08/11 00:06:19.397632 48.146.161.152:5060 ->
        89.210.243.1:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/294"
        moz-do-not-send="true">#294</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        .........1_.....<br>
        U 2020/08/11 00:06:19.403487 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/295"
        moz-do-not-send="true">#295</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">ACK
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a> SIP/2.0.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 ACK.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Max-Forwards: 70.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        User-Agent: Qirpack/v4.88 (gw_sip).<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-173F80F1-114A19A.<br>
        Content-Length: 0.<br>
        .<br>
        ................<br>
        U 2020/08/11 00:06:23.398710 48.146.161.153:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/313"
        moz-do-not-send="true">#313</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        ._|r......1_f=..<br>
        U 2020/08/11 00:06:23.398998 48.146.161.152:5060 ->
        89.210.243.1:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/pull/314"
        moz-do-not-send="true">#314</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0
        200 OK.<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 INVITE.<br>
        Server: Asterisk PBX 16.1.1.<br>
        Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE,
        NOTIFY, INFO, PUBLISH, MESSAGE.<br>
        Supported: replaces, timer.<br>
        Contact: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a>.<br>
        Content-Type: application/sdp.<br>
        Content-Length: 270.<br>
        .<br>
        v=0.<br>
        o=root 1995384227 1995384228 IN IP4 48.146.161.153.<br>
        s=Asterisk PBX 16.1.1.<br>
        c=IN IP4 48.146.161.153.<br>
        t=0 0.<br>
        m=audio 18584 RTP/AVP 0 8 18.<br>
        a=rtpmap:0 PCMU/8000.<br>
        a=rtpmap:8 PCMA/8000.<br>
        a=rtpmap:18 G729/8000.<br>
        a=fmtp:18 annexb=no.<br>
        a=ptime:20.<br>
        a=maxptime:150.<br>
        a=sendrecv.<br>
        rQ.......1_.....<br>
        U 2020/08/11 00:06:23.404721 89.210.243.1:5060 ->
        48.146.161.152:5060 </span><a style=" font-family:'times new
        roman'; font-size: 10pt;"
        href="https://github.com/kamailio/kamailio/issues/315"
        moz-do-not-send="true">#315</a><br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">ACK
        <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153:5060">sip:393817097132@48.146.161.153:5060</a> SIP/2.0.<br>
        Call-ID: <a class="moz-txt-link-abbreviated" href="mailto:4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060">4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060</a>.<br>
        CSeq: 12375830 ACK.<br>
        From:
        <a class="moz-txt-link-freetext" href="sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03">sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03</a>.<br>
        Max-Forwards: 70.<br>
        To: <a class="moz-txt-link-freetext" href="sip:393817097132@48.146.161.153;tag=as73e66fe7">sip:393817097132@48.146.161.153;tag=as73e66fe7</a>.<br>
        User-Agent: Qirpack/v4.88 (gw_sip).<br>
        Via: SIP/2.0/UDP
        89.210.243.1:5060;branch=z9hG4bK-173F80F1-114A19A.<br>
        Content-Length: 0.<br>
        .<br>
      </span><a style=" font-family:'times new roman'; font-size: 10pt;"
        href="...@...X.3.....W" moz-do-not-send="true">...@...X.3.....W</a><br>
      <br>
      <br>
      <span style=" font-family:'times new roman'; font-size: 10pt;">BR,<br>
        Alex
      </span><br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Kamailio (SER) - Users Mailing List
<a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.kamailio.org">sr-users@lists.kamailio.org</a>
<a class="moz-txt-link-freetext" href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla -- <a class="moz-txt-link-abbreviated" href="http://www.asipto.com">www.asipto.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.twitter.com/miconda">www.twitter.com/miconda</a> -- <a class="moz-txt-link-abbreviated" href="http://www.linkedin.com/in/miconda">www.linkedin.com/in/miconda</a>
Funding: <a class="moz-txt-link-freetext" href="https://www.paypal.me/dcmierla">https://www.paypal.me/dcmierla</a></pre>
  </body>
</html>