<p></p>
<p>Hi, here is what I got from running those commands in order:</p>
<pre><code>(gdb) frame 0
#0  0x00007efc73a6adbf in msg_send_buffer (dst=0x7efc0a6064b8, 
    buf=0x7efc79a0e1e8 "\002\020\002\021\023\304\023\304\064\bɀ4\bɀ\330\037\214`\237\002\f", len=753, flags=1)
    at ../../core/forward.h:220
220                     if (unlikely((dst->send_sock==0) ||
(gdb) list
215                     goto done;
216             }
217     #endif
218     
219             if (likely(dst->proto==PROTO_UDP)){
220                     if (unlikely((dst->send_sock==0) ||
221                                             (dst->send_sock->flags & SI_IS_MCAST))){
222                             new_dst=*dst;
223                             new_dst.send_sock=get_send_socket(0, &dst->to, dst->proto);
224                             if (unlikely(new_dst.send_sock==0)){
(gdb) p *dst
$1 = {send_sock = 0x726177726f462d78, to = {s = {sa_family = 29540, sa_data = ": 70\r\nContent-"}, sin = {
      sin_family = 29540, sin_port = 8250, sin_addr = {s_addr = 168636471}, sin_zero = "Content-"}, sin6 = {
      sin6_family = 29540, sin6_port = 8250, sin6_flowinfo = 168636471, sin6_addr = {__in6_u = {
          __u6_addr8 = "Content-Length: ", __u6_addr16 = {28483, 29806, 28261, 11636, 25932, 26478, 26740, 8250}, 
          __u6_addr32 = {1953394499, 762605157, 1735288140, 540698740}}}, sin6_scope_id = 1426722096}, sas = {
      ss_family = 29540, 
      __ss_padding = ": 70\r\nContent-Length: 0\r\nUser-Agent: Skyetel\r\n\r\n", '\000' <repeats 69 times>, 
      __ss_align = 0}}, id = 0, send_flags = {f = 0, blst_imask = 0}, proto = 1 '\001', proto_pad0 = 0 '\000', 
  proto_pad1 = 0}
</code></pre>

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