Excellent! Then you know the "s" option is what does the trick.
With regards to Dave's suggestion... what I have in my dial plan is every external call is tagged with a variable "FROM=OUTSIDE". With dial plans and logic in place, I've set up the system where people can press *98 and will have access to voice mail depending on the internal or external call... with/without the skip passcode option. Cheers! ----- Original Message ----- From: "Liviu Toma" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, November 09, 2007 5:37 PM Subject: Re: [on-asterisk] Voicemail Thanks everyone ! Dave's link (http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+VoiceMailMain) is exactly what I was looking for. Thanks, Liviu PS: I am using plain Asterisk 1.4.13, not TrixBox ----- Original Message ----- From: "Dave Donovan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 09, 2007 4:39 PM Subject: Re: [on-asterisk] Voicemail On Nov 9, 2007 4:31 PM, Liviu Toma <[EMAIL PROTECTED]> wrote: > Any idea ? At least how to pass the mailbox and password to the > VoiceMail application automatically ? Liviu, You should be able to use the voicemailmain() application and specify the user's mailbox with the 's' option. http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+VoiceMailMain In the dialplan extension, just use the callerid number as the mailbox number and you're in. This may be OK for home use but I would seriously consider the implications of doing this for a business. Also, make sure that the voicemail extension can only be dialed internally, otherwise, I could just program my box to send a 4 digit callerID and I could log in to any one of your mailboxes from my house. --Proceed With Caution-- and test thoroughly. Enjoy, Dave > > Thanks, > Liviu > > --------------------------------------------------------------------- > 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]
