<html><head><title>ACK no transaction found if re-invite</title>
<META http-equiv=Content-Type content="text/html; charset=windows-1257">
</head>
<body>
<span style=" font-family:'times new roman'; font-size: 10pt;">Hello,<br>
<br>
Please help. There was issue topic #2436.<br>
I have answer: <span style=" font-family:'Courier New'; font-size: 9pt;">There is some problem with handling Record-Route in client side, maybe not supporting it, because the ACK has no Route header.<br>
<br>
<span style=" font-family:'times new roman'; font-size: 10pt;">Is there any hotfix for kamailio ?,As I not sure that customer can change ACK on customers side . <br>
<br>
========================<br>
I use kamailio 5.2.7 with Asterisk 16.1.1 .<br>
<br>
Call Flow: Customer(212.25.64.8) -> Kamailio(48.146.161.152) -> Asterisk(48.146.161.153) ->Kamailio(48.146.161.152) -> Provider(89.210.243.1)<br>
<br>
I have one issue with call when I receive re-invite in dialog from Provider.<br>
<br>
My Asterisk not receive ACK from kamailio. I see error on log like "ACK no transaction found"<br>
<br>
With this I have difference with 30 seconds.<br>
<br>
Session Customer(212.25.64.8) -> Kamailio(48.146.161.152) -> Asterisk(48.146.161.153) - has 2 seconds<br>
Asterisk(48.146.161.153) ->Kamailio(48.146.161.152) -> Provider(89.210.243.1) - has 32 seconds<br>
<br>
I have this WITHINDLG settings:<br>
<br>
route[WITHINDLG] {<br>
if (has_totag()) {<br>
# sequential request withing a dialog should<br>
# take the path determined by record-routing<br>
if (loose_route()) {<br>
if (is_method("BYE")) {<br>
setflag(FLT_ACC); # do accounting ...<br>
setflag(FLT_ACCFAILED); # ... even if the transaction fails<br>
}<br>
route(RELAY);<br>
}<br>
else {<br>
if (is_method("SUBSCRIBE") && uri == myself) {<br>
# in-dialog subscribe requests<br>
route(PRESENCE);<br>
exit;<br>
}<br>
if ( is_method("ACK") ) {<br>
if ( t_check_trans() ) {<br>
# non loose-route, but stateful ACK;<br>
# must be ACK after a 487 or e.g. 404 from upstream server<br>
t_relay();<br>
exit;<br>
} else {<br>
# ACK without matching transaction ... ignore and discard.<br>
exit;<br>
}<br>
}<br>
t_relay();<br>
}<br>
exit;<br>
}<br>
}<br>
<br>
===================================<br>
In kamailio logs I see ACK no transaction found:<br>
Aug 11 00:06:11 c4-proxy-1 kamailio: 20(1926) DEBUG: [core/receive.c:246]: receive_msg(): --- received sip message - reply - call-id: [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<br>
<br>
<br>
<br>
<br>
<br>
=============================================================================================================<br>
PCAP trace<br>
U 2020/08/11 00:05:51.498554 48.146.161.153:5060 -> 48.146.161.152:5060 </span></span></span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/96">#96</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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.<br>
U 2020/08/11 00:05:51.499026 48.146.161.152:5060 -> 48.146.161.153:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/97">#97</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 100 trying -- your call is important to us.<br>
Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK01203950.<br>
From: 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_........<br>
U 2020/08/11 00:05:51.499105 48.146.161.152:5060 -> 212.25.64.8:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/98">#98</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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_.<br>
U 2020/08/11 00:05:51.523721 212.25.64.8:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/99">#99</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 100 Trying.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK415f.07dfd4858a8d7af10f14a65a40c09040.0.<br>
Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK01203950.<br>
From: 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>
................<br>
U 2020/08/11 00:05:51.614735 212.25.64.8:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/104">#104</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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_...$..<br>
U 2020/08/11 00:05:51.615233 48.146.161.152:5060 -> 212.25.64.8:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/105">#105</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 100 trying -- your call is important to us.<br>
Via: SIP/2.0/UDP 212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
Call-ID: 4ffhw785wd5ah9bba94kke5921674b98@UAC.<br>
From: 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_.@<br>
U 2020/08/11 00:05:51.615334 48.146.161.152:5060 -> 48.146.161.153:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/106">#106</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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_*..$<br>
U 2020/08/11 00:05:51.616177 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/107">#107</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 100 Trying.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bKfbce.f74d055cfd186a85dacedcc9f4d282ce.0;received=48.146.161.152;rport=5060.<br>
Via: SIP/2.0/UDP 212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
Record-Route: 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>
................<br>
U 2020/08/11 00:05:51.690457 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/112">#112</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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.-)}.<br>
U 2020/08/11 00:05:51.690857 48.146.161.152:5060 -> 48.146.161.153:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/113">#113</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 100 trying -- your call is important to us.<br>
Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK1b39be5a.<br>
From: 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<br>
U 2020/08/11 00:05:51.690934 48.146.161.152:5060 -> 89.210.243.1:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/114">#114</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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_...).<br>
U 2020/08/11 00:05:51.697205 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/115">#115</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 100 Trying.<br>
Allow: UPDATE,REFER,INFO.<br>
Call-ID: 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>
................<br>
U 2020/08/11 00:05:51.890363 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/120">#120</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 183 In band info available.<br>
Allow: UPDATE,REFER,INFO.<br>
Call-ID: 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_..<br>
U 2020/08/11 00:05:51.890412 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/121">#121</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Allow: UPDATE,REFER,INFO.<br>
Call-ID: 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..<br>
U 2020/08/11 00:05:51.890666 48.146.161.152:5060 -> 48.146.161.153:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/122">#122</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 183 In band info available.<br>
Allow: UPDATE,REFER,INFO.<br>
Call-ID: 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..<br>
U 2020/08/11 00:05:51.890854 48.146.161.152:5060 -> 48.146.161.153:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/123">#123</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Allow: UPDATE,REFER,INFO.<br>
Call-ID: 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<br>
U 2020/08/11 00:05:51.891240 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/124">#124</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 183 Session Progress.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bKfbce.f74d055cfd186a85dacedcc9f4d282ce.0;received=48.146.161.152;rport=5060.<br>
Via: SIP/2.0/UDP 212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
Record-Route: 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_..<br>
U 2020/08/11 00:05:51.891455 48.146.161.152:5060 -> 212.25.64.8:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/125">#125</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 183 Session Progress.<br>
Via: SIP/2.0/UDP 212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
Record-Route: 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...<br>
U 2020/08/11 00:05:51.891522 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/126">#126</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bKfbce.f74d055cfd186a85dacedcc9f4d282ce.0;received=48.146.161.152;rport=5060.<br>
Via: SIP/2.0/UDP 212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
Record-Route: 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<br>
U 2020/08/11 00:05:51.891651 48.146.161.152:5060 -> 212.25.64.8:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/127">#127</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 212.25.64.8:5060;branch=z9hG4bKtd41as3018urve5udtj0.1.<br>
Record-Route: 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_..<br>
U 2020/08/11 00:05:51.896994 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/128">#128</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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_.<br>
U 2020/08/11 00:05:51.897340 48.146.161.152:5060 -> 89.210.243.1:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/129">#129</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 100 trying -- your call is important to us.<br>
Call-ID: 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$<br>
U 2020/08/11 00:05:51.897404 48.146.161.152:5060 -> 48.146.161.153:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/130">#130</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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....<br>
U 2020/08/11 00:05:51.897746 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/131">#131</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 100 Trying.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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<br>
U 2020/08/11 00:05:51.897836 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/132">#132</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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<br>
U 2020/08/11 00:05:51.898121 48.146.161.152:5060 -> 89.210.243.1:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/133">#133</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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.<br>
U 2020/08/11 00:05:51.903991 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/134">#134</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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>
................<br>
U 2020/08/11 00:05:51.947711 212.25.64.8:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/146">#146</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 183 Session Progress.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK415f.07dfd4858a8d7af10f14a65a40c09040.0.<br>
Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK01203950.<br>
From: 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<br>
U 2020/08/11 00:05:51.947724 212.25.64.8:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/147">#147</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK415f.07dfd4858a8d7af10f14a65a40c09040.0.<br>
Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK01203950.<br>
From: 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...<br>
U 2020/08/11 00:05:51.947972 48.146.161.152:5060 -> 48.146.161.153:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/148">#148</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.153:5060;branch=z9hG4bK01203950.<br>
From: 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_.<br>
U 2020/08/11 00:05:51.987695 212.25.64.8:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/151">#151</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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_...:<br>
U 2020/08/11 00:05:51.988125 48.146.161.152:5060 -> 48.146.161.153:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/152">#152</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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>
................<br>
U 2020/08/11 00:05:52.397845 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/157">#157</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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...<br>
U 2020/08/11 00:05:52.398105 48.146.161.152:5060 -> 89.210.243.1:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/158">#158</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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....<br>
U 2020/08/11 00:05:52.403706 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/159">#159</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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>
................<br>
U 2020/08/11 00:05:53.397379 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/168">#168</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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_....<br>
U 2020/08/11 00:05:53.397668 48.146.161.152:5060 -> 89.210.243.1:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/169">#169</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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_.#...<br>
U 2020/08/11 00:05:53.403448 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/170">#170</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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>
................<br>
U 2020/08/11 00:05:54.201755 212.25.64.8:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/177">#177</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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_.<br>
U 2020/08/11 00:05:54.202256 48.146.161.152:5060 -> 48.146.161.153:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/178">#178</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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...<br>
U 2020/08/11 00:05:54.203015 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/179">#179</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bKcbce.1e200d33771522a7baea07b052e62613.0;received=48.146.161.152;rport=5060.<br>
Via: SIP/2.0/UDP 212.25.64.8:5060;branch=z9hG4bKs6oh5g207gbfihgcs6g0cd0000010.1.<br>
From: 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_.<br>
U 2020/08/11 00:05:54.203229 48.146.161.152:5060 -> 212.25.64.8:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/180">#180</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 212.25.64.8:5060;branch=z9hG4bKs6oh5g207gbfihgcs6g0cd0000010.1.<br>
From: 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>
................<br>
U 2020/08/11 00:05:55.397519 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/189">#189</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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_....<br>
U 2020/08/11 00:05:55.397793 48.146.161.152:5060 -> 89.210.243.1:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/190">#190</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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_.....<br>
U 2020/08/11 00:05:55.403541 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/191">#191</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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<br>
I 2020/08/11 00:05:58.447029 37.148.171.161 -> 48.146.161.152 3:1 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/198">#198</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">....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<br>
U 2020/08/11 00:05:59.398803 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/203">#203</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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_....<br>
U 2020/08/11 00:05:59.399150 48.146.161.152:5060 -> 89.210.243.1:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/204">#204</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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_.."..<br>
U 2020/08/11 00:05:59.404928 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/205">#205</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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>
................<br>
U 2020/08/11 00:06:03.398077 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/214">#214</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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..<br>
U 2020/08/11 00:06:03.398349 48.146.161.152:5060 -> 89.210.243.1:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/215">#215</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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_.....<br>
U 2020/08/11 00:06:03.404194 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/216">#216</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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<br>
U 2020/08/11 00:06:07.398394 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/230">#230</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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_....<br>
U 2020/08/11 00:06:07.398701 48.146.161.152:5060 -> 89.210.243.1:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/231">#231</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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_.....<br>
U 2020/08/11 00:06:07.404413 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/232">#232</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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>
................<br>
U 2020/08/11 00:06:11.397466 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/249">#249</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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...<br>
U 2020/08/11 00:06:11.397713 48.146.161.152:5060 -> 89.210.243.1:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/250">#250</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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....<br>
U 2020/08/11 00:06:11.403609 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/251">#251</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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<br>
U 2020/08/11 00:06:15.398243 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/266">#266</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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_....<br>
U 2020/08/11 00:06:15.398528 48.146.161.152:5060 -> 89.210.243.1:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/267">#267</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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_.....<br>
U 2020/08/11 00:06:15.404350 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/268">#268</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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..!..<br>
U 2020/08/11 00:06:19.397384 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/293">#293</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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..<br>
U 2020/08/11 00:06:19.397632 48.146.161.152:5060 -> 89.210.243.1:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/294">#294</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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_.....<br>
U 2020/08/11 00:06:19.403487 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/295">#295</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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>
................<br>
U 2020/08/11 00:06:23.398710 48.146.161.153:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/313">#313</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 48.146.161.152;branch=z9hG4bK87b2.263f4b70fad82e9db02d9173ce3f65cb.0;received=48.146.161.152.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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=..<br>
U 2020/08/11 00:06:23.398998 48.146.161.152:5060 -> 89.210.243.1:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/pull/314">#314</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">SIP/2.0 200 OK.<br>
Via: SIP/2.0/UDP 89.210.243.1:5060;branch=z9hG4bK-5F68B615-114A199.<br>
From: 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_.....<br>
U 2020/08/11 00:06:23.404721 89.210.243.1:5060 -> 48.146.161.152:5060 </span><a style=" font-family:'times new roman'; font-size: 10pt;" href="https://github.com/kamailio/kamailio/issues/315">#315</a><br>
<span style=" font-family:'times new roman'; font-size: 10pt;">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>
</span><a style=" font-family:'times new roman'; font-size: 10pt;" href="...@...X.3.....W">...@...X.3.....W</a><br>
<br>
<br>
<span style=" font-family:'times new roman'; font-size: 10pt;">BR,<br>
Alex</body></html>