<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: 'Times New Roman'; 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: 'Times New Roman'; 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("default",
"1", "$rU", "$rU", "call_id")){<br>
   if(!cr_route("default", "2", "$rU", "$rU", "call_id")) #here
rule 3 would be selected because domain is 2, not 1<br>
      send_reply("403", "Not allowed");<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>