Subject: | Net::SIP::Authorize feature request |
Date: | Thu, 3 Apr 2008 13:07:37 +0100 |
To: | bug-Net-SIP [...] rt.cpan.org |
From: | "Alex Revetski" <revetski [...] gmail.com> |
Hi,
I'm trying to build a simple sip registar server and I use
Net::SIP::Authorize to authorize the users.
At the moment Net::SIP::Authorize supports a user2pass callback that
should provide a plain password when request arrives, since I do not
want to store plain passwords in the database (for security reasons),
it would be nice to have an additional callback in the interface let
say user2a1 that will provide an calculated a1 parameter used for
authorisation, that I can calculate on registration and store it in
database.
Thanks,
Alex