[Asterisk-Users] Is it possible to setup group voicemail
inAsterisk?
Roland Zagler
r.zagler at fog.at
Sat Jul 2 10:17:40 MST 2005
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 at example.com or eric at 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 at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Leo Burd
Sent: Saturday, July 02, 2005 7:04 PM
To: asterisk-users at 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 at 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
More information about the asterisk-users
mailing list