<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Michael wrote:
<blockquote cite="mid:200812262335.34288.michael@networkstuff.co.nz"
 type="cite">
  <pre wrap="">Change it to the following:
exten =&gt; _10,1,Dial(SIP/10,10)
exten =&gt;_10,n,Background(vm-nobodyavail)
exten =&gt; _11,1,Dial(SIP/11,5)
exten =&gt;_11,n,Background(vm-nobodyavail)

The only time I am aware of that you can leave out the prefix underscore is 
for "exten =&gt; s" and "exten =&gt; i"</pre>
</blockquote>
<br>
No, you can leave out the leading underscore when you are using
explicit extension numbers. (such as those above)&nbsp; As soon as you
introduce <i>any</i> pattern matching characters, you <i>must</i>
include the leading underscore.<br>
</body>
</html>