Chen1in / kuaidial

Automatically exported from code.google.com/p/kuaidial
0 stars 0 forks source link

Add Remove prefix before add the default prefix #211

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I really appreciate your job!
I want to ask if is possible to add the option to remove some prefix before add 
the default prefix, why? Simple, here in Brazil the area code are informed by 
operator like 0xx, so, when you got a call you see:

0 <2-digit-area-code> <8-digit-phone-number>

But when I want to call someone I need to dial:

0 <2-digit-operator> <2-digit-area-code> <8-digit-phone-number>

With the actual logic when KuaiDial insert the prefix it dial:

<prefix> 0 <2-digit-area-code> <8-digit-phone-number>

Which is not a valid number...

I think that inserting something like a field "remove prefix" and if I set to 
remove the zero it can solve my problem!

Is it possible?

Thanks in advance,
Thiago Aboud Campmany

Original issue reported on code.google.com by tcampm...@gmail.com on 17 Feb 2012 at 8:49