[asterisk-users] Questions about Voicemail

Robert Lister robl at lentil.org
Mon Nov 23 12:53:06 CST 2009


On Mon, 2009-11-23 at 10:37 -0500, Dovey Forman wrote:
> I am sorry if this is not the correct place to post a question.
>
> I am wondering if there is way in asterisk 1.2 to:
>
> 1.      Send a voicemail (from the phone) to multiple recipients.

Yes I believe so.

1. The voicemail app allows delivery to multiple destinations at once:

 - example :

exten => 100,1,VoiceMail(u101&102&103)

2. Create an e-mail alias/list and deliver the voicemail via e-mail to
that alias.


> 2.      Require (as an admin) for users 1st logging into their
> voicemail to change their greeting and/or password.

There is a user option forcegreetings:

forcegreetings = [yes|no]
        
        Sets whether the user will be forced to record a new greeting
        when logging in to the system for the first time. Default: no
        
        Example:
        
        forcegreetings = no 
        

Not sure about the forced change PIN, but it should be easy enough to
write a little command wrapper around it and prompt for PIN via the
dialplan.


Rob







More information about the asterisk-users mailing list