<div>exten =&gt; 3999,2,VoicemailMain(s${CALLERIDNUM})<br>&nbsp;</div>
<div>if you extension is 104, then it will be converted inside asterisk to:</div>
<div>exten =&gt; 3999,2,VoicemailMain(s104)</div>
<div>&nbsp;</div>
<div>and that will give to you access to mailbox 104 without password&nbsp;prompt (s=skip) and you can retreive messages.&nbsp;</div>
<div>&nbsp;</div>
<div>${CALLERIDNUM} is extension (caller id)&nbsp;number of caller, and caller gets his own mailbox.<br>&nbsp;</div>