manual
ESTOS CallControlGateway 4.0.0.21648
51
ID of the country in countries.xml
Area code
Special phone numbers
The file specialnumbers.xml contains every country's known special phone
numbers. These are numbers that can“t be dialed internationally, e.g. directory
assistance (operator) or emergency calls. At the formatting no access codes
are prefixed for these numbers.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<specialnumbers xmlns="http://www.w3.org/2001/XMLSchema.xsd">
<specialnumber ID="110" countryID="49">
<name>Notruf</name>
</specialnumber>
</specialnumbers>
day
Meaning
countryID
ID of the country in countries.xml
ID of the country in countries.xml
Phone number
7.11 XSLT Templates
The ESTOS CallControlGateway uses XSLT Templates to display XML files as
html-pages. XSLT Templates are stored in the templates or templates/default
directory. See Configuration Files.
Template
Deployment
unanswered.xslt
E-mail notification about unanswered or forwarded calls. See XSLT for E-mail notification
XSLT processor
ESTOS CallControlGateway provides data as XML. This XML Data is converted
with the help of a XSLT Template and a XSLT Processor to html-pages.
Sablotron or Microsoft XML Parser is used as XSLT Processor.
Development of own templates
You can develop and use your own templates. You should familiarise yourself
with XSLT syntax for this. You can find help on the subject at SelfHTML or the
Microsoft MSDN pages.
If you wish to use templates you have developed yourself these should be
stored in the Config directory. Your changes will then not be lost if an product
update is installed.
7.12 XSLT for E-mail notification
The unanswered.xslt file is used for E-mail notification of unanswered or
forwarded calls.