i made a test where user agent registered over tcp. then i killed
it and made a call to it from another ua. here is what i got to
syslog:
Mar 9 07:48:49 localhost /usr/sbin/sip-proxy[26634]: INFO: Setting set_forward_no_connect()
Mar 9 07:48:49 localhost /usr/sbin/sip-proxy[26634]: ERROR: tm [../../forward.h:169]: msg_send: ERROR: tcp_send failed
Mar 9 07:48:49 localhost /usr/sbin/sip-proxy[26634]: ERROR: tm [t_fwd.c:1235]: ERROR: t_send_branch: sending request on branch 0 failed
wireshark didn't show any tcp connection attempts so looks like
set_forward_no_connect() works as expected.
i verified this by uncommenting set_forward_no_connect() and got to
syslog:
Mar 9 07:56:18 localhost /usr/sbin/sip-proxy[26944]: INFO: Skipping set_forward_no_connect()
Mar 9 07:56:18 localhost /usr/sbin/sip-proxy[26944]: ERROR: <core> [tcp_main.c:1914]: connect 192.98.102.10:47690 failed (RST) Connection refused
Mar 9 07:56:18 localhost /usr/sbin/sip-proxy[26944]: ERROR: <core> [tcp_main.c:1925]: ERROR: tcp_send 192.98.102.10:47690: connect & send for 0xb560f1c8 failed: Connection refused (111)
Mar 9 07:56:18 localhost /usr/sbin/sip-proxy[26944]: ERROR: tm [../../forward.h:169]: msg_send: ERROR: tcp_send failed
Mar 9 07:56:18 localhost /usr/sbin/sip-proxy[26944]: ERROR: tm [t_fwd.c:1235]: ERROR: t_send_branch: sending request on branch 0 failed
then also wireshark showed tcp syn request.
so otherwise fine, i would like to get rid of the error messages at
least in the first case, since there is really no error happening here.
-- juha
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#39 - display name without quotes and uac_replace_from
User who did this - Andrei Pelinescu-Onciul (andrei)
Reason for closing: Fixed
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=39
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Hello,
the first patch release for 3.0 series is out as version 3.0.1. It
includes the fixes to issues discovered since 3.0.0. Database structure
and configuration file compatibility are preserved so the upgrade from
3.0.0 is straightforward.
Links and more details are available at:
http://www.kamailio.org/w/2010/03/kamailio-v3-0-1-released/
Cheers,
Daniel
--
Daniel-Constantin Mierla
Kamailio SIP Router Masterclass, Berlin, March 22-26, 2010
* http://www.asipto.com/index.php/sip-router-masterclass/
Hello,
if there are no major pending issue, I am thinking to package kamailio
3.0.1 later today. Otherwise we can postpone for few days.
Cheers,
Daniel
Module: sip-router
Branch: kamailio_3.0
Commit: 1d7f450f1c22cb217e25d6c1eca158dbc52a911b
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d7f450…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Wed Feb 24 17:04:54 2010 +0100
userblacklist(k): short term fix in the docs for redundant table definition
(cherry picked from commit 2372a7d5039a72f9cdb6b8bb7acb8a5ae2cb5c5f)
---
modules_k/userblacklist/README | 4 +++-
modules_k/userblacklist/doc/userblacklist_db.xml | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/modules_k/userblacklist/README b/modules_k/userblacklist/README
index c771760..5e0c242 100644
--- a/modules_k/userblacklist/README
+++ b/modules_k/userblacklist/README
@@ -399,7 +399,9 @@ modparam("userblacklist", "userblacklist_whitelist_col", "whitelist")
8. globalblacklist_table (String)
- Name of the globalblacklist table for the userblacklist module.
+ Name of the globalblacklist table for the userblacklist module. Please
+ not that this table is currently ignored, the table needs to be given
+ as a parameter for the check_blacklist function.
Default value is "globalblacklist".
diff --git a/modules_k/userblacklist/doc/userblacklist_db.xml b/modules_k/userblacklist/doc/userblacklist_db.xml
index f4d2585..5e8df9c 100644
--- a/modules_k/userblacklist/doc/userblacklist_db.xml
+++ b/modules_k/userblacklist/doc/userblacklist_db.xml
@@ -111,7 +111,9 @@ modparam("userblacklist", "userblacklist_whitelist_col", "whitelist")
</section>
<section>
<title><varname>globalblacklist_table</varname> (String)</title>
- <para>Name of the globalblacklist table for the userblacklist module.</para>
+ <para>Name of the globalblacklist table for the userblacklist module.
+ Please not that this table is currently ignored, the table needs to be
+ given as a parameter for the check_blacklist function.</para>
<para>
<emphasis>Default value is <quote>globalblacklist</quote>.</emphasis>
</para>