<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<tt>Hi,<br>
<br>
This kind of ordering is valid in older versions of Asterisk.
Maybe not anymore in the newer versions.<br>
<br>
Regards,<br>
</tt>
<pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
<div class="moz-cite-prefix">On 02.07.2016 04:23, Nabeel wrote:<br>
</div>
<blockquote
cite="mid:CA+vx6K+gfC1tUuQmijhWv22YTi1Y__Ez2XtHqKoYJ9E1nXjMMA@mail.gmail.com"
type="cite">
<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 => _VMR_.,1,Ringing<br>
exten => _VMR_.,n,Wait(1)<br>
exten => _VMR_.,n,Answer<br>
exten => _VMR_.,n,Wait(1)<br>
exten => _VMR_.,n,Voicemail(${EXTEN:4}|u)<br>
exten => _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 => VM_pickup,1,Ringing<br>
exten => VM_pickup,n,wait(1)<br>
exten => VM_pickup,n,VoicemailMain(${CALLERIDNUM}|s)<br>
exten => VM_pickup,n,Hangup</blockquote>
</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra"><br>
</div>
</div>
</blockquote>
<br>
</body>
</html>