<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div bgcolor="#ffffff" text="#000000">
    <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; font-size: medium;"><span style="font-family: Helvetica,Arial;"></span></span><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; font-size: medium;"><span style="font-family: Helvetica,Arial;"></span></span>if(!cr_route(&quot;default&quot;,
    &quot;1&quot;, &quot;$rU&quot;, &quot;$rU&quot;, &quot;call_id&quot;)){<br>
        if(!cr_route(&quot;default&quot;, &quot;2&quot;, &quot;$rU&quot;, &quot;$rU&quot;, &quot;call_id&quot;)) #here
    rule 3 would be selected because domain is 2, not 1<br>
            send_reply(&quot;403&quot;, &quot;Not allowed&quot;);<br>
    }<br>
    <br>
    So you can have a special domain for each carrier that has no flags
    set and just acts like a catch all construct. Performance should not
    be impacted. <br>
    <br>
    Hope this helps.<br>
    Marius<div class="im"><br></div></div></blockquote></div><br>Hi Marius, sure, I think it helps by now...<br>Thank you.<br>