<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>I have this for same function. <br><br>[voice-mail]<br><br>;VM for external users calling from PSTN prompt for mailbox number and pin<br>exten =&gt; 8000,1,Answer()<br>exten =&gt; 8000,n,Wait(1)<br>exten =&gt; 8000,n,VoicemailMain(@default)<br>exten =&gt; 8000,n,Hangup()<br><br>;VM for internal users only pin <br>exten =&gt; 8500,1,Answer()<br>exten =&gt; 8500,n,Wait(1)<br>exten =&gt; 8500,n,VoicemailMain(${CALLERID(num):-4}@default)<br>exten =&gt; 8500,n,Hangup()<br><br>exten =&gt; i,1,playback(invalid)<br>exten =&gt; i,2,hangup<br><br><br><br><hr id="stopSpelling">Date: Fri, 8 Apr 2011 12:26:27 -0400<br>From: vipkilla@gmail.com<br>To: asterisk-users@lists.digium.com<br>Subject: Re: [asterisk-users] asterisk login to voicemail<br><br>can you explain how this can be done simpler?<br><br><div class="ecxgmail_quote">On Fri, Apr 8, 2011 at 10:10 AM, Satish Patel <span dir="ltr">&lt;<a href="mailto:satish_lx@hotmail.com">satish_lx@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote class="ecxgmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div>Why are you using agi for this ? They are inbuild features of asterisk.&nbsp;</div><div><br></div>
<div>Or may be I am missing something&nbsp;</div><div><br><font color="#888888"><div>--</div>Sent from my iPhone</font></div><div><div></div><div class="h5"><div><br>On Apr 8, 2011, at 8:26 AM, vip killa &lt;<a href="mailto:vipkilla@gmail.com">vipkilla@gmail.com</a>&gt; wrote:<br>
<br></div><div></div><blockquote><div>Wow, thanks, that worked...<div>in case anyone is interested this is what i did....</div><div><div><br></div><div>[voicemail]</div><div>exten =&gt; a,1,VoiceMailMain(${MAILBOXID}@${MAILBOXCONTEXT},p)</div>
<div><br></div><div>
in AGI...</div><div><br></div><div><div>$AGI-&gt;set_variable("MAILBOXID", $options);</div><div>$AGI-&gt;set_variable("MAILBOXCONTEXT","4");</div></div><div>$AGI-&gt;set_context("voicemail");</div>

<div>$AGI-&gt;exec("VoiceMail", $options);</div><div><br></div><div>now the question is how to I get the VoiceMailMain to not ask for "Mailbox" and already know which mailbox and just prompt for "Password"</div>

<div><br></div><br><div class="ecxgmail_quote">On Thu, Apr 7, 2011 at 6:44 PM, Dan Journo <span dir="ltr">&lt;<a href="mailto:dan@keshercommunications.com"></a><a href="mailto:dan@keshercommunications.com">dan@keshercommunications.com</a>&gt;</span> wrote:<br>
<blockquote class="ecxgmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div lang="EN-GB"><div><div><p class="ecxMsoNormal" style="margin-bottom: 12pt;"><span style="color: rgb(31, 73, 125);">&gt; </span>Unfortunately, that solution will not work for me... The user must be able to hit * during the greeting of any voicemail and be prompted for the "Password" to that particular mailbox.... looks like i got a lot of programming to do to create a work around for this... thanks for your help...<span style="color: rgb(31, 73, 125);"></span></p>

</div><p class="ecxMsoNormal" style="margin-bottom: 12pt;"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Forgive me if i'm wrong, but you guys seem to be over complicating things.</span></p><p class="ecxMsoNormal" style="margin-bottom: 12pt;">

<span style="font-size: 11pt; color: rgb(31, 73, 125);">Taken from: <a href="http://www.voip-info.org/wiki/view/Asterisk+cmd+VoiceMail" target="_blank"></a><a href="http://www.voip-info.org/wiki/view/Asterisk+cmd+VoiceMail" target="_blank">http://www.voip-info.org/wiki/view/Asterisk+cmd+VoiceMail</a></span></p>
<p class="ecxMsoNormal" style="margin-bottom: 12pt;">
during the prompt if the caller presses: <br><span style="font-family: 'Courier New';">&nbsp;'*'&nbsp;-&nbsp;the&nbsp;call&nbsp;jumps&nbsp;to&nbsp;extension&nbsp;'a'&nbsp;in&nbsp;the&nbsp;current&nbsp;voicemail&nbsp;context.&nbsp; </span><br><span style="font-family: 'Courier New';">&nbsp;&nbsp;&nbsp;&nbsp;<strong><span style="font-family: 'Courier New';">Example:</span></strong> </span><br>

<span style="font-family: 'Courier New';">&nbsp;&nbsp;&nbsp;&nbsp;Exten&nbsp;=&gt;&nbsp;a,&nbsp;1,&nbsp;VoicemailMain(@default) </span><br><span style="font-family: 'Courier New';">&nbsp;&nbsp;&nbsp;&nbsp;Exten&nbsp;=&gt;&nbsp;a,&nbsp;2,&nbsp;Hangup</span></p><p class="ecxMsoNormal" style="margin-bottom: 12pt;">

When using the star '*' it's important to note that the context you placed the application voicemail in is irrelevant, it's the context for the voicemail box that we're looking for in the dialplan for the jump to the 'a' extension. <br>

<br><span style="font-size: 11pt; color: rgb(31, 73, 125);"></span></p><p class="ecxMsoNormal" style="margin-bottom: 12pt;"><span style="font-size: 11pt; color: rgb(31, 73, 125);">So this is what i do...</span></p><p class="ecxMsoNormal" style="margin-bottom: 12pt;">

<span style="font-size: 11pt; color: rgb(31, 73, 125);">Before passing the call to the voicemail app, i set ${MAILBOXCONTEXT} to the correct context, and i set ${MAILBOXID} to the mailbox name.</span></p><p class="ecxMsoNormal" style="margin-bottom: 12pt;">

<span style="font-size: 11pt; color: rgb(31, 73, 125);">Then, in extensions.conf, I added this:-</span></p><p class="ecxMsoNormal" style="margin-bottom: 12pt;"><span style="font-size: 11pt; color: rgb(31, 73, 125);">[voicemail]<br>exten =&gt; a,1,Playback(astcc-please-enter-your)<br>

exten =&gt; a,n,VoicemailMain(${MAILBOXID}@${MAILBOXCONTEXT})</span></p><p class="ecxMsoNormal" style="margin-bottom: 12pt;"><span style="font-size: 11pt; color: rgb(31, 73, 125);">When the user presses *, they are passed to the 'a' extension above and into VoicemailMain.</span></p>

<p class="ecxMsoNormal" style="margin-bottom: 12pt;"><span style="font-size: 11pt; color: rgb(31, 73, 125);">I'm sure you can turn this into AGI easily enough if needed.</span></p><p class="ecxMsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">&nbsp;</span></p>

<p class="ecxMsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Dan Journo</span></p><p class="ecxMsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Kesher Communications (UK)</span></p><p class="ecxMsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"><a href="http://www.keshercommunications.com/" target="_blank">Business Phone Systems</a> | <a href="http://www.keshercommunications.com/hostedpbx.html" target="_blank">Hosted PBX</a></span></p>

<p class="ecxMsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">&nbsp;</span></p><p class="ecxMsoNormal" style="margin-bottom: 12pt;"><span style="font-size: 11pt; color: rgb(31, 73, 125);">&nbsp;</span></p></div></div><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank"></a><a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.asterisk.org/hello" target="_blank"></a><a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank"></a><a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br></div>
</div></blockquote><blockquote><div><span>--</span><br><span>_____________________________________________________________________</span><br><span>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --</span><br>
<span>New to Asterisk? Join us for a live introductory webinar every Thurs:</span><br><span> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.asterisk.org/hello" target="_blank"></a><a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a></span><br>
<span></span><br><span>asterisk-users mailing list</span><br><span>To UNSUBSCRIBE or update options visit:</span><br><span> &nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank"></a><a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></span></div>
</blockquote></div></div></div><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>
<br>--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users                                               </body>
</html>