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(a)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(a)lists.kamailio.org> wrote:
Send sr-users mailing list submissions to
sr-users(a)lists.kamailio.org
To subscribe or unsubscribe via email, send a message with subject or
body 'help' to
sr-users-request(a)lists.kamailio.org
You can reach the person managing the list at
sr-users-owner(a)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(a)gmail.com>
Subject: [SR-Users] Need an error description
To: "Kamailio (SER) - Users Mailing List"
<sr-users(a)lists.kamailio.org>
Message-ID:
<
CAO-xAtGhcDMiPtoGdBeb6qvhOg8u7hxKt-w-5oU4KuOkdRHuqg(a)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.