[Serusers] Question regarding save("location") and lookup("aliases")

Arnd Vehling av at nethead.de
Mon Feb 16 06:16:56 CET 2004


Hi,

in the standard nathelper.cfg (8.1.12 CVS Stable) there is the following
code:

--
if (uri==myself) {

                 if (method=="REGISTER") {
                         save("location");
                         break;
                 };

                 lookup("aliases");
---

Why arent the aliases not lookuped just after you save the location
like:

--
if (uri==myself) {

                 if (method=="REGISTER") {
                         save("location");
                         lookup("aliases");
                         break;
                 };
--

best regards,

   Arnd




More information about the sr-users mailing list