Roland Zagler
2005-Jul-02 10:17 UTC
[Asterisk-Users] Is it possible to setup group voicemail inAsterisk?
Hi Leo, here's a suggestion: in your dialplan (extensions.conf) send multiple users to the same mailbox (e.g. 999) if they do not pick up within 30 seconds: ; SIP Phone 100, Tom exten => 100,1,Dial(SIP/100,30) exten => 100,2,VoiceMail(999) ; SIP Phone 200, Eric exten => 200,1,Dial(SIP/200,30) exten => 200,2,VoiceMail(999) and in your voicemail.conf you do not specify a single user's email address (tom@example.com or eric@example.com), but a email group created in your email system then the voicemail file is sent to all the email-addresses in this group. this is not an asterisk issue, you should take a look at the manual of your email system on how to create groups. regards, roland -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Leo Burd Sent: Saturday, July 02, 2005 7:04 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Is it possible to setup group voicemail inAsterisk? Hello there, I'm a new Asterisk user and I wonder if it is possible to associate a voicemail box with a group of users, i.e., a single recorded message is sent to everyone in that group. If so, where can I find more information about that? Thanks in advance, Leo Burd _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users