Quote:
|
Originally Posted by simon tahiti
I guess they do it to save people from entering 3 digits ("01" and "1") when dialling the USA - makes sense given that they are a US company and the vast majority of their card users' calls would be to the USA.
|
Thanks for explaining. Let me see what can be done. I might have to build a table of Country Codes and detect the +1 (US) and +91 (India) etc, and take it out. This way the application will be generic.
Of course the other option is to make an AT&T specific one. Or introduce a setting that enables the application to take out the country code for only one country of your choice. Instead of a generic removal for all country codes. The application is capable of sensing only one country code and removing it. In this case, I can have prompt the user to enter the country code that needs to be removed in the settings. This way the app is generic for at least country. And seems like this "country code not required" exclusion is only for one country.
Thanks for taking time to explain things.