<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR>
<STYLE>@page Section1 {size: 8.5in 11.0in; margin: 1.0in 77.95pt 1.0in 77.95pt; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
P.MsoPlainText {
        FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Courier New"
}
LI.MsoPlainText {
        FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Courier New"
}
DIV.MsoPlainText {
        FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Courier New"
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=purple link=blue bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I do this already with outgoing calls and it works 
fine as long as I am only using the Dial command. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Where I am running into trouble is when doing 
something like I have created below. I know the syntax is not 100% correct, just 
using it as a quicky example.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>What happens here is if the DNIS matches one of the 
first two exact numbers, it plays the background, sets the timeouts then goes on 
and plays the&nbsp;sound in the include and hangs up.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>What I want it to do is execute the stuff in the 
include ONLY if none of the exact matches ocurr. I would think this is the way 
it should work but I can't seem to make it happen.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt">[incoming]</SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><SPAN style="FONT-SIZE: 10pt">Exten =&gt; 
2145550001,1,Answer</SPAN></SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><SPAN style="FONT-SIZE: 10pt"><SPAN 
style="FONT-SIZE: 10pt">Exten =&gt; 
2145550001,2,Wait(1)</SPAN></SPAN></SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt">Exten =&gt; 
2145550001,3,Background(MyGreeting)</SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><SPAN style="FONT-SIZE: 10pt">Exten =&gt; 
2145550001,4,Timeout(30)&nbsp;&nbsp; </SPAN></SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><SPAN style="FONT-SIZE: 10pt"><SPAN 
style="FONT-SIZE: 10pt">Exten =&gt; 
2145550001,5,DigitTimeout(3)</SPAN></SPAN></SPAN></FONT></P>
<P class=MsoPlainText><FONT face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt"><SPAN 
style="FONT-SIZE: 10pt"></SPAN></SPAN></FONT>&nbsp;</P><FONT face=Arial 
size=2><SPAN style="FONT-SIZE: 10pt"><SPAN style="FONT-SIZE: 10pt">
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><SPAN style="FONT-SIZE: 10pt">Exten =&gt; 
2145550002,1,Answer</SPAN></SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><SPAN style="FONT-SIZE: 10pt"><SPAN 
style="FONT-SIZE: 10pt">Exten =&gt; 
2145550002,2,Wait(1)</SPAN></SPAN></SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt">Exten =&gt; 
2145550002,3,Background(MyGreeting)</SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><SPAN style="FONT-SIZE: 10pt">Exten =&gt; 
2145550002,4,Timeout(30)&nbsp;&nbsp; </SPAN></SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><SPAN style="FONT-SIZE: 10pt"><SPAN 
style="FONT-SIZE: 10pt">Exten =&gt; 
2145550002,5,DigitTimeout(3)</SPAN></SPAN></SPAN></FONT></P></SPAN></SPAN></FONT>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><o:p></o:p></SPAN></FONT>&nbsp;</P>
<P class=MsoPlainText>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><o:p></o:p></SPAN></FONT></P><FONT face="Courier New" 
size=2><SPAN style="FONT-SIZE: 10pt">Include =&gt; 
Pattern-Include</SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt">[Pattern-Include]</SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><SPAN style="FONT-SIZE: 10pt"><SPAN 
style="FONT-SIZE: 10pt"><FONT face=Arial>&nbsp;</FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><SPAN style="FONT-SIZE: 10pt">Exten =&gt; 
_8XXNXXXXXX,1,Answer</SPAN></SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><SPAN style="FONT-SIZE: 10pt"><SPAN 
style="FONT-SIZE: 10pt">Exten =&gt; 
_8XXNXXXXXX,2,Wait(1)</SPAN></SPAN></SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt">Exten =&gt; 
_8XXNXXXXXX,3,Playback(NumNotConfigured)</SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><SPAN style="FONT-SIZE: 10pt">Exten =&gt; 
_8XXNXXXXXX,4,Hangup</SPAN></SPAN></FONT></SPAN></SPAN></SPAN></FONT></P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"></SPAN></FONT>&nbsp;</P>
<P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
style="FONT-SIZE: 10pt"><FONT 
face=Arial></FONT><o:p></o:p></SPAN></FONT>&nbsp;</P></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>Private Label Wholesale Internet Access!<BR><A 
href="http://www.YourOwnISP.com">http://www.YourOwnISP.com</A></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=tim@timsnet.com href="mailto:tim@timsnet.com">Tim Connolly</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=asterisk-users@lists.digium.com 
  href="mailto:asterisk-users@lists.digium.com">'Asterisk Users Mailing List - 
  Non-Commercial Discussion'</A> ; <A title=mike@shelcomm.com 
  href="mailto:mike@shelcomm.com">mike@shelcomm.com</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, April 30, 2005 4:21 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [Asterisk-Users] Pattern 
  Matching</DIV>
  <DIV><BR></DIV>
  <DIV class=Section1>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">Like this:<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">[dids]<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">Exten =&gt; 
  2145550001,1,dial(SIP/6001)<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">Exten =&gt; 
  2145550002,1,dial(SIP/6002)<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">Exten =&gt; 
  2145550003,1,dial(SIP/6003)<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">Include =&gt; default-did<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">[default-did]<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">Exten =&gt; 
  _.,1,dial(SIP/6000)<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">Seems pretty simple. I used this method of 
  least/highest cost routing to choose my LD carrier. Should work the same 
  though.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><A 
  href="http://www.voip-info.org/tiki-index.php?page=Asterisk%20least%20cost%20routing%20using%20broadvoice">http://www.voip-info.org/tiki-index.php?page=Asterisk%20least%20cost%20routing%20using%20broadvoice</A><o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">-----Original Message-----<BR>From: 
  asterisk-users-bounces@lists.digium.com 
  [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Mojo 
  Jojo<BR>Sent: Saturday, April 30, 2005 3:08 PM<BR>To: mike@shelcomm.com; 
  Asterisk Users Mailing List - Non-Commercial Discussion<BR>Subject: Re: 
  [Asterisk-Users] Pattern Matching</SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">Not sure what you mean exactly... Can you give me a 
  hint?<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">Private Label Wholesale Internet 
  Access!<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">http://www.YourOwnISP.com<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">----- Original Message ----- 
  <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">From: "Michael D Schelin" 
  &lt;mike@shelcomm.com&gt;<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">To: "Asterisk Users Mailing List - Non-Commercial 
  Discussion" <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&lt;asterisk-users@lists.digium.com&gt;<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">Sent: Friday, April 29, 2005 10:10 
  PM<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">Subject: Re: [Asterisk-Users] Pattern 
  Matching<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt; Hey Mojo, I'm thinking you might try using 
  priorty 's to set some kind <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt; routing. just a 
  thought..<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt; Mojo Jojo wrote:<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; We recently had our PRI installed, we 
  currently have 100 toll-free's <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; pointing to it.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; I have almost everything working great 
  but..<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; I have setup the first few numbers we want to 
  use coming in from the PRI <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; and they work great, 
  but..<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; What I want to do is setup an extension with 
  pattern matching to answer <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; for any numbers called that are pointed to 
  our system and PRI but not yet <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; in 
  use/configured.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; I have been successful at setting up pattern 
  matching as a catch all for <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; 98 or so numbers not in use yet and I have 
  been successful setting up the <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; 2 numbers I want to make use of for 
  now.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; Problem is, I can't use both at the same 
  time!<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; If I turn on the pattern matching then my 
  greeting plays for the <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; configured number, then the message plays for 
  the invalid number <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; (basically executing the extension with the 
  pattern matching).<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; I have read about sorting with pattern 
  matching by using an include, I <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; did this but it's not really 
  helping.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; I have set a response timeout after the first 
  extension plays it's <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; greeting, I would think it should wait until 
  it times out but it doesn't, <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; it just immediately moves to the pattern 
  matched extension.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; I must be missing something big 
  here..<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; Any help is 
  appreciated..<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; -- <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; Private Label Wholesale Internet 
  Access!<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; 
  http://www.YourOwnISP.com<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; 
  _______________________________________________<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; Asterisk-Users mailing 
  list<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; 
  Asterisk-Users@lists.digium.com<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; 
  http://lists.digium.com/mailman/listinfo/asterisk-users<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt; To UNSUBSCRIBE or update options 
  visit:<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;&nbsp;&nbsp; 
  http://lists.digium.com/mailman/listinfo/asterisk-users<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;<o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt; 
  _______________________________________________<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt; Asterisk-Users mailing 
  list<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt; 
  Asterisk-Users@lists.digium.com<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt; 
  http://lists.digium.com/mailman/listinfo/asterisk-users<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt; To UNSUBSCRIBE or update options 
  visit:<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt;&nbsp;&nbsp; 
  http://lists.digium.com/mailman/listinfo/asterisk-users<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&gt; <o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">_______________________________________________<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">Asterisk-Users mailing 
  list<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">Asterisk-Users@lists.digium.com<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">http://lists.digium.com/mailman/listinfo/asterisk-users<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">To UNSUBSCRIBE or update options 
  visit:<o:p></o:p></SPAN></FONT></P>
  <P class=MsoPlainText><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt">&nbsp;&nbsp; 
  http://lists.digium.com/mailman/listinfo/asterisk-users<o:p></o:p></SPAN></FONT></P></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Asterisk-Users 
  mailing 
  list<BR>Asterisk-Users@lists.digium.com<BR>http://lists.digium.com/mailman/listinfo/asterisk-users<BR>To 
  UNSUBSCRIBE or update options visit:<BR>&nbsp;&nbsp; 
  http://lists.digium.com/mailman/listinfo/asterisk-users</BLOCKQUOTE></BODY></HTML>