Take a look at where route(frompstn) is being called. It's probably in a
'if' statement, meaning that if the source address is the pstn.gw_ip, then
return TRUE. Returning -1 is like saying, FALSE.
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-
Jayaprakash ; Kamailio (SER) - Users
Mailing List
Sent: Monday, August 26, 2013 2:36 PM
Subject: Re: [SR-Users] What does this mean...
It's checking the source of the current message. If the source address of the
message equals the variable pstn.gw_ip, return 1, otherwise return -1;
I think I found my missing ACKs! Can anyone tell me why they work be being
sent to the loopback interface? The destination address is still the
external (eth0) IP.
On Mon, Aug 26, 2013 at 3:36 PM, Marc Soda wrote:
> It's checking the source of the current message. If the source address of
>
It's checking the source of the current message. If the source address of
the message equals the variable pstn.gw_ip, return 1, otherwise return -1;
On Mon, Aug 26, 2013 at 3:33 PM, arun Jayaprakash wrote:
> This is a very basic question, but can someone let me know what this line
> means?
>
>
This is a very basic question, but can someone let me know what this line means?
if($si==$sel(cfg_get.pstn.gw_ip))
return 1;
return -1;
Thank you,
A
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-