<div dir="ltr"><div dir="ltr"><div>Hello,</div><div><br></div><div>I am new to opensips. I went through proxy tutorials and now I am trying to configure opensips in b2bua mode. I am using 3 dockers (UAS, UAC and opensips).</div><div><br></div><div>I have problems with BYE message sent by UAC. Opensips is not able to match it to whole dialog (this is my interpretation) and returns 500 internal error (due to t_relay call, but without it there is no response at all).</div><div><br></div><div>What am I missing from my config ? </div><div>Thanks for any hint....</div><div><br></div><div># UAS at <a href="http://172.18.0.4">172.18.0.4</a>:</div><div>$ sipp --t tn -sn uas</div><div><br></div><div># UAC at 172.18.0.3</div><div>$ sipp -t tn -rsa 172.18.0.2 -sn uac -r 1 172.18.0.4</div><div><br></div><div># opensips 2.4.4 (x86_64/linux) at 172.18.0.2 </div><div><br></div><div>////////opensips.cfg////////////</div><div>####### Modules Section ########</div><div>#set module path</div><div>mpath="/usr/lib/x86_64-linux-gnu/opensips/modules/"</div><div>#### StateLess module</div><div>loadmodule "sl.so"</div><div>#### Transaction Module</div><div>loadmodule "tm.so"</div><div>modparam("tm", "fr_timeout", 5)</div><div>modparam("tm", "fr_inv_timeout", 30)</div><div>modparam("tm", "restart_fr_on_each_reply", 0)</div><div>modparam("tm", "onreply_avp_mode", 1)</div><div>#### Record Route Module</div><div>loadmodule "rr.so"</div><div>modparam("rr", "append_fromtag", 0)</div><div>#### SIP MSG OPerationS module</div><div>loadmodule "sipmsgops.so"</div><div>#### FIFO Management Interface</div><div>loadmodule "mi_fifo.so"</div><div>modparam("mi_fifo", "fifo_name", "/tmp/opensips_fifo")</div><div>modparam("mi_fifo", "fifo_mode", 0666)</div><div>#### TCP protocol</div><div>loadmodule "proto_tcp.so"</div><div>loadmodule "topology_hiding.so"</div><div>loadmodule "b2b_entities.so"</div><div>loadmodule "b2b_logic.so"</div><div><br></div><div>modparam("tm", "pass_provisional_replies", 1)</div><div>####### Routing Logic ########</div><div>route{</div><div>        route(relay);</div><div>}</div><div>route[b2b_request] {</div><div>  xlog("B2B request - callid: $ci time [$Tf] method ($rm) r-uri ($ru) 2nd via ($hdr(via[1]))\n");</div><div><br></div><div>}</div><div>route[b2b_reply] {</div><div>  xlog("B2B reply - callid %ci time [$Tf] method ($rm) r-uri ($ru) 2nd via ($hdr(via[1]))\n");</div><div><br></div><div>}</div><div>route[relay] {</div><div>        if (is_method("INVITE") && !($si=="172.18.0.2" && $sp==5060))</div><div>        {</div><div>                xlog("B2B init - callid $ci time [$Tf] method ($rm) r-uri ($ru) 2nd via ($hdr(via[1]))\n");</div><div>                b2b_init_request("top hiding");</div><div>                exit;</div><div>        }</div><div><br></div><div>        xlog("t_relay - callid $ci time [$Tf] method ($rm) r-uri ($ru) 2nd via ($hdr(via[1]))\n");</div><div>        if (!t_relay())</div><div>        {</div><div>                sl_reply_error();</div><div>        };</div><div>        exit;</div><div>}</div><div>////////////////////////////////</div><div><br></div><div>//////NGREP/////////////////////</div><div>T <a href="http://172.18.0.3:60750">172.18.0.3:60750</a> -> <a href="http://172.18.0.2:5060">172.18.0.2:5060</a> [AP]</div><div>INVITE <a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a> SIP/2.0.</div><div>Via: SIP/2.0/TCP 172.18.0.3:5060;branch=z9hG4bK-382-1-0.</div><div>From: sipp <<a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>>;tag=382SIPpTag001.</div><div>To: sut <<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>>.</div><div>Call-ID: <a href="mailto:1-382@172.18.0.3">1-382@172.18.0.3</a>.</div><div>CSeq: 1 INVITE.</div><div>Contact: <a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>.</div><div>Max-Forwards: 70.</div><div>Subject: Performance Test.</div><div>Content-Type: application/sdp.</div><div>Content-Length:   131.</div><div>.</div><div>v=0.</div><div>o=user1 53655765 2353687637 IN IP4 172.18.0.3.</div><div>s=-.</div><div>c=IN IP4 172.18.0.3.</div><div>t=0 0.</div><div>m=audio 6000 RTP/AVP 0.</div><div>a=rtpmap:0 PCMU/8000.</div><div><br></div><div><br></div><div>T <a href="http://172.18.0.2:5060">172.18.0.2:5060</a> -> <a href="http://172.18.0.3:60750">172.18.0.3:60750</a> [AP]</div><div>SIP/2.0 100 Giving a try.</div><div>Via: SIP/2.0/TCP 172.18.0.3:5060;branch=z9hG4bK-382-1-0.</div><div>From: sipp <<a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>>;tag=382SIPpTag001.</div><div>To: sut <<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>>.</div><div>Call-ID: <a href="mailto:1-382@172.18.0.3">1-382@172.18.0.3</a>.</div><div>CSeq: 1 INVITE.</div><div>Server: OpenSIPS (2.4.4 (x86_64/linux)).</div><div>Content-Length: 0.</div><div>.</div><div><br></div><div><br></div><div>T <a href="http://172.18.0.2:43989">172.18.0.2:43989</a> -> <a href="http://172.18.0.4:5060">172.18.0.4:5060</a> [AP]</div><div>INVITE <a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a> SIP/2.0.</div><div>Via: SIP/2.0/TCP 172.18.0.2:5060;branch=z9hG4bK0c85.96049b37.0.</div><div>To: <a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>.</div><div>From: sipp <<a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>>;tag=42494589cc6520b7535401b81466113d.</div><div>CSeq: 2 INVITE.</div><div>Call-ID: B2B.95.8135310.1549535500.</div><div>Max-Forwards: 70.</div><div>Content-Length: 131.</div><div>User-Agent: OpenSIPS (2.4.4 (x86_64/linux)).</div><div>Content-Type: application/sdp.</div><div>Contact: <sip:172.18.0.2:5060;transport=tcp>.</div><div>.</div><div>v=0.</div><div>o=user1 53655765 2353687637 IN IP4 172.18.0.3.</div><div>s=-.</div><div>c=IN IP4 172.18.0.3.</div><div>t=0 0.</div><div>m=audio 6000 RTP/AVP 0.</div><div>a=rtpmap:0 PCMU/8000.</div><div><br></div><div><br></div><div>T <a href="http://172.18.0.4:5060">172.18.0.4:5060</a> -> <a href="http://172.18.0.2:43989">172.18.0.2:43989</a> [AP]</div><div>SIP/2.0 180 Ringing.</div><div>Via: SIP/2.0/TCP 172.18.0.2:5060;branch=z9hG4bK0c85.96049b37.0.</div><div>From: sipp <<a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>>;tag=42494589cc6520b7535401b81466113d.</div><div>To: sip:service@172.18.0.4:5060;tag=370SIPpTag0130.</div><div>Call-ID: B2B.95.8135310.1549535500.</div><div>CSeq: 2 INVITE.</div><div>Contact: <sip:172.18.0.4:5060;transport=TCP>.</div><div>Content-Length: 0.</div><div>.</div><div>T <a href="http://172.18.0.4:5060">172.18.0.4:5060</a> -> <a href="http://172.18.0.2:43989">172.18.0.2:43989</a> [AP]</div><div>SIP/2.0 200 OK.</div><div>Via: SIP/2.0/TCP 172.18.0.2:5060;branch=z9hG4bK0c85.96049b37.0.</div><div>From: sipp <<a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>>;tag=42494589cc6520b7535401b81466113d.</div><div>To: sip:service@172.18.0.4:5060;tag=370SIPpTag0130.</div><div>Call-ID: B2B.95.8135310.1549535500.</div><div>CSeq: 2 INVITE.</div><div>Contact: <sip:172.18.0.4:5060;transport=TCP>.</div><div>Content-Type: application/sdp.</div><div>Content-Length:   131.</div><div>.</div><div>v=0.</div><div>o=user1 53655765 2353687637 IN IP4 172.18.0.4.</div><div>s=-.</div><div>c=IN IP4 172.18.0.4.</div><div>t=0 0.</div><div>m=audio 6000 RTP/AVP 0.</div><div>a=rtpmap:0 PCMU/8000.</div><div><br></div><div><br></div><div>T <a href="http://172.18.0.2:5060">172.18.0.2:5060</a> -> <a href="http://172.18.0.3:60750">172.18.0.3:60750</a> [AP]</div><div>SIP/2.0 180 Ringing.</div><div>Via: SIP/2.0/TCP 172.18.0.3:5060;branch=z9hG4bK-382-1-0.</div><div>From: sipp <<a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>>;tag=382SIPpTag001.</div><div>To: sut <<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>>;tag=B2B.407.108.1549535500.</div><div>Call-ID: <a href="mailto:1-382@172.18.0.3">1-382@172.18.0.3</a>.</div><div>CSeq: 1 INVITE.</div><div>Contact: <sip:172.18.0.2:5060;transport=tcp>.</div><div>Server: OpenSIPS (2.4.4 (x86_64/linux)).</div><div>Content-Length: 0.</div><div>.</div><div><br></div><div><br></div><div>T <a href="http://172.18.0.2:5060">172.18.0.2:5060</a> -> <a href="http://172.18.0.3:60750">172.18.0.3:60750</a> [AP]</div><div>SIP/2.0 200 OK.</div><div>Via: SIP/2.0/TCP 172.18.0.3:5060;branch=z9hG4bK-382-1-0.</div><div>From: sipp <<a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>>;tag=382SIPpTag001.</div><div>To: sut <<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>>;tag=B2B.407.108.1549535500.</div><div>Call-ID: <a href="mailto:1-382@172.18.0.3">1-382@172.18.0.3</a>.</div><div>CSeq: 1 INVITE.</div><div>Content-Type: application/sdp.</div><div>Contact: <sip:172.18.0.2:5060;transport=tcp>.</div><div>Server: OpenSIPS (2.4.4 (x86_64/linux)).</div><div>Content-Length: 131.</div><div>.</div><div>v=0.</div><div>o=user1 53655765 2353687637 IN IP4 172.18.0.4.</div><div>s=-.</div><div>c=IN IP4 172.18.0.4.</div><div>t=0 0.</div><div>m=audio 6000 RTP/AVP 0.</div><div>a=rtpmap:0 PCMU/8000.</div><div><br></div><div><br></div><div>T <a href="http://172.18.0.3:60750">172.18.0.3:60750</a> -> <a href="http://172.18.0.2:5060">172.18.0.2:5060</a> [AP]</div><div>ACK <a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a> SIP/2.0.</div><div>Via: SIP/2.0/TCP 172.18.0.3:5060;branch=z9hG4bK-382-1-5.</div><div>From: sipp <<a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>>;tag=382SIPpTag001.</div><div>To: sut <<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>>;tag=B2B.407.108.1549535500.</div><div>Call-ID: <a href="mailto:1-382@172.18.0.3">1-382@172.18.0.3</a>.</div><div>CSeq: 1 ACK.</div><div>Contact: <a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>.</div><div>Max-Forwards: 70.</div><div>Subject: Performance Test.</div><div>Content-Length: 0.</div><div>.</div><div><br></div><div><br></div><div>T <a href="http://172.18.0.2:43989">172.18.0.2:43989</a> -> <a href="http://172.18.0.4:5060">172.18.0.4:5060</a> [AP]</div><div>ACK sip:172.18.0.4:5060;transport=TCP SIP/2.0.</div><div>Via: SIP/2.0/TCP 172.18.0.2:5060;branch=z9hG4bK0c85.a6049b37.0.</div><div>To: <<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>>;tag=370SIPpTag0130.</div><div>From: sipp <<a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>>;tag=42494589cc6520b7535401b81466113d.</div><div>CSeq: 2 ACK.</div><div>Call-ID: B2B.95.8135310.1549535500.</div><div>Max-Forwards: 70.</div><div>Content-Length: 0.</div><div>User-Agent: OpenSIPS (2.4.4 (x86_64/linux)).</div><div>Contact: <sip:172.18.0.2:5060;transport=tcp>.</div><div>.</div><div>T <a href="http://172.18.0.3:60750">172.18.0.3:60750</a> -> <a href="http://172.18.0.2:5060">172.18.0.2:5060</a> [AP]</div><div>BYE <a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a> SIP/2.0.</div><div>Via: SIP/2.0/TCP 172.18.0.3:5060;branch=z9hG4bK-382-1-7.</div><div>From: sipp <<a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>>;tag=382SIPpTag001.</div><div>To: sut <<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>>;tag=B2B.407.108.1549535500.</div><div>Call-ID: <a href="mailto:1-382@172.18.0.3">1-382@172.18.0.3</a>.</div><div>CSeq: 2 BYE.</div><div>Contact: <a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>.</div><div>Max-Forwards: 70.</div><div>Subject: Performance Test.</div><div>Content-Length: 0.</div><div>.</div><div><br></div><div><br></div><div>T <a href="http://172.18.0.2:5060">172.18.0.2:5060</a> -> <a href="http://172.18.0.3:60750">172.18.0.3:60750</a> [AP]</div><div>SIP/2.0 500 Server error occurred (7/TM).</div><div>Via: SIP/2.0/TCP 172.18.0.3:5060;branch=z9hG4bK-382-1-7.</div><div>From: sipp <<a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>>;tag=382SIPpTag001.</div><div>To: sut <<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>>;tag=B2B.407.108.1549535500.</div><div>Call-ID: <a href="mailto:1-382@172.18.0.3">1-382@172.18.0.3</a>.</div><div>CSeq: 2 BYE.</div><div>Server: OpenSIPS (2.4.4 (x86_64/linux)).</div><div>Content-Length: 0.</div><div>.</div><div><br></div><div><br></div><div>///////////////////////////////////</div><div><br></div><div>////////////opensips.log///////////</div><div>=> DBG:core:parse_msg: SIP Request:</div><div>=> DBG:core:parse_msg:  method:  <ACK></div><div>=> DBG:core:parse_msg:  uri:     <<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>></div><div>=> DBG:core:parse_msg:  version: <SIP/2.0></div><div>=> DBG:core:parse_headers: flags=2</div><div>=> DBG:core:parse_via_param: found param type 232, <branch> = <z9hG4bK-382-1-5>; state=16</div><div>=> DBG:core:parse_via: end of header reached, state=5</div><div>=> DBG:core:parse_headers: via found, flags=2</div><div>=> DBG:core:parse_headers: this is the first via</div><div>=> DBG:core:receive_msg: After parse_msg...</div><div>=> DBG:core:receive_msg: preparing to run routing scripts...</div><div>=> DBG:sl:sl_filter_ACK: too late to be a local ACK!</div><div>=> DBG:core:parse_headers: flags=ffffffffffffffff</div><div>=> DBG:core:parse_to_param: tag=B2B.407.108.1549535500</div><div>=> DBG:core:_parse_to: end of header reached, state=29</div><div>=> DBG:core:_parse_to: display={sut}, ruri={<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>}</div><div>=> DBG:core:get_hdr_field: <To> [62]; uri=[<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>]</div><div>=> DBG:core:get_hdr_field: to body [sut <<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>>]</div><div>=> DBG:core:get_hdr_field: cseq <CSeq>: <1> <ACK></div><div>=> DBG:core:get_hdr_field: content_length=0</div><div>=> DBG:core:get_hdr_field: found end of header</div><div>=> DBG:b2b_entities:b2b_prescript_f: start - method = ACK</div><div>=> DBG:core:parse_to_param: tag=382SIPpTag001</div><div>=> DBG:core:_parse_to: end of header reached, state=29</div><div>=> DBG:core:_parse_to: display={sipp}, ruri={<a href="http://sip:sipp@172.18.0.3:5060">sip:sipp@172.18.0.3:5060</a>}</div><div>=> DBG:b2b_entities:b2b_parse_key: hash_index = [407]  - local_index= [108]</div><div>=> DBG:b2b_entities:b2b_prescript_f: Received a b2b server request [ACK]</div><div>=> DBG:b2b_entities:b2b_search_htable_next_dlg: entering with start=(nil), table=0x7fdc845a2110, hash=407, label=108</div><div>=> DBG:b2b_entities:b2b_search_htable_next_dlg: searching  callid 16[<a href="mailto:1-382@172.18.0.3">1-382@172.18.0.3</a>]</div><div>=> DBG:b2b_entities:b2b_search_htable_next_dlg: searching   totag 22[B2B.407.108.1549535500]</div><div>=> DBG:b2b_entities:b2b_search_htable_next_dlg: searching fromtag 13[382SIPpTag001]</div><div>=> DBG:b2b_entities:b2b_search_htable_next_dlg: Match for server dlg [0x7fdc845bea48] dlg->uas_tran=[(nil)]</div><div>=> DBG:b2b_entities:b2b_prescript_f: Received request method[ACK] for dialog[0x7fdc845bea48]</div><div>=> DBG:tm:t_newtran: transaction on entrance=0xffffffffffffffff</div><div>=> DBG:core:parse_headers: flags=ffffffffffffffff</div><div>=> DBG:core:parse_headers: flags=78</div><div>=> DBG:tm:t_lookup_request: start searching: hash=47941, isACK=1</div><div>=> DBG:core:parse_headers: flags=38</div><div>=> DBG:tm:t_lookup_request: REF_UNSAFE:[0x7fdc845bec78] after is 1</div><div>=> DBG:tm:t_lookup_request: e2e proxy ACK found</div><div>=> DBG:tm:cleanup_uac_timers: RETR/FR timers reset</div><div>=> DBG:tm:insert_timer_unsafe: [2]: 0x7fdc845becf8 (51)</div><div>=> DBG:tm:t_unref_cell: UNREF_UNSAFE: [0x7fdc845bec78] after is 0</div><div>=> DBG:b2b_logic:b2bl_parse_key: hash_index = [95]  - local_index= [0]</div><div>=> DBG:core:parse_headers: flags=ffffffffffffffff</div><div>=> DBG:core:parse_headers: flags=ffffffffffffffff</div><div>=> DBG:b2b_logic:b2b_logic_notify: b2b_entities notification cb for [95.0] with entity [B2B.407.108.1549535500]</div><div>=> DBG:b2b_logic:b2bl_search_entity: Key [B2B.407.108.1549535500]</div><div>=> DBG:b2b_logic:b2b_logic_notify_request: b2b_entity key = B2B.407.108.1549535500</div><div>=> DBG:b2b_logic:b2b_logic_notify_request: request received for tuple[0x7fdc845be810]->[95.0]</div><div>=> DBG:b2b_logic:b2b_logic_notify_request: Send request [ACK] to peer [B2B.95.8135310.1549535500]</div><div>=> DBG:b2b_entities:b2b_parse_key: hash_index = [95]  - local_index= [8135310]</div><div>=> DBG:b2b_entities:b2b_search_htable_next_dlg: entering with start=(nil), table=0x7fdc845a4128, hash=95, label=8135310</div><div>=> DBG:b2b_entities:b2b_search_htable_next_dlg: searching  callid 25[B2B.95.8135310.1549535500]</div><div>=> DBG:b2b_entities:b2b_search_htable_next_dlg: searching   totag 32[42494589cc6520b7535401b81466113d]</div><div>=> DBG:b2b_entities:b2b_search_htable_next_dlg: searching fromtag 14[370SIPpTag0130]</div><div>=> DBG:b2b_entities:b2b_send_request: Send request [ACK] for entity type [1] for dlg[0x7fdc845c43c0]->[B2B.95.8135310.1549535500]</div><div>=> DBG:b2b_entities:b2b_client_build_dlg: Rem_target = sip:172.18.0.4:5060;transport=TCP</div><div>=> DBG:b2b_entities:b2b_client_build_dlg: send sock= 172.18.0.2</div><div>=> DBG:tm:t_uac: next_hop=<sip:172.18.0.4:5060;transport=TCP></div><div>=> DBG:core:mk_proxy: doing DNS lookup...</div><div>=> DBG:tm:t_uac: sending socket is 172.18.0.2</div><div>=> DBG:tm:dlg2hash: 22720</div><div>=> DBG:tm:print_request_uri: sip:172.18.0.4:5060;transport=TCP</div><div>=> DBG:core:tcp_conn_get: con found in state 0</div><div>=> DBG:core:tcp_conn_get: tcp connection found (0x7fdc845c3f68), acquiring fd</div><div>=> DBG:core:tcp_conn_get: c= 0x7fdc845c3f68, n=16, Usock=42</div><div>=> DBG:core:handle_worker: read response= 7fdc845c3f68, 1, fd -1 from 4 (1827)</div><div>=> DBG:core:tcp_conn_get: after receive_fd: c= 0x7fdc845c3f68 n=8 fd=43</div><div>=> DBG:core:proto_tcp_send: sending via fd 43...</div><div>=> DBG:core:async_tsend_stream: Async successful write from first try on 0x7fdc845c3f68</div><div>=> DBG:core:proto_tcp_send: after write: c= 0x7fdc845c3f68 n/len=420/420 fd=43</div><div>=> DBG:tm:cleanup_uac_timers: RETR/FR timers reset</div><div>=> DBG:tm:insert_timer_unsafe: [2]: 0x7fdc845c48a0 (51)</div><div>=> DBG:core:destroy_avp_list: destroying list (nil)</div><div>=> DBG:core:receive_msg: cleaning up</div><div>=> DBG:core:tcp_read_req: tcp_read_req end</div><div>=> DBG:core:tcp_read_req: Using the global ( per process ) buff</div><div>=> DBG:core:tcp_handle_req: content-length= 0</div><div>=> DBG:core:tcp_handle_req: Nothing more to read on TCP conn 0x7fdc845be558, currently in state 0</div><div>=> DBG:core:parse_msg: SIP Request:</div><div>=> DBG:core:parse_msg:  method:  <BYE></div><div>=> DBG:core:parse_msg:  uri:     <<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>></div><div>=> DBG:core:parse_msg:  version: <SIP/2.0></div><div>=> DBG:core:parse_headers: flags=2</div><div>=> DBG:core:parse_via_param: found param type 232, <branch> = <z9hG4bK-382-1-7>; state=16</div><div>=> DBG:core:parse_via: end of header reached, state=5</div><div>=> DBG:core:parse_headers: via found, flags=2</div><div>=> DBG:core:parse_headers: this is the first via</div><div>=> DBG:core:receive_msg: After parse_msg...</div><div>=> DBG:core:receive_msg: preparing to run routing scripts...</div><div>=> DBG:core:parse_headers: flags=ffffffffffffffff</div><div>=> DBG:core:parse_to_param: tag=B2B.407.108.1549535500</div><div>=> DBG:core:_parse_to: end of header reached, state=29</div><div>=> DBG:core:_parse_to: display={sut}, ruri={<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>}</div><div>=> DBG:core:get_hdr_field: <To> [62]; uri=[<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>]</div><div>=> DBG:core:get_hdr_field: to body [sut <<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>>]</div><div>=> DBG:core:get_hdr_field: cseq <CSeq>: <2> <BYE></div><div>=> DBG:core:get_hdr_field: content_length=0</div><div>=> DBG:core:get_hdr_field: found end of header</div><div>=> DBG:b2b_entities:b2b_prescript_f: start - method = BYE</div><div>=> DBG:b2b_entities:b2b_prescript_f: <uri> host:port [172.18.0.4][5060]</div><div>=> DBG:core:grep_sock_info: checking if host==us: 10==10 &&  [172.18.0.4] == [172.18.0.2]</div><div>=> DBG:core:grep_sock_info: checking if port 5060 matches port 5060</div><div>=> DBG:core:check_self: host != me</div><div>=> DBG:b2b_entities:b2b_prescript_f: RURI does not point to me</div><div>=> DBG:core:parse_headers: flags=ffffffffffffffff</div><div>=> t_relay - callid <a href="mailto:1-382@172.18.0.3">1-382@172.18.0.3</a> time [Thu Feb  7 10:31:41 2019] method (BYE) r-uri (<a href="http://sip:service@172.18.0.4:5060">sip:service@172.18.0.4:5060</a>) 2nd via (<null>)</div><div>///////////////////////////////////</div><div><br></div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>-- <br></div>Konrad Malewski<br></div></div></div></div>