manual
ESTOS CallControlGateway 4.0.0.21648
50
Icon
Meaning
E
Country code
F
Area code
G
Local number
I
Optional dialing code
N
Optional long distance provider
Call-by-call country dialing codes
The providers.xml file contains the known call-by-call dialing codes for
individual countries.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<providers xmlns="http://www.w3.org/2001/XMLSchema.xsd">
<provider ID="10???" countryID="41">
<name>General</name>
</provider>
<provider ID="10703" countryID="41">
<name>Smartphone</name>
</provider>
<provider ID="01090" countryID="49">
<name>O2</name>
</provider>
</providers>
day
Meaning
countryID
ID of the country in countries.xml
ID of the country in countries.xml
Provider dialing prefix (? Is a place-holder for any digit)
Dialing codes and place names
The cities.xml file contains the known place names for the country dialing
codes.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<cities xmlns="http://www.w3.org/2001/XMLSchema.xsd">
<city ID="+1201" countryID="1">
<name>New Jersey</name>
</city>
<city ID="+4989" countryID="49">
<name>München</name>
</city>
</cities>
day
Meaning
countryID
ID of the country in countries.xml