iginal-
De: Daniel-Constantin Mierla [mailto:mico...@gmail.com]
Enviado el: martes, 21 de diciembre de 2010 6:43
Para: Klaus Darilion
CC: Ricardo Martinez; sr-users@lists.sip-router.org
Asunto: Re: [SR-Users] Source IP address in Failure_route
On 12/21/10 10:26 AM, Klaus Darilion wrote:
Am 17.
n
CC: Ricardo Martinez; sr-users@lists.sip-router.org
Asunto: Re: [SR-Users] Source IP address in Failure_route
On 12/21/10 10:26 AM, Klaus Darilion wrote:
>
>
> Am 17.12.2010 14:19, schrieb Ricardo Martinez:
>> Hello.
>>
>> I'm trying to obtain the source IP addres
On 12/21/10 10:26 AM, Klaus Darilion wrote:
Am 17.12.2010 14:19, schrieb Ricardo Martinez:
Hello.
I’m trying to obtain the source IP address from a reply message.
AFAIK the failure_route is executed in the context of the request. If
you want to analyze a reply you have to do it in a repl
Am 17.12.2010 14:19, schrieb Ricardo Martinez:
Hello.
I’m trying to obtain the source IP address from a reply message.
AFAIK the failure_route is executed in the context of the request. If
you want to analyze a reply you have to do it in a reply_route.
regards
Klaus
This is part of the
On 12/17/2010 08:19 AM, Ricardo Martinez wrote:
Hello.
I’m trying to obtain the source IP address from a reply message.
This is part of the configuration file :
failure_route[1] {
if (t_was_cancelled()) {
xlog("L_INFO", "[$ci] $rm:$ru t_was_cancelled in
failure_rout
Hello.
I’m trying to obtain the source IP address from a reply message.
This is part of the configuration file :
failure_route[1] {
if (t_was_cancelled()) {
xlog("L_INFO", "[$ci] $rm:$ru t_was_cancelled in
failure_route\n");
exit;
}