<p></p>
<p>Hello,</p>
<p>Please help.</p>
<p>I use kamailio 5.2.7 with Asterisk 16.1.1 .</p>
<p>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)</p>
<p>I have one issue with call when I receive re-invite in dialog from Provider.</p>
<p>My Asterisk not receive ACK from kamailio. I see error on log like "ACK no transaction found"</p>
<p>With this I have difference with 30 seconds.<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</p>
<p>I have this WITHINDLG settings:</p>
<p>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>
}</p>
<p>In kamailio logs I see ACK no transaction found:</p>
<p>Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG:  [core/receive.c:246]: receive_msg(): --- received sip message - reply - call-id: [4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060] - 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03<br>
Aug 11 00:06:11 c4-proxy-1 kamailio: To: sip:393817097132@48.146.161.153;tag=as73e66fe7<br>
Aug 11 00:06:11 c4-proxy-1 kamailio: Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060<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: sip:393817097132@48.146.161.153:5060<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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 sip:393817097132@48.146.161.153:5060 SIP/2.0 0D  0A Call-ID: 4a681d8626b801ce1a8185472fda8e86@37.148.1]]<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:     sip:393817097132@48.146.161.153:5060<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=[sip:393817097132@48.146.161.153]<br>
Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG:  [core/parser/msg_parser.c:174]: get_hdr_field(): to body [sip:393817097132@48.146.161.153], 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: [4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060] - 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} siputils [checks.c:123]: has_totag(): totag found<br>
Aug 11 00:06:11 c4-proxy-1 kamailio: 19(1925) DEBUG: {1 12375830 ACK 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060} 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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [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 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060}  [core/receive.c:458]: receive_msg(): cleaning up</p>
<p>PCAP trace<br>
U 2020/08/11 00:05:51.498554 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="58716821" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/96" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/96/hovercard" href="https://github.com/kamailio/kamailio/pull/96">#96</a><br>
INVITE sip:79409098828@212.25.64.8:5060 SIP/2.0.<br>
Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK01203950.<br>
Max-Forwards: 70.<br>
From: sip:393817097132@48.146.161.153;tag=as670e72d5.<br>
To: sip:79409098828@212.25.64.8:5060.<br>
Contact: sip:393817097132@48.146.161.153:5060.<br>
Call-ID: 274087066134728e4aa01a5356fde6a8@48.146.161.153:5060.<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.</p>
<p>U 2020/08/11 00:05:51.499026 48.146.161.152:5060 -> 48.146.161.153:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="58760039" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/97" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/97/hovercard" href="https://github.com/kamailio/kamailio/pull/97">#97</a><br>
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: sip:393817097132@48.146.161.153;tag=as670e72d5.<br>
To: sip:79409098828@212.25.64.8:5060.<br>
Call-ID: 274087066134728e4aa01a5356fde6a8@48.146.161.153:5060.<br>
CSeq: 102 INVITE.<br>
Server: kamailio (5.2.7 (x86_64/linux)).<br>
Content-Length: 0.<br>
.<br>
x.....1_........</p>
<p>U 2020/08/11 00:05:51.499105 48.146.161.152:5060 -> 212.25.64.8:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="58765527" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/98" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/98/hovercard" href="https://github.com/kamailio/kamailio/pull/98">#98</a><br>
INVITE sip:79409098828@212.25.64.8:5060 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: sip:393817097132@48.146.161.153;tag=as670e72d5.<br>
To: sip:79409098828@212.25.64.8:5060.<br>
Contact: sip:393817097132@48.146.161.153:5060.<br>
Call-ID: 274087066134728e4aa01a5356fde6a8@48.146.161.153:5060.<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_.</p>
<p>U 2020/08/11 00:05:51.523721 212.25.64.8:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="58770878" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/99" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/99/hovercard" href="https://github.com/kamailio/kamailio/pull/99">#99</a><br>
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: sip:393817097132@48.146.161.153;tag=as670e72d5.<br>
To: sip:79409098828@212.25.64.8:5060.<br>
Call-ID: 274087066134728e4aa01a5356fde6a8@48.146.161.153:5060.<br>
CSeq: 102 INVITE.<br>
.<br>
................</p>
<p>U 2020/08/11 00:05:51.614735 212.25.64.8:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="59789774" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/104" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/104/hovercard" href="https://github.com/kamailio/kamailio/issues/104">#104</a><br>
INVITE sip:79409098828@48.146.161.152:5060;user=phone SIP/2.0.<br>
Via: SIP/2.0/UDP 212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
From: sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021.<br>
To: sip:79409098828@48.146.161.152:5060;user=phone.<br>
CSeq: 1 INVITE.<br>
P-Asserted-Identity: sip:393817097132@10.96.16.6;user=phone.<br>
Max-Forwards: 66.<br>
Contact: sip:393817097132@212.25.64.8:5060;transport=udp.<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_...$..</p>
<p>U 2020/08/11 00:05:51.615233 48.146.161.152:5060 -> 212.25.64.8:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="59820938" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/105" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/105/hovercard" href="https://github.com/kamailio/kamailio/pull/105">#105</a><br>
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: sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021.<br>
To: sip:79409098828@48.146.161.152:5060;user=phone.<br>
CSeq: 1 INVITE.<br>
Server: kamailio (5.2.7 (x86_64/linux)).<br>
Content-Length: 0.<br>
.<br>
............1_.@</p>
<p>U 2020/08/11 00:05:51.615334 48.146.161.152:5060 -> 48.146.161.153:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="59842308" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/106" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/106/hovercard" href="https://github.com/kamailio/kamailio/pull/106">#106</a><br>
INVITE sip:79409098828@48.146.161.152:5060;user=phone SIP/2.0.<br>
Record-Route: sip:48.146.161.152;lr.<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: sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021.<br>
To: sip:79409098828@48.146.161.152:5060;user=phone.<br>
CSeq: 1 INVITE.<br>
P-Asserted-Identity: sip:393817097132@10.96.16.6;user=phone.<br>
Max-Forwards: 65.<br>
Contact: sip:393817097132@212.25.64.8:5060;transport=udp.<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_*..$</p>
<p>U 2020/08/11 00:05:51.616177 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="60295988" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/107" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/107/hovercard" href="https://github.com/kamailio/kamailio/issues/107">#107</a><br>
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: sip:48.146.161.152;lr.<br>
From: sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021.<br>
To: sip:79409098828@48.146.161.152:5060;user=phone.<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: sip:79409098828@48.146.161.153:5060.<br>
Content-Length: 0.<br>
.<br>
................</p>
<p>U 2020/08/11 00:05:51.690457 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="62686171" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/112" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/112/hovercard" href="https://github.com/kamailio/kamailio/pull/112">#112</a><br>
INVITE sip:79409098828@89.210.243.1:5060 SIP/2.0.<br>
Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK1b39be5a.<br>
Max-Forwards: 70.<br>
From: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
To: sip:79409098828@89.210.243.1:5060.<br>
Contact: sip:393817097132@48.146.161.153:5060.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.152.<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.-)}.</p>
<p>U 2020/08/11 00:05:51.690857 48.146.161.152:5060 -> 48.146.161.153:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="63020502" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/113" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/113/hovercard" href="https://github.com/kamailio/kamailio/issues/113">#113</a><br>
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: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
To: sip:79409098828@89.210.243.1:5060.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
CSeq: 102 INVITE.<br>
Server: kamailio (5.2.7 (x86_64/linux)).<br>
Content-Length: 0.<br>
.<br>
.............1_D</p>
<p>U 2020/08/11 00:05:51.690934 48.146.161.152:5060 -> 89.210.243.1:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="63020708" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/114" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/114/hovercard" href="https://github.com/kamailio/kamailio/pull/114">#114</a><br>
INVITE sip:79409098828@89.210.243.1:5060 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: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
To: sip:79409098828@89.210.243.1:5060.<br>
Contact: sip:393817097132@48.146.161.153:5060.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.152.<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_...).</p>
<p>U 2020/08/11 00:05:51.697205 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="64246545" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/115" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/115/hovercard" href="https://github.com/kamailio/kamailio/pull/115">#115</a><br>
SIP/2.0 100 Trying.<br>
Allow: UPDATE,REFER,INFO.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
Contact: sip:89.210.243.1:5060.<br>
CSeq: 102 INVITE.<br>
From: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Server: Qirpack/v4.88 (gw_sip).<br>
To: sip:79409098828@89.210.243.1:5060.<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>
................</p>
<p>U 2020/08/11 00:05:51.890363 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="66764241" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/120" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/120/hovercard" href="https://github.com/kamailio/kamailio/issues/120">#120</a><br>
SIP/2.0 183 In band info available.<br>
Allow: UPDATE,REFER,INFO.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
Contact: sip:89.210.243.1:5060.<br>
Content-Type: application/sdp.<br>
CSeq: 102 INVITE.<br>
From: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Server: Qirpack/v4.88 (gw_sip).<br>
To: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<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_..</p>
<p>U 2020/08/11 00:05:51.890412 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="68110959" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/121" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/121/hovercard" href="https://github.com/kamailio/kamailio/pull/121">#121</a><br>
SIP/2.0 200 OK.<br>
Allow: UPDATE,REFER,INFO.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
Contact: sip:89.210.243.1:5060.<br>
Content-Type: application/sdp.<br>
CSeq: 102 INVITE.<br>
From: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
P-Asserted-Identity: sip:79409098828@89.210.243.1;user=phone.<br>
Server: Qirpack/v4.88 (gw_sip).<br>
To: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<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..</p>
<p>U 2020/08/11 00:05:51.890666 48.146.161.152:5060 -> 48.146.161.153:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="68154098" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/122" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/122/hovercard" href="https://github.com/kamailio/kamailio/pull/122">#122</a><br>
SIP/2.0 183 In band info available.<br>
Allow: UPDATE,REFER,INFO.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
Contact: sip:89.210.243.1:5060.<br>
Content-Type: application/sdp.<br>
CSeq: 102 INVITE.<br>
From: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Server: Qirpack/v4.88 (gw_sip).<br>
To: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<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..</p>
<p>U 2020/08/11 00:05:51.890854 48.146.161.152:5060 -> 48.146.161.153:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="68157149" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/123" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/123/hovercard" href="https://github.com/kamailio/kamailio/pull/123">#123</a><br>
SIP/2.0 200 OK.<br>
Allow: UPDATE,REFER,INFO.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
Contact: sip:89.210.243.1:5060.<br>
Content-Type: application/sdp.<br>
CSeq: 102 INVITE.<br>
From: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
P-Asserted-Identity: sip:79409098828@89.210.243.1;user=phone.<br>
Server: Qirpack/v4.88 (gw_sip).<br>
To: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<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</p>
<p>U 2020/08/11 00:05:51.891240 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="68216727" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/124" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/124/hovercard" href="https://github.com/kamailio/kamailio/issues/124">#124</a><br>
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: sip:48.146.161.152;lr.<br>
From: sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021.<br>
To: sip:79409098828@48.146.161.152:5060;user=phone;tag=as49ab4db4.<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: sip:79409098828@48.146.161.153:5060.<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_..</p>
<p>U 2020/08/11 00:05:51.891455 48.146.161.152:5060 -> 212.25.64.8:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="68357218" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/125" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/125/hovercard" href="https://github.com/kamailio/kamailio/pull/125">#125</a><br>
SIP/2.0 183 Session Progress.<br>
Via: SIP/2.0/UDP 212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
Record-Route: sip:48.146.161.152;lr.<br>
From: sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021.<br>
To: sip:79409098828@48.146.161.152:5060;user=phone;tag=as49ab4db4.<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: sip:79409098828@48.146.161.153:5060.<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...</p>
<p>U 2020/08/11 00:05:51.891522 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="68456492" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/126" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/126/hovercard" href="https://github.com/kamailio/kamailio/pull/126">#126</a><br>
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: sip:48.146.161.152;lr.<br>
From: sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021.<br>
To: sip:79409098828@48.146.161.152:5060;user=phone;tag=as49ab4db4.<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: sip:79409098828@48.146.161.153:5060.<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</p>
<p>U 2020/08/11 00:05:51.891651 48.146.161.152:5060 -> 212.25.64.8:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="68615518" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/127" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/127/hovercard" href="https://github.com/kamailio/kamailio/issues/127">#127</a><br>
SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
Record-Route: sip:48.146.161.152;lr.<br>
From: sip:393817097132@212.25.64.8:5060;user=phone;tag=2f6fdw29-CC-1021.<br>
To: sip:79409098828@48.146.161.152:5060;user=phone;tag=as49ab4db4.<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: sip:79409098828@48.146.161.153:5060.<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_..</p>
<p>U 2020/08/11 00:05:51.896994 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="68615920" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/128" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/128/hovercard" href="https://github.com/kamailio/kamailio/pull/128">#128</a><br>
INVITE sip:393817097132@48.146.161.153:5060 SIP/2.0.<br>
Allow: UPDATE,REFER,INFO.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
Contact: sip:89.210.243.1:5060.<br>
Content-Type: application/sdp.<br>
CSeq: 12375830 INVITE.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
Max-Forwards: 70.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<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_.</p>
<p>U 2020/08/11 00:05:51.897340 48.146.161.152:5060 -> 89.210.243.1:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="68683870" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/129" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/129/hovercard" href="https://github.com/kamailio/kamailio/pull/129">#129</a><br>
SIP/2.0 100 trying -- your call is important to us.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
CSeq: 12375830 INVITE.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<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$</p>
<p>U 2020/08/11 00:05:51.897404 48.146.161.152:5060 -> 48.146.161.153:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="68934682" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/130" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/130/hovercard" href="https://github.com/kamailio/kamailio/pull/130">#130</a><br>
INVITE sip:393817097132@48.146.161.153:5060 SIP/2.0.<br>
Allow: UPDATE,REFER,INFO.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
Contact: sip:89.210.243.1:5060.<br>
Content-Type: application/sdp.<br>
CSeq: 12375830 INVITE.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
Max-Forwards: 69.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<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....</p>
<p>U 2020/08/11 00:05:51.897746 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="69537589" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/131" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/131/hovercard" href="https://github.com/kamailio/kamailio/pull/131">#131</a><br>
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: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<br>
Content-Length: 0.<br>
.<br>
.......(.....1_I</p>
<p>U 2020/08/11 00:05:51.897836 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="69798963" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/132" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/132/hovercard" href="https://github.com/kamailio/kamailio/pull/132">#132</a><br>
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: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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</p>
<p>U 2020/08/11 00:05:51.898121 48.146.161.152:5060 -> 89.210.243.1:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="69850579" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/133" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/133/hovercard" href="https://github.com/kamailio/kamailio/issues/133">#133</a><br>
SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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.</p>
<p>U 2020/08/11 00:05:51.903991 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="69855060" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/134" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/134/hovercard" href="https://github.com/kamailio/kamailio/pull/134">#134</a><br>
ACK sip:393817097132@48.146.161.153:5060 SIP/2.0.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
CSeq: 12375830 ACK.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
Max-Forwards: 70.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<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>
................</p>
<p>U 2020/08/11 00:05:51.947711 212.25.64.8:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="73056091" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/146" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/146/hovercard" href="https://github.com/kamailio/kamailio/pull/146">#146</a><br>
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: sip:393817097132@48.146.161.153;tag=as670e72d5.<br>
To: sip:79409098828@212.25.64.8:5060;tag=f5d48kwf-CC-1021.<br>
Call-ID: 274087066134728e4aa01a5356fde6a8@48.146.161.153:5060.<br>
CSeq: 102 INVITE.<br>
Contact: sip:79409098828@212.25.64.8:5060;transport=udp.<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</p>
<p>U 2020/08/11 00:05:51.947724 212.25.64.8:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="73404778" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/147" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/147/hovercard" href="https://github.com/kamailio/kamailio/pull/147">#147</a><br>
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: sip:393817097132@48.146.161.153;tag=as670e72d5.<br>
To: sip:79409098828@212.25.64.8:5060;tag=f5d48kwf-CC-1021.<br>
Call-ID: 274087066134728e4aa01a5356fde6a8@48.146.161.153:5060.<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: sip:79409098828@212.25.64.8:5060;transport=udp.<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...</p>
<p>U 2020/08/11 00:05:51.947972 48.146.161.152:5060 -> 48.146.161.153:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="73437860" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/148" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/148/hovercard" href="https://github.com/kamailio/kamailio/issues/148">#148</a><br>
SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK01203950.<br>
From: sip:393817097132@48.146.161.153;tag=as670e72d5.<br>
To: sip:79409098828@212.25.64.8:5060;tag=f5d48kwf-CC-1021.<br>
Call-ID: 274087066134728e4aa01a5356fde6a8@48.146.161.153:5060.<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: sip:79409098828@212.25.64.8:5060;transport=udp.<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_.</p>
<p>U 2020/08/11 00:05:51.987695 212.25.64.8:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="73911629" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/151" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/151/hovercard" href="https://github.com/kamailio/kamailio/pull/151">#151</a><br>
ACK sip:79409098828@48.146.161.153:5060 SIP/2.0.<br>
Via: SIP/2.0/UDP 212.25.64.8:5060;branch=z9hG4bKs6oh5g207gbfihgcs6g0.1.<br>
Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
From: sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021.<br>
To: sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4.<br>
CSeq: 1 ACK.<br>
Max-Forwards: 69.<br>
Content-Length: 0.<br>
Route: sip:48.146.161.152;lr.<br>
.<br>
..........1_...:</p>
<p>U 2020/08/11 00:05:51.988125 48.146.161.152:5060 -> 48.146.161.153:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="74002483" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/152" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/152/hovercard" href="https://github.com/kamailio/kamailio/pull/152">#152</a><br>
ACK sip:79409098828@48.146.161.153:5060 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: sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021.<br>
To: sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4.<br>
CSeq: 1 ACK.<br>
Max-Forwards: 68.<br>
Content-Length: 0.<br>
.<br>
................</p>
<p>U 2020/08/11 00:05:52.397845 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="75680696" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/157" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/157/hovercard" href="https://github.com/kamailio/kamailio/issues/157">#157</a><br>
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: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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...</p>
<p>U 2020/08/11 00:05:52.398105 48.146.161.152:5060 -> 89.210.243.1:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="75847058" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/158" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/158/hovercard" href="https://github.com/kamailio/kamailio/issues/158">#158</a><br>
SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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....</p>
<p>U 2020/08/11 00:05:52.403706 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="75990627" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/159" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/159/hovercard" href="https://github.com/kamailio/kamailio/pull/159">#159</a><br>
ACK sip:393817097132@48.146.161.153:5060 SIP/2.0.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
CSeq: 12375830 ACK.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
Max-Forwards: 70.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<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>
................</p>
<p>U 2020/08/11 00:05:53.397379 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="79160364" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/168" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/168/hovercard" href="https://github.com/kamailio/kamailio/pull/168">#168</a><br>
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: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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_....</p>
<p>U 2020/08/11 00:05:53.397668 48.146.161.152:5060 -> 89.210.243.1:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="79349406" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/169" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/169/hovercard" href="https://github.com/kamailio/kamailio/issues/169">#169</a><br>
SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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_.#...</p>
<p>U 2020/08/11 00:05:53.403448 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="79427157" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/170" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/170/hovercard" href="https://github.com/kamailio/kamailio/pull/170">#170</a><br>
ACK sip:393817097132@48.146.161.153:5060 SIP/2.0.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
CSeq: 12375830 ACK.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
Max-Forwards: 70.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<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>
................</p>
<p>U 2020/08/11 00:05:54.201755 212.25.64.8:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="81398904" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/177" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/177/hovercard" href="https://github.com/kamailio/kamailio/pull/177">#177</a><br>
BYE sip:79409098828@48.146.161.153:5060 SIP/2.0.<br>
Via: SIP/2.0/UDP 212.25.64.8:5060;branch=z9hG4bKs6oh5g207gbfihgcs6g0cd0000010.1.<br>
Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
From: sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021.<br>
To: sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4.<br>
CSeq: 2 BYE.<br>
Reason: Q.850;cause=16;text="normal call clearing".<br>
Max-Forwards: 69.<br>
Content-Length: 0.<br>
Route: sip:48.146.161.152;lr.<br>
.<br>
.d...........1_.</p>
<p>U 2020/08/11 00:05:54.202256 48.146.161.152:5060 -> 48.146.161.153:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="81457373" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/178" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/178/hovercard" href="https://github.com/kamailio/kamailio/pull/178">#178</a><br>
BYE sip:79409098828@48.146.161.153:5060 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: sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021.<br>
To: sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4.<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...</p>
<p>U 2020/08/11 00:05:54.203015 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="81803412" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/179" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/179/hovercard" href="https://github.com/kamailio/kamailio/issues/179">#179</a><br>
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: sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021.<br>
To: sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4.<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_.</p>
<p>U 2020/08/11 00:05:54.203229 48.146.161.152:5060 -> 212.25.64.8:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="82352233" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/180" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/180/hovercard" href="https://github.com/kamailio/kamailio/issues/180">#180</a><br>
SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 212.25.64.8:5060;branch=z9hG4bKs6oh5g207gbfihgcs6g0cd0000010.1.<br>
From: sip:393817097132@48.146.161.152:5060;user=phone;tag=2f6fdw29-CC-1021.<br>
To: sip:79409098828@212.25.64.8:5060;user=phone;tag=as49ab4db4.<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>
................</p>
<p>U 2020/08/11 00:05:55.397519 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="84544631" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/189" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/189/hovercard" href="https://github.com/kamailio/kamailio/pull/189">#189</a><br>
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: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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_....</p>
<p>U 2020/08/11 00:05:55.397793 48.146.161.152:5060 -> 89.210.243.1:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="84669477" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/190" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/190/hovercard" href="https://github.com/kamailio/kamailio/issues/190">#190</a><br>
SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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_.....</p>
<p>U 2020/08/11 00:05:55.403541 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="84686282" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/191" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/191/hovercard" href="https://github.com/kamailio/kamailio/issues/191">#191</a><br>
ACK sip:393817097132@48.146.161.153:5060 SIP/2.0.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
CSeq: 12375830 ACK.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
Max-Forwards: 70.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<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</p>
<p>I 2020/08/11 00:05:58.447029 37.148.171.161 -> 48.146.161.152 3:1 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="86742190" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/198" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/198/hovercard" href="https://github.com/kamailio/kamailio/pull/198">#198</a><br>
....E....w..?...%....DB.......)0OPTIONS sip:193.68.66.131 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" sip:asterisk@37.148.171.164;tag=as4239ef1a.<br>
To: sip:193.68.66.131.<br>
Contact: sip:asterisk@37.148.171.164:5060.<br>
Call-ID: 5acd62973c560c4c7544f5c67e551e86@37.148.171.164:5060.<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</p>
<p>U 2020/08/11 00:05:59.398803 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="87326628" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/203" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/203/hovercard" href="https://github.com/kamailio/kamailio/pull/203">#203</a><br>
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: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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_....</p>
<p>U 2020/08/11 00:05:59.399150 48.146.161.152:5060 -> 89.210.243.1:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="87397689" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/204" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/204/hovercard" href="https://github.com/kamailio/kamailio/pull/204">#204</a><br>
SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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_.."..</p>
<p>U 2020/08/11 00:05:59.404928 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="87400683" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/205" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/205/hovercard" href="https://github.com/kamailio/kamailio/pull/205">#205</a><br>
ACK sip:393817097132@48.146.161.153:5060 SIP/2.0.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
CSeq: 12375830 ACK.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
Max-Forwards: 70.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<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>
................</p>
<p>U 2020/08/11 00:06:03.398077 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="89307999" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/214" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/214/hovercard" href="https://github.com/kamailio/kamailio/pull/214">#214</a><br>
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: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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..</p>
<p>U 2020/08/11 00:06:03.398349 48.146.161.152:5060 -> 89.210.243.1:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="89309680" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/215" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/215/hovercard" href="https://github.com/kamailio/kamailio/pull/215">#215</a><br>
SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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_.....</p>
<p>U 2020/08/11 00:06:03.404194 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="89318154" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/216" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/216/hovercard" href="https://github.com/kamailio/kamailio/pull/216">#216</a><br>
ACK sip:393817097132@48.146.161.153:5060 SIP/2.0.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
CSeq: 12375830 ACK.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
Max-Forwards: 70.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<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</p>
<p>U 2020/08/11 00:06:07.398394 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="93071505" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/230" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/230/hovercard" href="https://github.com/kamailio/kamailio/issues/230">#230</a><br>
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: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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_....</p>
<p>U 2020/08/11 00:06:07.398701 48.146.161.152:5060 -> 89.210.243.1:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="93072408" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/231" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/231/hovercard" href="https://github.com/kamailio/kamailio/issues/231">#231</a><br>
SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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_.....</p>
<p>U 2020/08/11 00:06:07.404413 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="93255365" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/232" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/232/hovercard" href="https://github.com/kamailio/kamailio/pull/232">#232</a><br>
ACK sip:393817097132@48.146.161.153:5060 SIP/2.0.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
CSeq: 12375830 ACK.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
Max-Forwards: 70.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<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>
................</p>
<p>U 2020/08/11 00:06:11.397466 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="95412720" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/249" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/249/hovercard" href="https://github.com/kamailio/kamailio/issues/249">#249</a><br>
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: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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...</p>
<p>U 2020/08/11 00:06:11.397713 48.146.161.152:5060 -> 89.210.243.1:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="95415660" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/250" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/250/hovercard" href="https://github.com/kamailio/kamailio/issues/250">#250</a><br>
SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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....</p>
<p>U 2020/08/11 00:06:11.403609 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="95502886" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/251" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/251/hovercard" href="https://github.com/kamailio/kamailio/pull/251">#251</a><br>
ACK sip:393817097132@48.146.161.153:5060 SIP/2.0.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
CSeq: 12375830 ACK.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
Max-Forwards: 70.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<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</p>
<p>U 2020/08/11 00:06:15.398243 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="97398849" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/266" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/266/hovercard" href="https://github.com/kamailio/kamailio/issues/266">#266</a><br>
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: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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_....</p>
<p>U 2020/08/11 00:06:15.398528 48.146.161.152:5060 -> 89.210.243.1:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="97416967" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/267" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/267/hovercard" href="https://github.com/kamailio/kamailio/issues/267">#267</a><br>
SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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_.....</p>
<p>U 2020/08/11 00:06:15.404350 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="98179237" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/268" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/268/hovercard" href="https://github.com/kamailio/kamailio/pull/268">#268</a><br>
ACK sip:393817097132@48.146.161.153:5060 SIP/2.0.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
CSeq: 12375830 ACK.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
Max-Forwards: 70.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<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..!..</p>
<p>U 2020/08/11 00:06:19.397384 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="102136917" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/293" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/293/hovercard" href="https://github.com/kamailio/kamailio/issues/293">#293</a><br>
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: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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..</p>
<p>U 2020/08/11 00:06:19.397632 48.146.161.152:5060 -> 89.210.243.1:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="102137659" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/294" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/294/hovercard" href="https://github.com/kamailio/kamailio/issues/294">#294</a><br>
SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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_.....</p>
<p>U 2020/08/11 00:06:19.403487 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="102676509" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/295" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/295/hovercard" href="https://github.com/kamailio/kamailio/pull/295">#295</a><br>
ACK sip:393817097132@48.146.161.153:5060 SIP/2.0.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
CSeq: 12375830 ACK.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
Max-Forwards: 70.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<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>
................</p>
<p>U 2020/08/11 00:06:23.398710 48.146.161.153:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="104648529" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/313" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/313/hovercard" href="https://github.com/kamailio/kamailio/pull/313">#313</a><br>
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: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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=..</p>
<p>U 2020/08/11 00:06:23.398998 48.146.161.152:5060 -> 89.210.243.1:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="104661734" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/314" data-hovercard-type="pull_request" data-hovercard-url="/kamailio/kamailio/pull/314/hovercard" href="https://github.com/kamailio/kamailio/pull/314">#314</a><br>
SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<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: sip:393817097132@48.146.161.153:5060.<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_.....</p>
<p>U 2020/08/11 00:06:23.404721 89.210.243.1:5060 -> 48.146.161.152:5060 <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="105203617" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/315" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/315/hovercard" href="https://github.com/kamailio/kamailio/issues/315">#315</a><br>
ACK sip:393817097132@48.146.161.153:5060 SIP/2.0.<br>
Call-ID: 4a681d8626b801ce1a8185472fda8e86@48.146.161.153:5060.<br>
CSeq: 12375830 ACK.<br>
From: sip:79409098828@89.210.243.1:5060;tag=00-07989-012374ff-364731f03.<br>
Max-Forwards: 70.<br>
To: sip:393817097132@48.146.161.153;tag=as73e66fe7.<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>
...@...X.3.....W</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/2436">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZPFWBDTB7ZCHN3Q54LSABRPZANCNFSM4P2L4CFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZOOVKKSEY3EGJR6ND3SABRPZA5CNFSM4P2L4CF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KCRP4MQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/2436",
"url": "https://github.com/kamailio/kamailio/issues/2436",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>