Re: [OpenSIPS-Users] Script flag question

2011-03-08 Thread Bogdan-Andrei Iancu
g] On Behalf Of Bogdan-Andrei Iancu Sent: Friday, March 04, 2011 6:58 PM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] Script flag question Hi Denis, are you sure that your script flow does not hit any of those "exit" statements before getting to the second xlog() ?

Re: [OpenSIPS-Users] Script flag question

2011-03-04 Thread Denis Putyato
Behalf Of Bogdan-Andrei Iancu Sent: Friday, March 04, 2011 6:58 PM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] Script flag question Hi Denis, are you sure that your script flow does not hit any of those "exit" statements before getting to the second xlog() ? Regards, B

Re: [OpenSIPS-Users] Script flag question

2011-03-04 Thread Bogdan-Andrei Iancu
Hi Denis, are you sure that your script flow does not hit any of those "exit" statements before getting to the second xlog() ? Regards, Bogdan Denis Putyato wrote: Hello everybody! There is a piece of script … … if (dp_translate("20005", "$rU/$rU")) { xlog("L_INFO", "RU after alias = $

[OpenSIPS-Users] Script flag question

2011-03-03 Thread Denis Putyato
Hello everybody! There is a piece of script … … if (dp_translate("20005", "$rU/$rU")) { xlog("L_INFO", "RU after alias = $rU"); $avp(i:200)=$rU; setsflag(1); if (issflagset(1)) xlog("L_INFO", "FLAGS1 is set"); } if (dp_translate("2", "$rU/$var(ruri)")) {