<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi list,<br>
I have a issue in my drouting module.<br>
<br>
In fact I have many prefixes and overlap is not OK to me.<br>
<br>
<u>Example:</u><br>
<br>
Prefix: 3669 (In France is premium rate number, 4 digits is talking
clock service)<br>
<br>
Prefix: 36.... (is prefix hungary)<br>
<br>
In my dr_rule table is:<br>
<br>
<i>INSERT INTO `dr_rules` (`ruleid`, `groupid`, `prefix`, `timerec`,
`priority`, `routeid`, `gwlist`, `attrs`, `description`) VALUES</i><i><br>
</i><i>(1, '1', '3', '', 1, '', '#1', NULL, 'All numbers 3XYZ'),</i><i><br>
</i><i>(2, '1', '36', '', 1, '', '#2', NULL, 'Hungary prefixe');</i><br>
<br>
If +36 1 398 0344 (to hungary destination), Drouting module choose
id 2 no ?<br>
if 3669 (to clock service), drouting module choose id 2 too ?<br>
<br>
<span id="result_box" class="short_text" lang="en"><span class="hps">how
to differentiate</span> <span class="hps">this two</span> <span
class="hps">prefixes?</span></span><br>
<br>
thanks in advance<br>
</body>
</html>