<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I need to route calls to different destinations based on network
    ACL. I still need the calls to match a certain dial pattern<br>
    <br>
    how can I accomplish this?<br>
    <br>
    <b>All calls will match this first condition</b><br>
    &lt;condition field="destination_number"
    expression="^(\+?1)?(8(00|44|55|66|77|88)[2-9]\d{6})$"&gt;<br>
    <br>
    <b>If this</b><br>
    &lt;condition field="${acl(${network_addr} list1)}"
    expression="true"/&gt;<br>
    <b>execute these actions</b><br>
    <b>if this</b><br>
    &lt;condition field="${acl(${network_addr} list2)}"
    expression="true"/&gt;<br>
    <b>execute these actions</b><br>
  </body>
</html>