Thanks Marc, so in the following module what happens if either 1 or -1 is returned?
#!ifdef WITH_PSTN route[FROMPSTN] { if($si==$sel(cfg_get.pstn.gw_ip)) return 1; return -1; } #!endif
Thank you, A
________________________________ From: Marc Soda msoda@coredial.com To: arun Jayaprakash jayaprakasharun@yahoo.com; Kamailio (SER) - Users Mailing List sr-users@lists.sip-router.org 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;
On Mon, Aug 26, 2013 at 3:33 PM, arun Jayaprakash jayaprakasharun@yahoo.com wrote:
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-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users