Oh my bad, I got now.
on reply route , you can get some variables. Have you tried "TMX module
Pseudo-Variables"
https://www.kamailio.org/wiki/cookbooks/5.2.x/pseudovariables
________________________________
From: sr-users <sr-users-bounces(a)lists.kamailio.org> on behalf of YAS0 CANER
<caner_yaso(a)hotmail.com>
Sent: Thursday, January 3, 2019 9:01 AM
To: Sergiu Pojoga; Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] logging destination IP and proto on reponse
Hello,
you can use accounting module to log them.You can append new variables,
modparam("acc", "log_extra",
"src_user=$fU;src_domain=$fd;src_ip=$si;"
"dst_ouser=$tU;dst_user=$rU;dst_domain=$rd")
in addition, there is a onsend_route to help what you need.
https://www.kamailio.org/wiki/cookbooks/5.2.x/core#onsend_route
cookbooks:5.2.x:core [Kamailio SIP Server
Wiki]<https://www.kamailio.org/wiki/cookbooks/5.2.x/core#onsend_route>
This is the second section of the configuration file, containing the directives to load
modules and set their parameters. It contains the directives loadmodule and modparam.In
the default configuration file starts with the line setting the path to modules (the
assignment to mpath core parameter.. Example of content:
www.kamailio.org
onsend_route
onsend_route {
if(to_ip==1.2.3.4 && !isflagset(12)){
log<http://www.opengroup.org/onlinepubs/009695399/functions/log.html>…>(1,
"message blocked\n");
drop;
}
}
________________________________
From: sr-users <sr-users-bounces(a)lists.kamailio.org> on behalf of Sergiu Pojoga
<pojogas(a)gmail.com>
Sent: Thursday, January 3, 2019 4:01 AM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] logging destination IP and proto on reponse
$sel(via[2].host) should give the 'destination' of the reply, provided that the
original request wasn't from behind NAT and one single proxy in between UAs.
Don't take my answer for granted, as I don't think it's complete and/or
accurate.
On Wed, Jan 2, 2019 at 5:11 PM Andrew Chen
<achen@fuze.com<mailto:achen@fuze.com>> wrote:
Hey all,
Any way to log destination IP and proto of SIP responses? I'd tried to use majority
of the pseudovars, but they all just return <null>.
Thanks.
--
Andy Chen
achen@<mailto:achen@thinkingphones.com>fuze.com<http://fuze.com>
*Confidentiality Notice: The information contained in this e-mail and any
attachments may be confidential. If you are not an intended recipient, you
are hereby notified that any dissemination, distribution or copying of this
e-mail is strictly prohibited. If you have received this e-mail in error,
please notify the sender and permanently delete the e-mail and any
attachments immediately. You should not retain, copy or use this e-mail or
any attachment for any purpose, nor disclose all or any part of the
contents to any other person. Thank you.*_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org<mailto:sr-users@lists.kamailio.org>
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users