Hi list,
I have a issue in my drouting module.

In fact I have many prefixes and overlap is not OK to me.

_Example:_

Prefix: 3669 (In France is premium rate number, 4 digits is talking clock service)

Prefix: 36.... (is prefix hungary)

In my dr_rule table is:

/INSERT INTO `dr_rules` (`ruleid`, `groupid`, `prefix`, `timerec`, `priority`, `routeid`, `gwlist`, `attrs`, `description`) VALUES//
//(1, '1', '3', '', 1, '', '#1', NULL, 'All numbers 3XYZ'),//
//(2, '1', '36', '', 1, '', '#2', NULL, 'Hungary prefixe');/

If +36 1 398 0344 (to hungary destination), Drouting module choose id 2 no ?
if 3669 (to clock service), drouting module choose id 2 too ?

how to differentiate this two prefixes?

thanks in advance
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to