Hi

Please find some more before and after, Ip address and number is masked FYI.

INFO: <script>: TIME : TEST - Rewriting To header with Request line so that vendor prefix is present
INFO: <script>: TIME : TEST2 - tu is sip:+123456789@10.0.77.88 and ru is sip:10.0.1.47:5060
INFO: <script>: TIME : TEST3 - tu is sip:+123456789@10.0.77.88 and ru is sip:10.0.1.47:5060
ERROR: tm [tm.c:1752]: _w_t_relay_to(): t_forward_noack failed
ERROR: tm [t_reply.c:1081]: run_failure_handlers(): error running run_top_route for failure handler
INFO: <script>: TIME : [Mon Jul 10 12:24:14 2023] CALL ID : [31bca077-99fa-123c-eb84-00219b9e3ef4] [WITHINDIALOG] The request is [ACK]
INFO: <script>: TIME : [Mon Jul 10 12:24:14 2023] CALL ID : [31bca077-99fa-123c-eb84-00219b9e3ef4] [PROXY_OUTBOUND_HANDLE] [ACK]
INFO: <script>: TIME : [Mon Jul 10 12:24:14 2023] CALL ID : [205526695_49743609@206.147.84.20] [WITHINDIALOG] The request is [ACK]


Here is the code i suspect, Let me know if you can find some thing why the error usually gets,

failure_route["serial"] {
if (!t_next_contacts()) {
exit;
}

  t_on_failure("serial");
  xlog("L_INFO","TIME : [$Tf] CALL ID : [$ci] [serial]The altered ruri is [$ru] \n");
  xlog("L_INFO", "TIME : TEST - Rewriting To header with Request line so that vendor prefix is present");
xlog("L_INFO","TIME : TEST2 - tu is $tu and ru is $ru  \n");
$tu = $ru;
  xlog("L_INFO","TIME : TEST3 - tu is $tu and ru is $ru \n");
t_relay();
}

event_route[tm:branch-failure:REMOVE_OLD_REGISTER] {
    if (t_check_status("(404)|(410)")) {
xlog("L_INFO","TIME : Received code [$T(reply_code)] from SBC, need to remove registration \n");
xlog("L_INFO","TIME : [$Tf] CALL ID : [$ci] [REMOVE_OLD_REGISTER] contact is [$ct]Unregister section is entered [$ru] \n");
unregister("location", "$tu", "$T_reply_ruid");
}
}

Thank you.


On Tue, Jul 11, 2023 at 3:46 PM <sr-users-request@lists.kamailio.org> wrote:
Send sr-users mailing list submissions to
        sr-users@lists.kamailio.org

To subscribe or unsubscribe via email, send a message with subject or
body 'help' to
        sr-users-request@lists.kamailio.org

You can reach the person managing the list at
        sr-users-owner@lists.kamailio.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of sr-users digest..."

Today's Topics:

   1. Need an error description (satyaprakash ch)
   2. Re: Need an error description (Alex Balashov)


----------------------------------------------------------------------

Message: 1
Date: Mon, 10 Jul 2023 22:25:31 +0530
From: satyaprakash ch <chiramchetty.satyaprakash@gmail.com>
Subject: [SR-Users] Need an error description
To: "Kamailio (SER) - Users Mailing List"
        <sr-users@lists.kamailio.org>
Message-ID:
        <CAO-xAtGhcDMiPtoGdBeb6qvhOg8u7hxKt-w-5oU4KuOkdRHuqg@mail.gmail.com>
Content-Type: multipart/alternative;
        boundary="0000000000005a4339060024dadd"

Hi,

Can anyone help me with the error why can we get this?

ERROR: tm [tm.c:1752]: _w_t_relay_to(): t_forward_noack failed ERROR: tm
[t_reply.c:1081]: run_failure_handlers(): error running run_top_route for
failure handler

Thank you.
-------------- next part --------------
A message part incompatible with plain text digests has been removed ...
Name: not available
Type: text/html
Size: 487 bytes
Desc: not available

------------------------------

Message: 2
Date: Mon, 10 Jul 2023 15:49:54 -0400
From: Alex Balashov <abalashov@evaristesys.com>
Subject: [SR-Users] Re: Need an error description
To: "Kamailio (SER) - Users Mailing List"
        <sr-users@lists.kamailio.org>
Message-ID: <71E4ACBF-556B-4428-93F5-DCE73716E654@evaristesys.com>
Content-Type: text/plain;       charset=us-ascii

Hi,

Is there additional context in surrounding log lines, either before or after, which might provide some insight?

> On Jul 10, 2023, at 12:55 PM, satyaprakash ch <chiramchetty.satyaprakash@gmail.com> wrote:
>
> Hi,
>
> Can anyone help me with the error why can we get this?
>
> ERROR: tm [tm.c:1752]: _w_t_relay_to(): t_forward_noack failed ERROR: tm [t_reply.c:1081]: run_failure_handlers(): error running run_top_route for failure handler
>
> Thank you.
> __________________________________________________________
> Kamailio - Users Mailing List - Non Commercial Discussions
> To unsubscribe send an email to sr-users-leave@lists.kamailio.org
> Important: keep the mailing list in the recipients, do not reply only to the sender!
> Edit mailing list options or unsubscribe:

--
Alex Balashov
Principal Consultant
Evariste Systems LLC
Web: https://evaristesys.com
Tel: +1-706-510-6800


------------------------------

Subject: Digest Footer

_______________________________________________
sr-users mailing list -- sr-users@lists.kamailio.org
To unsubscribe send an email to sr-users-leave@lists.kamailio.org


------------------------------

End of sr-users Digest, Vol 218, Issue 16
*****************************************