It's up to your dialplan to route to the different announcements. Voicemail(u1234) plays unavailable message Voicemail(b1234) plays busy message
Note that the temporary message (when recorded) overrides both other announcements. This link provides very good info: http://www.voip-info.org/wiki/view/Asterisk+cmd+VoiceMail -- Bjorn -----Original Message----- From: Chuck Mariotti [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 1:36 AM To: [email protected] Subject: RE: [on-asterisk] Trixbox Voicemail Thanks for all of the suggestions... One other "quick" question... Voicemail boxes seem to be allowed to record three messages, "Out of the office", "On the Phone" and "Temporary / Vacation message"... How exactly does the user switch between these messages without having to re-record them? There doesn't seem to be an option to "switch" for example... Just record them. Any suggestions? -----Original Message----- From: Bjorn Asmul [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 1:09 AM To: [email protected] Subject: RE: [on-asterisk] Trixbox Voicemail ...you can also set the initial voicemail PIN to the same as their mailbox number, and add the following setting to "voicemail.conf": forcename=yes ; Forces a new user to record their name. forcegreetings=yes ; This is the same as forcename, except for recording greetings. -- Bjorn -----Original Message----- From: Blaine Aldridge [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 1:11 PM To: [email protected] Subject: Re: [on-asterisk] Trixbox Voicemail Hi Chuck, Are you speaking of the instructions that are played after the voicemail greeting? http://www.voip-info.org/wiki/view/Asterisk+cmd+VoiceMail You may not specify both u and b flags together. You may, however, combine them with s, giving six possibilities: 1. s: Play nothing. 2. (no flags): Play instructions. 3. su: Play unavailable message. 4. u: Play unavailable message, then instructions. 5. sb: Play busy message. 6. b: Play busy message, then instructions. In all cases, the beep.gsm file will also be played, prior to starting to record. Blaine Aldridge --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
