Adam Robins
2005-Jan-28 08:16 UTC
[Asterisk-Users] Authentication against voicemail password database
I would like to allow my remote users to dial in from their homes, cells, etc., and instruct Asterisk to forward calls made to their office extension to a number of their choosing. The wiki entry on "Asterisk call forwarding" shows how to do this. For security purposes, I would like to front-end this by asking the user to supply a password for their extension. Ideally, this would be their voicemail password. Is there a cmd I can use in extensions.conf to check extension and password against the voicemail database? Thanks, Adam The contents of this email message and any attachments are confidential and are intended solely for addressee. The information may also be legally privileged. This transmission is sent in trust, for the sole purpose of delivery to the intended recipient. If you have received this transmission in error, any use, reproduction or dissemination of this transmission is strictly prohibited. If you are not the intended recipient, please immediately notify the sender by reply email and delete this message and its attachments, if any.
Andrew Thompson
2005-Jan-28 09:49 UTC
[Asterisk-Users] Authentication against voicemail password database
Adam Robins wrote:> I would like to allow my remote users to dial in from their homes, > cells, etc., and instruct Asterisk to forward calls made to their office > extension to a number of their choosing. The wiki entry on "Asterisk > call forwarding" shows how to do this. For security purposes, I would > like to front-end this by asking the user to supply a password for their > extension. Ideally, this would be their voicemail password. Is there a > cmd I can use in extensions.conf to check extension and password against > the voicemail database?The only thing that comes to mind for me is loading the voicemail configuration from a database, and using an AGI that can read that database to authenticate and process your call forwarding. An upside to this might be the ability to allow users to change their own password(which I'm not sure they can do with voicemail.conf). -- Andrew Thompson http://aktzero.com/ http://dev.asteriskdocs.org/