<br><br><div class="gmail_quote">On Wed, Mar 17, 2010 at 8:51 AM, Aloysius Lloyd <span dir="ltr"><<a href="mailto:lloyd.aloysius@gmail.com">lloyd.aloysius@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Adjust the dial plan to call extension 8000. The default Dial plan like below <div><br></div><div><condition field="destination_number" expression="^(10[01][0-9])$"></div><div><br></div><div>change to </div>
<div><br></div><div><condition field="destination_number" expression="^(<b>[1-8]</b>0[01][0-9])$"></div></blockquote><div><br>Careful! This causes LOTS of different dialed numbers to match. You might try this instead:<br>
<condition field="destination_number" expression="^(8000|10[01][0-9])$"><br><br>This subject is covered nicely in the newbie article:<br></div></div><a href="http://bit.ly/EpVrv">http://bit.ly/EpVrv</a><br>
<br>-MC<br>