<div dir="ltr"><div class="gmail_extra">The tutorial contains a mistake where the priority ordering in extensions.conf should start with 1, not n:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">; Voicemail <br>exten =&gt; _VMR_.,1,Ringing<br>exten =&gt; _VMR_.,n,Wait(1)<br>exten =&gt; _VMR_.,n,Answer<br>exten =&gt; _VMR_.,n,Wait(1)<br>exten =&gt; _VMR_.,n,Voicemail(${EXTEN:4}|u)<br>exten =&gt; _VMR_.,n,Hangup </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">; Allow users to call their Voicemail directly<br>exten =&gt; VM_pickup,1,Ringing<br>exten =&gt; VM_pickup,n,wait(1)<br>exten =&gt; VM_pickup,n,VoicemailMain(${CALLERIDNUM}|s)<br>exten =&gt; VM_pickup,n,Hangup</blockquote></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>