Hi everybody,
<br>
<br>I&#39;ve read the documentation on carrierroute and drouting, about the 
algorithm used to select a gateway.  I understand that on carrierroute 
the gateway selected depends on the prefix dialed and the value of the 
prob field.  For example for prefix 49, gateway x.x.x.x with prob=0.2 
and gateway y.y.y.y with prob=0.8 can exists in the carrierroute table.
<br>
<br>+----+---------+-----------+-----------------+-------+--------+-------------------+
<br>| id | carrier | domain | scan_prefix | flags | prob | rewrite_host  |
<br>+----+---------+-----------+-----------------+-------+--------+-------------------+
<br>| 1  |       1 |      0      | 49              |     0 |  0.2   | x.x.x.x         |
<br>| 2  |       1 |      0      | 49              |     0 |  0.8   | y.y.y.y         |
<br>+----+---------+-----------+-----------------+-------+--------+-------------------+
<br>
<br>I understand that this means 20% of the calls will be sent to x.x.x.x and 80% to y.y.y.y
<br>Is this the same for drouting, or only the highest priority rule is selected?
<br>
<br>Thanks for your answers
<br>
<br>Regards,