Hi Amit, you can distinguish this two conditions as suggested from RFC 3261:
if (user not found) -> sl_send_reply("480","Temporarily Unavailable");
if (user not exist) -> sl_send_reply("404","NOT Found");
HTH
Cosimo
21.4.18 480 Temporarily Unavailable
The callee's end system was contacted successfully but the callee is currently unavailable... This status is also returned by a redirect or proxy server that recognizes the user identified by the Request-URI, but does not currently have a valid forwarding location for that user.
Amit Vijayvargiya ha scritto:
Hi All,
How we can differentiate between "user not found" and "user not exist". what changes done in openser.cfg.
currently i m getting 404 response in both the cases "user not found" and "user not exist"
Thanks & Regards, Amit
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users