manual

ESTOS CallControlGateway 4.0.0.21648
46
Replace with:
Insofar as a match with the string was found, the string is replaced by the
expression entered here. Parts of the found string can be inserted here:
\1 shows the first expression standing between regular brackets () of the
Search for field.
\2 reads out the second, etc..
Examples:
Effect
Search for
Replace
with
Removal of a leading 0
^0(.*)
\1
Replacing a 80 at the beginning of a number (e.g. targeted external
dialing code) with 0
^80(.*)
0\1
Removal of a private PIN which is added to the beginning of a phone
number as 50xxx
^50[0-9][0-9][0-
9](.*)
\1
Remove all numbers from internal extension (3 digits)
^[0-9][0-9][0-9]$
Add an external dialing code code (leading 0) for all numbers with
more then 3 digits
^([0-9][0-9][0-
9].+)
0\1
Add the phone system base number (03012345) to all internal
numbers (1 to 3 digits in length)
^([0-9][0-9]?[0-
9]?)$
03012345\1
Add your own area code to all numbers not starting with '0' and
having at least 4 digits (i.e. not internal numbers)
^([^0][0-9][0-
9][0-9].*)
08151\1
7.4 TAPI Driver
To use this application, a Tapi driver for your PBX system is required.
A more detailed list of software supported TK systems can be found on our
internet site: TK systems.
A Tapi Driver is a Windows system component that is provided by the
manufacturer of the PBX system or the telephone set. Please note that some
manufacturers charge royalties for the driver and for connecting the driver to
the PBX system.
The Tapi driver connects the CTI software to the telephone. Each Tapi driver
supports a different set of functions depending on implementation. Not all
functions are available on the PC that may be available on the telephone.
Tapi drivers are installed in Settings - Control Panel - Phone and Modem
Options - Options - Advanced.