<!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 => _10,1,Dial(SIP/10,10)
exten =>_10,n,Background(vm-nobodyavail)
exten => _11,1,Dial(SIP/11,5)
exten =>_11,n,Background(vm-nobodyavail)
The only time I am aware of that you can leave out the prefix underscore is
for "exten => s" and "exten => i"</pre>
</blockquote>
<br>
No, you can leave out the leading underscore when you are using
explicit extension numbers. (such as those above) As soon as you
introduce <i>any</i> pattern matching characters, you <i>must</i>
include the leading underscore.<br>
</body>
</html>