[Serusers] Cannot call aliases of user names if the user name is a real name

Java Rockx javarockx at gmail.com
Sun Apr 10 01:20:33 CEST 2005


Ladislav,

Thanks for the bug report. A new document will be released soon with that 
fixed.

Regards,
Paul

On Apr 9, 2005 7:09 PM, Ladislav Andel <ladia6 at centrum.cz> wrote:
> 
> I found the answer.
> I just added lookup("aliases");
> 
> # -----------------------------------------------------------------
> # Call Type Processing Section
> # -----------------------------------------------------------------
> lookup("aliases");
> if (uri==myself) {
> if (method=="INVITE") {
> route(3);
> break;
> } else if (method=="REGISTER") {
> route(2);
> break;
> };
> 
> if (!lookup("location")) {
> sl_send_reply("404", "User Not Found");
> break;
> };
> 
> route(1);
> };
> 
> LA> Hi,
> LA> I'm just playing around with OnSIP NatHelper/RTPproxy ser.cfg
> LA> and came across this problem.
> LA> if I add an user "joe" and add also an alias "1000"
> LA> I'm not able to call the alias "1000" and get reply from SER
> LA> 404 User not found.
> LA> What should I add to my ser.cfg?
> 
> LA> Thanks,
> LA> Lada
> 
> LA> _______________________________________________
> LA> Serusers mailing list
> LA> serusers at lists.iptel.org
> LA> http://lists.iptel.org/mailman/listinfo/serusers
> 
> _______________________________________________
> Serusers mailing list
> serusers at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20050409/c563db05/attachment.htm>


More information about the sr-users mailing list