THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#138 - [selects] @v.branch and others are not exported
User who did this - Iñaki Baz Castillo (ibc)
----------
The request is correct (no parsing errors at all):
DEBUG: <core> [parser/parse_via.c:1287]: Found param type 232,<branch> = <z9hG4bKaxdawfnv>; state=16
Then when running this xlog:
xlog("L_INFO", "[$sel((a)v.branch)] $rm from $fu ($fU) to $ru ($sel((a)v.transport) $si : $sp)");
I get <null> for $sel((a)v.branch):
DEBUG: <core> [select_core.c:378]: missing VIA[6] header
DEBUG: <core> [parser/parse_to.c:174]: DEBUG: add_param: tag=wohrg
DEBUG: <core> [parser/parse_to.c:803]: end of header reached, state=29
DEBUG: <core> [select.c:424]: Calling SELECT 0x7f5e99bd9890
INFO: <script>: [<null>] ACK from sip:test_ibc@aliax.net (test_ibc) to sip:kaka@aliax.net (UDP 192.168.1.16 : 15060)
So, what does it mean "[select_core.c:378]: missing VIA[6] header" ?
It's not missing at all. It's an INVITE from Twinkle, 100% correct:
INVITE sip:kaka@aliax.net SIP/2.0
Via: SIP/2.0/UDP 192.168.1.16:15060;rport;branch=z9hG4bKfzqlmkkf
Max-Forwards: 70
To: <sip:kaka@aliax.net>
From: "OverSIP" <sip:test_ibc@aliax.net>;tag=hkrmz
Call-ID: soilztpqcxyvhfr@ibc-laptop
CSeq: 986 INVITE
Contact: <sip:test_ibc@192.168.1.16:15060;transport=udp>
Content-Type: application/sdp
Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,REFER,NOTIFY,SUBSCRIBE,INFO,MESSAGE
Supported: replaces,norefersub,100rel
User-Agent: Twinkle/1.4.2
Content-Length: 309
[...]
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=138#comment232
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.
Hi, devel cookbooks says:
tcp_wq_max
Maximum bytes queued for write allowed globally. It has no effect if
tcp_write_buf is not enabled.
However tcp_write_buf is not defined (neither it exists as at valid
core parameter in config file).
--
Iñaki Baz Castillo
<ibc(a)aliax.net>
Module: sip-router
Branch: master
Commit: 03a4b6fc64dd2abda540bc16ff37904984725f62
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=03a4b6f…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Wed Jun 29 22:12:28 2011 +0200
core: fix another bunch of 'no real prototype' warnings, add doxygen docs
* fix another bunch of gcc 4.5 'no real prototype' warnings by making the MD5
functions typesafe (removing this PROTO_LIST stuff)
* refactoring of function definitions to use a proper style, like everybody else
* remove not needed defines for datatypes, delete the then empty header completely
* remove the unneeded include of md5global.h from a few modules
* fix callers of MD5 utility functions which already use a proper type
* adapt format of RSA copyright notices to the common style as well
* add doxygen documentations to all functions and defines
* similar changes have been done in kamailio, but have been not ported to this
repository yet
---
lib/kcore/strcommon.c | 2 +-
md5.c | 83 ++++++++++++++---------------------
md5.h | 42 ++++++++++++++---
md5global.h | 38 ----------------
md5utils.c | 99 +++++++++++++++--------------------------
md5utils.h | 19 +++++++-
modules/auth/nonce.c | 11 ++---
modules/auth/rfc2617.c | 1 -
modules/topoh/th_mask.c | 2 +-
modules_k/cfgutils/cfgutils.c | 4 +-
modules_s/uac/auth_alg.c | 1 -
11 files changed, 128 insertions(+), 174 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=03a…
Hi, in devel version (kamailio flavour) I try to print some selects to
the log (using xlog):
xlog("L_INFO", "request transport = $sel((a)v.transport), branch =
$sel((a)v.branch)\n");
@v.transport is indeed printed (tcp/udp...) but @v.branch is not,
neither other selects as @v, @v.host and so.
Do I miss something?
--
Iñaki Baz Castillo
<ibc(a)aliax.net>
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Iñaki Baz Castillo (ibc)
Attached to Project - sip-router
Summary - [selects] @v.branch and others are not exported
Task Type - Bug Report
Category - select framework
Status - Assigned
Assigned To - Jan Janak
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - In devel version (kamailio flavour) I try to print some selects to the log (using xlog):
xlog("L_INFO", "request transport = $sel((a)v.transport), branch = $sel((a)v.branch)\n");
@v.transport is indeed printed (tcp/udp...) but @v.branch is not, neither other selects as @v, @v.host and so.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=138
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.