Hello list. Regarging to this module i have a question. i want to implement a "domain" list with all the codes, or at least as many as i can use. The problem is that i can't have a "terminating" digit for every code. The way a user dial a number in my system is something like : 00 + Country Code + City Code + Number.
I want to match the Country Code + City Code. but I can't add a "terminating" digit for every call or even more, force to the enduser to add a "terminating" digit before the Country Code + City Code when he's dialing, that only will add more confusion. My question is : Is possible to avoid or bypass the "terminating digit"? and maybe have a match with the best code?.
56+2+1234567 will match with 56+2 56+9+1235678 will match with 56+9
and so on.....
Hope that someone could give me a hand here.
Ricardo Martinez Ogalde.